Changeset 9534
- Timestamp:
- 05/08/08 12:16:48 (1 week ago)
- Location:
- trunk/Open-ILS
- Files:
-
- 2 modified
-
web/opac/locale/en-US/lang.dtd (modified) (1 diff)
-
xul/staff_client/server/cat/opac.xul (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Open-ILS/web/opac/locale/en-US/lang.dtd
r9360 r9534 1897 1897 <!ENTITY staff.cat.marc_new.load.accesskey "L"> 1898 1898 <!ENTITY staff.cat.marc_view.title "MARC View"> 1899 <!ENTITY staff.cat.opac.menu.label "Actions for this Record"> 1900 <!ENTITY staff.cat.opac.menu.accesskey "A"> 1901 <!ENTITY staff.cat.opac.menuitem.opacview.label "OPAC View"> 1902 <!ENTITY staff.cat.opac.menuitem.opacview.accesskey "O"> 1903 <!ENTITY staff.cat.opac.menuitem.marcview.label "MARC View"> 1904 <!ENTITY staff.cat.opac.menuitem.marcview.accesskey "V"> 1905 <!ENTITY staff.cat.opac.menuitem.marcedit.label "MARC Edit"> 1906 <!ENTITY staff.cat.opac.menuitem.marcedit.accesskey "E"> 1907 <!ENTITY staff.cat.opac.menuitem.holding.label "Holdings Maintenance"> 1908 <!ENTITY staff.cat.opac.menuitem.holding.accesskey "H"> 1909 <!ENTITY staff.cat.opac.menuitem.viewholds.label "View Holds"> 1910 <!ENTITY staff.cat.opac.menuitem.viewholds.accesskey "s"> 1911 <!ENTITY staff.cat.opac.menuitem.addtobucket.label "Add to Bucket"> 1912 <!ENTITY staff.cat.opac.menuitem.addtobucket.accesskey "B"> 1913 <!ENTITY staff.cat.opac.menuitem.refreshinterfaces.label "Refresh All Interfaces"> 1914 <!ENTITY staff.cat.opac.menuitem.dupnewtab.label "Duplicate in New Tab"> 1915 <!ENTITY staff.cat.opac.menuitem.removeframe.label "Remove this Frame"> -
trunk/Open-ILS/xul/staff_client/server/cat/opac.xul
r7296 r9534 11 11 <!-- LOCALIZATION --> 12 12 <!DOCTYPE window PUBLIC "" ""[ 13 <!--#include virtual="/opac/locale/ en-US/lang.dtd"-->13 <!--#include virtual="/opac/locale/${locale}/lang.dtd"--> 14 14 ]> 15 15 … … 332 332 <splitter><grippy/></splitter> 333 333 <menubar id="nav" hidden="true"> 334 <menu label=" Actions for this Record" accesskey="A">334 <menu label="&staff.cat.opac.menu.label;" accesskey="&staff.cat.opac.menu.accesskey;"> 335 335 <menupopup> 336 <menuitem label=" OPAC View" accesskey="O" id="opac_view" oncommand="set_opac();"/>337 <menuitem label=" MARC View" accesskey="V" id="marc_view" oncommand="set_marc_view();"/>338 <menuitem label=" MARC Edit" accesskey="E" id="marc_edit" oncommand="set_marc_edit();"/>339 <menuitem label=" Holdings Maintenance" accesskey="H" id="copy_browse" oncommand="set_copy_browser();"/>340 <menuitem label=" View Holds" accesskey="s" id="view_holds" oncommand="set_hold_browser();"/>336 <menuitem label="&staff.cat.opac.menuitem.opacview.label;" accesskey="&staff.cat.opac.menuitem.opacview.accesskey;" id="opac_view" oncommand="set_opac();"/> 337 <menuitem label="&staff.cat.opac.menuitem.marcview.label;" accesskey="&staff.cat.opac.menuitem.marcview.accesskey;" id="marc_view" oncommand="set_marc_view();"/> 338 <menuitem label="&staff.cat.opac.menuitem.marcedit.label;" accesskey="&staff.cat.opac.menuitem.marcedit.accesskey;" id="marc_edit" oncommand="set_marc_edit();"/> 339 <menuitem label="&staff.cat.opac.menuitem.holding.label;" accesskey="&staff.cat.opac.menuitem.holding.accesskey;" id="copy_browse" oncommand="set_copy_browser();"/> 340 <menuitem label="&staff.cat.opac.menuitem.viewholds.label;" accesskey="&staff.cat.opac.menuitem.viewholds.accesskey;" id="view_holds" oncommand="set_hold_browser();"/> 341 341 <menuseparator/> 342 <menuitem label=" Add to Bucket" accesskey="B" id="add_bucket" oncommand="add_to_bucket();"/>342 <menuitem label="&staff.cat.opac.menuitem.addtobucket.label;" accesskey="&staff.cat.opac.menuitem.addtobucket.accesskey;" id="add_bucket" oncommand="add_to_bucket();"/> 343 343 <menuseparator/> 344 <menuitem label=" Refresh All Interfaces" id="refresh" oncommand="refresh();"/>345 <menuitem label=" Duplicate in New Tab" id="bib_in_new_tab" oncommand="bib_in_new_tab();"/>346 <menuitem label=" Remove this Frame" id="remove_me" oncommand="remove_me();"/>344 <menuitem label="&staff.cat.opac.menuitem.refreshinterfaces.label;" id="refresh" oncommand="refresh();"/> 345 <menuitem label="&staff.cat.opac.menuitem.dupnewtab.label;" id="bib_in_new_tab" oncommand="bib_in_new_tab();"/> 346 <menuitem label="&staff.cat.opac.menuitem.removeframe.label;" id="remove_me" oncommand="remove_me();"/> 347 347 </menupopup> 348 348 </menu>
