[open-ils-commits] r19277 - in trunk/Open-ILS: web/opac/locale/en-US xul/staff_client/server/serial (dbs)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Jan 24 22:09:20 EST 2011
Author: dbs
Date: 2011-01-24 22:09:18 -0500 (Mon, 24 Jan 2011)
New Revision: 19277
Modified:
trunk/Open-ILS/web/opac/locale/en-US/lang.dtd
trunk/Open-ILS/xul/staff_client/server/serial/batch_receive_overlay.xul
trunk/Open-ILS/xul/staff_client/server/serial/sbsum_editor.xul
trunk/Open-ILS/xul/staff_client/server/serial/scap_editor.xul
trunk/Open-ILS/xul/staff_client/server/serial/sdist2_editor.xul
trunk/Open-ILS/xul/staff_client/server/serial/sdist_editor.xul
trunk/Open-ILS/xul/staff_client/server/serial/sisum_editor.xul
trunk/Open-ILS/xul/staff_client/server/serial/sitem_editor.xul
trunk/Open-ILS/xul/staff_client/server/serial/sssum_editor.xul
trunk/Open-ILS/xul/staff_client/server/serial/sstr_editor.xul
trunk/Open-ILS/xul/staff_client/server/serial/ssub_editor.xul
Log:
Fix existing serial entities that didn't provide .label partners for .accesskey
The translate-toolkit project generates a POT file from an input DTD
that requires entities ending in .accesskey to have a corresponding
.label entity; this is a Mozilla convention for localization. Fix up
the serial interface strings that are localized to match this expectation.
Also remove two duplicate entities in lang.dtd that were flagged by
the build/i18n/tests/check_entities.py script (and which cause Launchpad
translation imports to break).
Modified: trunk/Open-ILS/web/opac/locale/en-US/lang.dtd
===================================================================
--- trunk/Open-ILS/web/opac/locale/en-US/lang.dtd 2011-01-24 23:33:07 UTC (rev 19276)
+++ trunk/Open-ILS/web/opac/locale/en-US/lang.dtd 2011-01-25 03:09:18 UTC (rev 19277)
@@ -1589,64 +1589,63 @@
<!ENTITY staff.serial.mfhd_menu.add.label "Add MFHD Record">
<!ENTITY staff.serial.mfhd_menu.edit.label "Edit MFHD Record">
<!ENTITY staff.serial.mfhd_menu.delete.label "Delete MFHD Record">
-<!ENTITY staff.serial.scap_editor.pattern_wizard "Pattern Code Wizard">
+<!ENTITY staff.serial.scap_editor.pattern_wizard.label "Pattern Code Wizard">
<!ENTITY staff.serial.scap_editor.pattern_wizard.accesskey "Z">
+<!ENTITY staff.serial.scap_editor.modify.label "Modify Caption and Pattern(s)">
<!ENTITY staff.serial.scap_editor.modify.accesskey "M">
-<!ENTITY staff.serial.scap_editor.modify "Modify Caption and Pattern(s)">
-<!ENTITY staff.serial.scap_editor.modify.accesskey "M">
-<!ENTITY staff.serial.scap_editor.create "Create Caption and Pattern(s)">
+<!ENTITY staff.serial.scap_editor.create.label "Create Caption and Pattern(s)">
<!ENTITY staff.serial.scap_editor.create.accesskey "C">
-<!ENTITY staff.serial.scap_editor.notes "Caption and Pattern Notes">
+<!ENTITY staff.serial.scap_editor.notes.label "Caption and Pattern Notes">
<!ENTITY staff.serial.scap_editor.notes.accesskey "N">
-<!ENTITY staff.serial.sbsum_editor.modify "Modify Basic Summary">
+<!ENTITY staff.serial.sbsum_editor.modify.label "Modify Basic Summary">
<!ENTITY staff.serial.sbsum_editor.modify.accesskey "M">
-<!ENTITY staff.serial.sisum_editor.modify "Modify Index Summary">
+<!ENTITY staff.serial.sisum_editor.modify.label "Modify Index Summary">
<!ENTITY staff.serial.sisum_editor.modify.accesskey "M">
-<!ENTITY staff.serial.sssum_editor.modify "Modify Supplement Summary">
+<!ENTITY staff.serial.sssum_editor.modify.label "Modify Supplement Summary">
<!ENTITY staff.serial.sssum_editor.modify.accesskey "M">
-<!ENTITY staff.serial.sdist_editor.modify "Modify Distribution(s)">
+<!ENTITY staff.serial.sdist_editor.modify.label "Modify Distribution(s)">
<!ENTITY staff.serial.sdist_editor.modify.accesskey "M">
-<!ENTITY staff.serial.sdist_editor.create "Create Distribution(s)">
+<!ENTITY staff.serial.sdist_editor.create.label "Create Distribution(s)">
<!ENTITY staff.serial.sdist_editor.create.accesskey "C">
-<!ENTITY staff.serial.sdist_editor.notes "Distribution Notes">
+<!ENTITY staff.serial.sdist_editor.notes.label "Distribution Notes">
<!ENTITY staff.serial.sdist_editor.notes.accesskey "N">
<!ENTITY staff.serial.serctrl_view.label "Serial Control View">
-<!ENTITY staff.serial.siss_editor.modify "Modify Issuance(s)">
+<!ENTITY staff.serial.siss_editor.modify.label "Modify Issuance(s)">
<!ENTITY staff.serial.siss_editor.modify.accesskey "M">
-<!ENTITY staff.serial.siss_editor.create "Create Issuance(s)">
+<!ENTITY staff.serial.siss_editor.create.label "Create Issuance(s)">
<!ENTITY staff.serial.siss_editor.create.accesskey "C">
-<!ENTITY staff.serial.siss_editor.notes "Issuance Notes">
+<!ENTITY staff.serial.siss_editor.notes.label "Issuance Notes">
<!ENTITY staff.serial.siss_editor.notes.accesskey "N">
-<!ENTITY staff.serial.sitem_editor.modify "Modify Item(s)">
+<!ENTITY staff.serial.sitem_editor.modify.label "Modify Item(s)">
<!ENTITY staff.serial.sitem_editor.modify.accesskey "M">
-<!ENTITY staff.serial.sitem_editor.create "Create Item(s)">
+<!ENTITY staff.serial.sitem_editor.create.label "Create Item(s)">
<!ENTITY staff.serial.sitem_editor.create.accesskey "C">
-<!ENTITY staff.serial.sitem_editor.notes "Item Notes">
+<!ENTITY staff.serial.sitem_editor.notes.label "Item Notes">
<!ENTITY staff.serial.sitem_editor.notes.accesskey "N">
-<!ENTITY staff.serial.sstr_editor.modify "Modify Stream(s)">
+<!ENTITY staff.serial.sstr_editor.modify.label "Modify Stream(s)">
<!ENTITY staff.serial.sstr_editor.modify.accesskey "M">
-<!ENTITY staff.serial.sstr_editor.create "Create Stream(s)">
+<!ENTITY staff.serial.sstr_editor.create.label "Create Stream(s)">
<!ENTITY staff.serial.sstr_editor.create.accesskey "C">
-<!ENTITY staff.serial.ssub_editor.modify "Modify Subscription(s)">
+<!ENTITY staff.serial.ssub_editor.modify.label "Modify Subscription(s)">
<!ENTITY staff.serial.ssub_editor.modify.accesskey "M">
-<!ENTITY staff.serial.ssub_editor.create "Create Subscription(s)">
+<!ENTITY staff.serial.ssub_editor.create.label "Create Subscription(s)">
<!ENTITY staff.serial.ssub_editor.create.accesskey "C">
-<!ENTITY staff.serial.ssub_editor.notes "Subscription Notes">
+<!ENTITY staff.serial.ssub_editor.notes.label "Subscription Notes">
<!ENTITY staff.serial.ssub_editor.notes.accesskey "N">
<!ENTITY staff.serial.batch_receive "Batch Receive">
-<!ENTITY staff.serial.batch_receive.bib_search_term "Enter an identifier for a bibliographic record:">
+<!ENTITY staff.serial.batch_receive.bib_search_term.label "Enter an identifier for a bibliographic record:">
<!ENTITY staff.serial.batch_receive.bib_search_term.accesskey "B">
-<!ENTITY staff.serial.batch_receive.find_record "Find Record">
+<!ENTITY staff.serial.batch_receive.find_record.label "Find Record">
<!ENTITY staff.serial.batch_receive.find_record.accesskey "F">
<!ENTITY staff.serial.batch_receive.title "Title:">
<!ENTITY staff.serial.batch_receive.author "Author:">
<!ENTITY staff.serial.batch_receive.fulfilling_sub "Fulfilling Subscription:">
-<!ENTITY staff.serial.batch_receive.choose_sub "Choose a Subscription:">
+<!ENTITY staff.serial.batch_receive.choose_sub.label "Choose a Subscription:">
<!ENTITY staff.serial.batch_receive.choose_sub.accesskey "S">
-<!ENTITY staff.serial.batch_receive.choose_issuance "Choose an Issuance:">
+<!ENTITY staff.serial.batch_receive.choose_issuance.label "Choose an Issuance:">
<!ENTITY staff.serial.batch_receive.choose_issuance.accesskey "I">
-<!ENTITY staff.serial.batch_receive.next "Next">
+<!ENTITY staff.serial.batch_receive.next.label "Next">
<!ENTITY staff.serial.batch_receive.next.accesskey "N">
<!ENTITY staff.serial.batch_receive.issuance "Issuance:">
<!ENTITY staff.serial.batch_receive.no_items "There are no items to receive for this subscription.">
@@ -1662,9 +1661,9 @@
<!ENTITY staff.serial.batch_receive.receive "Receive?">
<!ENTITY staff.serial.batch_receive.auto_generate "Auto-generate?">
<!ENTITY staff.serial.batch_receive.recieve_selected "Receive Selected Items">
-<!ENTITY staff.serial.batch_receive.start_over "Start Over">
+<!ENTITY staff.serial.batch_receive.start_over.label "Start Over">
<!ENTITY staff.serial.batch_receive.start_over.accesskey "O">
-<!ENTITY staff.serial.batch_receive.with_units "Create Units For Received Items">
+<!ENTITY staff.serial.batch_receive.with_units.label "Create Units For Received Items">
<!ENTITY staff.serial.batch_receive.with_units.accesskey "U">
<!ENTITY staff.survey.wizard.page1 "Initial Settings">
@@ -1858,7 +1857,6 @@
<!ENTITY staff.server.admin.copy_locations.editor.help "Help">
<!ENTITY staff.server.admin.copy_locations.editor.opac_visible "OPAC Visible">
<!ENTITY staff.server.admin.copy_locations.editor.circulate "Circulate">
-<!ENTITY staff.server.admin.copy_locations.editor.create "Create">
<!ENTITY staff.server.admin.copy_locations.editor.edit "Edit">
<!ENTITY staff.server.admin.copy_locations.editor.delete "Delete">
<!ENTITY staff.server.admin.copy_locations.editor.help.holdable "If a copy location is 'Holdable', copies in that location may have holds placed on them.">
Modified: trunk/Open-ILS/xul/staff_client/server/serial/batch_receive_overlay.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/serial/batch_receive_overlay.xul 2011-01-24 23:33:07 UTC (rev 19276)
+++ trunk/Open-ILS/xul/staff_client/server/serial/batch_receive_overlay.xul 2011-01-25 03:09:18 UTC (rev 19277)
@@ -18,12 +18,12 @@
<label
control="bib_search_term"
accesskey="&staff.serial.batch_receive.bib_search_term.accesskey;"
- value="&staff.serial.batch_receive.bib_search_term;" />
+ value="&staff.serial.batch_receive.bib_search_term.label;" />
<textbox id="bib_search_term"
onkeypress="batch_receiver.bib_lookup(null, event);" />
<button id="bib_lookup_submit"
oncommand="batch_receiver.bib_lookup();"
- label="&staff.serial.batch_receive.find_record;"
+ label="&staff.serial.batch_receive.find_record.label;"
accesskey="&staff.serial.batch_receive.find_record.accesskey;" />
</hbox>
</vbox>
@@ -53,7 +53,7 @@
<box id="sub_chooser_here"></box>
<button
oncommand="batch_receiver.choose_issuance();"
- label="&staff.serial.batch_receive.next;"
+ label="&staff.serial.batch_receive.next.label;"
accesskey="&staff.serial.batch_receive.next.accesskey;" />
</hbox>
</vbox>
@@ -72,7 +72,7 @@
<box id="issuance_chooser_here"></box>
<button
oncommand="batch_receiver.load_entry_form();"
- label="&staff.serial.batch_receive.next;"
+ label="&staff.serial.batch_receive.next.label;"
accesskey="&staff.serial.batch_receive.next.accesskey;" />
</hbox>
</vbox>
@@ -166,14 +166,14 @@
<hbox align="center">
<button oncommand="batch_receiver.init();"
- label="&staff.serial.batch_receive.start_over;"
+ label="&staff.serial.batch_receive.start_over.label;"
accesskey="&staff.serial.batch_receive.start_over.accesskey;" />
<spacer flex="1" />
<checkbox
id="batch_receive_with_units"
oils_persist="checked"
oncommand="batch_receiver.toggle_receive_with_units(event);"
- label="&staff.serial.batch_receive.with_units;"
+ label="&staff.serial.batch_receive.with_units.label;"
accesskey="&staff.serial.batch_receive.with_units.accesskey;" />
</hbox>
</box>
Modified: trunk/Open-ILS/xul/staff_client/server/serial/sbsum_editor.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/serial/sbsum_editor.xul 2011-01-24 23:33:07 UTC (rev 19276)
+++ trunk/Open-ILS/xul/staff_client/server/serial/sbsum_editor.xul 2011-01-25 03:09:18 UTC (rev 19277)
@@ -22,7 +22,7 @@
<hbox id="sbsum_editor_nav">
<spacer flex="1"/>
- <button id="sbsum_save" label="&staff.serial.sbsum_editor.modify;" hidden="true" accesskey="&staff.serial.sbsum_editor.modify.accesskey;" oncommand="g.manage_dists.sbsum_editor.save()" />
+ <button id="sbsum_save" label="&staff.serial.sbsum_editor.modify.label;" hidden="true" accesskey="&staff.serial.sbsum_editor.modify.accesskey;" oncommand="g.manage_dists.sbsum_editor.save()" />
<!--<button id="cancel" label="&staff.cat.copy_editor.cancel.label;" accesskey="&staff.cat.copy_editor.cancel.accesskey;" oncommand="window.close();"/>-->
</hbox>
Modified: trunk/Open-ILS/xul/staff_client/server/serial/scap_editor.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/serial/scap_editor.xul 2011-01-24 23:33:07 UTC (rev 19276)
+++ trunk/Open-ILS/xul/staff_client/server/serial/scap_editor.xul 2011-01-25 03:09:18 UTC (rev 19277)
@@ -22,8 +22,8 @@
<hbox id="scap_editor_nav">
<spacer flex="1"/>
- <button id="scap_pattern_wizard" label="&staff.serial.scap_editor.pattern_wizard;" accesskey="&staff.serial.scap_editor.pattern_wizard.accesskey;" oncommand="g.manage_subs.scap_editor.pattern_wizard();" />
- <button id="scap_save" label="&staff.serial.scap_editor.modify;" hidden="true" accesskey="&staff.serial.scap_editor.modify.accesskey;" oncommand="g.manage_subs.scap_editor.save()" />
+ <button id="scap_pattern_wizard" label="&staff.serial.scap_editor.pattern_wizard.label;" accesskey="&staff.serial.scap_editor.pattern_wizard.accesskey;" oncommand="g.manage_subs.scap_editor.pattern_wizard();" />
+ <button id="scap_save" label="&staff.serial.scap_editor.modify.label;" hidden="true" accesskey="&staff.serial.scap_editor.modify.accesskey;" oncommand="g.manage_subs.scap_editor.save()" />
<!--<button id="cancel" label="&staff.cat.copy_editor.cancel.label;" accesskey="&staff.cat.copy_editor.cancel.accesskey;" oncommand="window.close();"/>-->
</hbox>
Modified: trunk/Open-ILS/xul/staff_client/server/serial/sdist2_editor.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/serial/sdist2_editor.xul 2011-01-24 23:33:07 UTC (rev 19276)
+++ trunk/Open-ILS/xul/staff_client/server/serial/sdist2_editor.xul 2011-01-25 03:09:18 UTC (rev 19277)
@@ -32,8 +32,8 @@
<hbox id="sdist2_editor_nav">
<spacer flex="1"/>
- <button id="sdist2_notes" label="&staff.serial.sdist_editor.notes;" accesskey="&staff.serial.sdist_editor.notes.accesskey;" oncommand="g.manage_dists.sdist_editor.notes()" />
- <button id="sdist2_save" label="&staff.serial.sdist_editor.modify;" hidden="true" accesskey="&staff.serial.ssub_editor.modify.accesskey;" oncommand="g.manage_dists.sdist_editor.save()" />
+ <button id="sdist2_notes" label="&staff.serial.sdist_editor.notes.label;" accesskey="&staff.serial.sdist_editor.notes.accesskey;" oncommand="g.manage_dists.sdist_editor.notes()" />
+ <button id="sdist2_save" label="&staff.serial.sdist_editor.modify.label;" hidden="true" accesskey="&staff.serial.ssub_editor.modify.accesskey;" oncommand="g.manage_dists.sdist_editor.save()" />
<!--<button id="cancel" label="&staff.cat.copy_editor.cancel.label;" accesskey="&staff.cat.copy_editor.cancel.accesskey;" oncommand="window.close();"/>-->
</hbox>
Modified: trunk/Open-ILS/xul/staff_client/server/serial/sdist_editor.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/serial/sdist_editor.xul 2011-01-24 23:33:07 UTC (rev 19276)
+++ trunk/Open-ILS/xul/staff_client/server/serial/sdist_editor.xul 2011-01-25 03:09:18 UTC (rev 19277)
@@ -31,8 +31,8 @@
<hbox id="sdist_editor_nav">
<spacer flex="1"/>
- <button id="sdist_notes" label="&staff.serial.sdist_editor.notes;" accesskey="&staff.serial.sdist_editor.notes.accesskey;" oncommand="g.manage_subs.sdist_editor.notes()" />
- <button id="sdist_save" label="&staff.serial.sdist_editor.modify;" hidden="true" accesskey="&staff.serial.ssub_editor.modify.accesskey;" oncommand="g.manage_subs.sdist_editor.save()" />
+ <button id="sdist_notes" label="&staff.serial.sdist_editor.notes.label;" accesskey="&staff.serial.sdist_editor.notes.accesskey;" oncommand="g.manage_subs.sdist_editor.notes()" />
+ <button id="sdist_save" label="&staff.serial.sdist_editor.modify.label;" hidden="true" accesskey="&staff.serial.ssub_editor.modify.accesskey;" oncommand="g.manage_subs.sdist_editor.save()" />
<!--<button id="cancel" label="&staff.cat.copy_editor.cancel.label;" accesskey="&staff.cat.copy_editor.cancel.accesskey;" oncommand="window.close();"/>-->
</hbox>
Modified: trunk/Open-ILS/xul/staff_client/server/serial/sisum_editor.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/serial/sisum_editor.xul 2011-01-24 23:33:07 UTC (rev 19276)
+++ trunk/Open-ILS/xul/staff_client/server/serial/sisum_editor.xul 2011-01-25 03:09:18 UTC (rev 19277)
@@ -22,7 +22,7 @@
<hbox id="sisum_editor_nav">
<spacer flex="1"/>
- <button id="sisum_save" label="&staff.serial.sisum_editor.modify;" hidden="true" accesskey="&staff.serial.sisum_editor.modify.accesskey;" oncommand="g.manage_dists.sisum_editor.save()" />
+ <button id="sisum_save" label="&staff.serial.sisum_editor.modify.label;" hidden="true" accesskey="&staff.serial.sisum_editor.modify.accesskey;" oncommand="g.manage_dists.sisum_editor.save()" />
<!--<button id="cancel" label="&staff.cat.copy_editor.cancel.label;" accesskey="&staff.cat.copy_editor.cancel.accesskey;" oncommand="window.close();"/>-->
</hbox>
Modified: trunk/Open-ILS/xul/staff_client/server/serial/sitem_editor.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/serial/sitem_editor.xul 2011-01-24 23:33:07 UTC (rev 19276)
+++ trunk/Open-ILS/xul/staff_client/server/serial/sitem_editor.xul 2011-01-25 03:09:18 UTC (rev 19277)
@@ -84,8 +84,8 @@
<hbox id="nav">
<spacer flex="1"/>
- <button id="sitem_notes" label="&staff.serial.sitem_editor.notes;" accesskey="&staff.serial.sitem_editor.notes.accesskey;" oncommand="g.sitem_editor.notes();"/>
- <button id="sitem_save" label="&staff.serial.sitem_editor.modify;" hidden="true" accesskey="&staff.serial.sitem_editor.modify.accesskey;" oncommand="g.sitem_editor.save();"/>
+ <button id="sitem_notes" label="&staff.serial.sitem_editor.notes.label;" accesskey="&staff.serial.sitem_editor.notes.accesskey;" oncommand="g.sitem_editor.notes();"/>
+ <button id="sitem_save" label="&staff.serial.sitem_editor.modify.label;" hidden="true" accesskey="&staff.serial.sitem_editor.modify.accesskey;" oncommand="g.sitem_editor.save();"/>
<button id="sitem_cancel" label="&staff.cat.copy_editor.cancel.label;" accesskey="&staff.cat.copy_editor.cancel.accesskey;" oncommand="window.close();"/>
</hbox>
Modified: trunk/Open-ILS/xul/staff_client/server/serial/sssum_editor.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/serial/sssum_editor.xul 2011-01-24 23:33:07 UTC (rev 19276)
+++ trunk/Open-ILS/xul/staff_client/server/serial/sssum_editor.xul 2011-01-25 03:09:18 UTC (rev 19277)
@@ -22,7 +22,7 @@
<hbox id="sssum_editor_nav">
<spacer flex="1"/>
- <button id="sssum_save" label="&staff.serial.sssum_editor.modify;" hidden="true" accesskey="&staff.serial.sssum_editor.modify.accesskey;" oncommand="g.manage_dists.sssum_editor.save()" />
+ <button id="sssum_save" label="&staff.serial.sssum_editor.modify.label;" hidden="true" accesskey="&staff.serial.sssum_editor.modify.accesskey;" oncommand="g.manage_dists.sssum_editor.save()" />
<!--<button id="cancel" label="&staff.cat.copy_editor.cancel.label;" accesskey="&staff.cat.copy_editor.cancel.accesskey;" oncommand="window.close();"/>-->
</hbox>
Modified: trunk/Open-ILS/xul/staff_client/server/serial/sstr_editor.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/serial/sstr_editor.xul 2011-01-24 23:33:07 UTC (rev 19276)
+++ trunk/Open-ILS/xul/staff_client/server/serial/sstr_editor.xul 2011-01-25 03:09:18 UTC (rev 19277)
@@ -22,7 +22,7 @@
<hbox id="sstr_editor_nav">
<spacer flex="1"/>
- <button id="sstr_save" label="&staff.serial.sstr_editor.modify;" hidden="true" accesskey="&staff.serial.sstr_editor.modify.accesskey;" oncommand="g.manage_dists.sstr_editor.save()" />
+ <button id="sstr_save" label="&staff.serial.sstr_editor.modify.label;" hidden="true" accesskey="&staff.serial.sstr_editor.modify.accesskey;" oncommand="g.manage_dists.sstr_editor.save()" />
<!--<button id="cancel" label="&staff.cat.copy_editor.cancel.label;" accesskey="&staff.cat.copy_editor.cancel.accesskey;" oncommand="window.close();"/>-->
</hbox>
Modified: trunk/Open-ILS/xul/staff_client/server/serial/ssub_editor.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/serial/ssub_editor.xul 2011-01-24 23:33:07 UTC (rev 19276)
+++ trunk/Open-ILS/xul/staff_client/server/serial/ssub_editor.xul 2011-01-25 03:09:18 UTC (rev 19277)
@@ -27,8 +27,8 @@
<hbox id="nav">
<spacer flex="1"/>
- <button id="ssub_notes" label="&staff.serial.ssub_editor.notes;" accesskey="&staff.serial.ssub_editor.notes.accesskey;" oncommand="g.manage_subs.ssub_editor.notes()" />
- <button id="ssub_save" label="&staff.serial.ssub_editor.modify;" hidden="true" accesskey="&staff.serial.ssub_editor.modify.accesskey;" oncommand="g.manage_subs.ssub_editor.save()" />
+ <button id="ssub_notes" label="&staff.serial.ssub_editor.notes.label;" accesskey="&staff.serial.ssub_editor.notes.accesskey;" oncommand="g.manage_subs.ssub_editor.notes()" />
+ <button id="ssub_save" label="&staff.serial.ssub_editor.modify.label;" hidden="true" accesskey="&staff.serial.ssub_editor.modify.accesskey;" oncommand="g.manage_subs.ssub_editor.save()" />
<!--<button id="cancel" label="&staff.cat.copy_editor.cancel.label;" accesskey="&staff.cat.copy_editor.cancel.accesskey;" oncommand="window.close();"/>-->
</hbox>
More information about the open-ils-commits
mailing list