From: pines Date: Tue, 12 Dec 2006 16:04:10 +0000 (+0000) Subject: hide the template controls once one is chosen... this is to hide a bug on subsequent... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6a388c933e8061fee93b622ec92a7731a329900c;p=evergreen%2Fpines.git hide the template controls once one is chosen... this is to hide a bug on subsequent template selections ;) git-svn-id: svn://svn.open-ils.org/ILS/trunk@6678 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/server/cat/marc_new.xul b/Open-ILS/xul/staff_client/server/cat/marc_new.xul index 43c3aab7f0..aac9f0f704 100644 --- a/Open-ILS/xul/staff_client/server/cat/marc_new.xul +++ b/Open-ILS/xul/staff_client/server/cat/marc_new.xul @@ -118,6 +118,9 @@ netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect"); $('marc_editor').contentWindow.xulG = params; + /* hide template widgets */ + $('actions').hidden = true; + } catch(E) { g.error.standard_unexpected_error_alert( 'Error loading MARC template: ' + template_name,