Show
Ignore:
Timestamp:
05/08/08 13:13:02 (3 months ago)
Author:
erickson
Message:

Merged revisions 9534-9535 via svnmerge from
svn://svn.open-ils.org/ILS/trunk

........

r9534 | dbs | 2008-05-08 12:16:48 -0400 (Thu, 08 May 2008) | 2 lines


Patch from Craig Ricciuto to care of XML i18n business in opac.xul

........

r9535 | erickson | 2008-05-08 13:12:40 -0400 (Thu, 08 May 2008) | 1 line


created a fully synchronous version of the login method

........

Location:
branches/acq-experiment
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/acq-experiment

    • Property svnmerge-integrated changed from /trunk:1-9532 to /trunk:1-9535
  • branches/acq-experiment/Open-ILS/xul/staff_client/server/cat/opac.xul

    r7296 r9536  
    1111<!-- LOCALIZATION --> 
    1212<!DOCTYPE window PUBLIC "" ""[ 
    13         <!--#include virtual="/opac/locale/en-US/lang.dtd"--> 
     13        <!--#include virtual="/opac/locale/${locale}/lang.dtd"--> 
    1414]> 
    1515 
     
    332332                <splitter><grippy/></splitter> 
    333333                <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;"> 
    335335                        <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();"/> 
    341341                        <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();"/> 
    343343                        <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();"/> 
    347347                        </menupopup> 
    348348                        </menu>