backport volume editor tweak. Thanks Paul!
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 13 Jun 2008 17:38:31 +0000 (17:38 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Fri, 13 Jun 2008 17:38:31 +0000 (17:38 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2_2@9833 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/xul/staff_client/server/cat/volume_editor.xul

index ac6f315..4e4bafd 100644 (file)
@@ -20,7 +20,7 @@
 
 <window id="cat_volume_editor_win" 
        onload="try { my_init(); font_helper(); } catch(E) { alert(E); }"
-       title="Volumes"
+       title="Volumes" height="400" width="300" persist="height,width"
        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
 
        <!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
        <groupbox flex="1" style="overflow: auto">
                <caption id="caption" label="Volume Editor"/>
                <hbox>
+            <button label="Cancel" oncommand="window.close();"/>
                        <spacer flex="1" />
                        <button label="Modify" oncommand="g.stash_and_close();"/>
                </hbox>