[open-ils-commits] r9797 -
branches/rel_1_2/Open-ILS/xul/staff_client/server/cat
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Jun 9 16:03:22 EDT 2008
Author: phasefx
Date: 2008-06-09 16:03:18 -0400 (Mon, 09 Jun 2008)
New Revision: 9797
Modified:
branches/rel_1_2/Open-ILS/xul/staff_client/server/cat/volume_editor.xul
Log:
tweaks to Volume Editor for window dimensions, and a comforting Cancel button
Modified: branches/rel_1_2/Open-ILS/xul/staff_client/server/cat/volume_editor.xul
===================================================================
--- branches/rel_1_2/Open-ILS/xul/staff_client/server/cat/volume_editor.xul 2008-06-09 19:39:56 UTC (rev 9796)
+++ branches/rel_1_2/Open-ILS/xul/staff_client/server/cat/volume_editor.xul 2008-06-09 20:03:18 UTC (rev 9797)
@@ -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"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
@@ -100,6 +100,7 @@
<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>
More information about the open-ils-commits
mailing list