[open-ils-commits] r7696 -
branches/rel_1_2/Open-ILS/xul/staff_client/chrome/content/cat
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Aug 16 17:10:02 EDT 2007
Author: miker
Date: 2007-08-16 17:05:56 -0400 (Thu, 16 Aug 2007)
New Revision: 7696
Modified:
branches/rel_1_2/Open-ILS/xul/staff_client/chrome/content/cat/opac.xul
Log:
rolling back accidental commit
Modified: branches/rel_1_2/Open-ILS/xul/staff_client/chrome/content/cat/opac.xul
===================================================================
--- branches/rel_1_2/Open-ILS/xul/staff_client/chrome/content/cat/opac.xul 2007-08-16 21:04:34 UTC (rev 7695)
+++ branches/rel_1_2/Open-ILS/xul/staff_client/chrome/content/cat/opac.xul 2007-08-16 21:05:56 UTC (rev 7696)
@@ -60,9 +60,6 @@
set_opac();
- g.data.actions_for_record_popup = $('actions_for_record_popup');
- g.data.stash('actions_for_record_popup');
-
} catch(E) {
var err_msg = "!! This software has encountered an error. Please tell your friendly " +
"system administrator or software developer the following:\ncat/opac.xul\n" + E + '\n';
@@ -323,7 +320,7 @@
<spacer flex="1"/>
<menubar>
<menu label="Actions for this Record" accesskey="A">
- <menupopup id="actions_for_record_popup">
+ <menupopup>
<menuitem label="OPAC View" accesskey="O" id="opac_view" oncommand="set_opac();"/>
<menuitem label="MARC View" accesskey="V" id="marc_view" oncommand="set_marc_view();"/>
<menuitem label="MARC Edit" accesskey="E" id="marc_edit" oncommand="set_marc_edit();"/>
More information about the open-ils-commits
mailing list