From 6a388c933e8061fee93b622ec92a7731a329900c Mon Sep 17 00:00:00 2001 From: pines Date: Tue, 12 Dec 2006 16:04:10 +0000 Subject: [PATCH] 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 --- Open-ILS/xul/staff_client/server/cat/marc_new.xul | 3 +++ 1 file changed, 3 insertions(+) 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, -- 2.11.0