~evergreen-bugs/evergreen/rel_3_11

« back to all changes in this revision

Viewing changes to Open-ILS/xul/staff_client/chrome/content/main/main.xul

  • Committer: phasefx
  • Date: 2010-08-24 19:04:20 UTC
  • Revision ID: git-v1:53a0bd89fe11176c309b6bcf7f812e3bb60b1283
Staff Client Build/Update Enhancements patch from Thomas Berezansky

Among other things, allows cross-compilation of Windows installers from Unix environments via NSIS, and enables Mozilla's upgrade mechanism for performing upgrades without needing to download and execute external files.

See https://bugs.launchpad.net/evergreen/+bug/616452/ for more details.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@17330 dcc99617-32d9-48b4-a31d-7c20da2025e4

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
    <groupbox id="main_groupbox" flex="1" style="overflow: auto;">
93
93
        <caption id="main_caption" label="&staff.main.auth.caption;"/>
94
94
        <hbox>
95
 
            <button id="about_btn" label="&staff.auth.about_btn.label;" accesskey="&staff.auth.about_btn.accesskey;" />
 
95
            <button type="menu" label="Help" accesskey="l">
 
96
                <menupopup>
 
97
                    <menuitem id="about_btn" label="&staff.auth.about_btn.label;" accesskey="&staff.auth.about_btn.accesskey;" />
 
98
                    <menuitem id="contents_menu" label="Contents" accesskey="c" disabled="true" />
 
99
                    <menuseparator id="check_upgrade_sep" hidden="true" />
 
100
                    <menuitem id="check_upgrade" label="Check for upgrades" accesskey="" hidden="true" />
 
101
                </menupopup>
 
102
            </button>
 
103
 
96
104
 
97
105
            <button id="new_window_btn" label="&staff.auth.new_window_btn.label;" accesskey="&staff.auth.new_window_btn.accesskey;" />
98
106