[open-ils-commits] r9798 -
trunk/Open-ILS/xul/staff_client/server/cat
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Jun 9 16:04:30 EDT 2008
Author: phasefx
Date: 2008-06-09 16:04:27 -0400 (Mon, 09 Jun 2008)
New Revision: 9798
Modified:
trunk/Open-ILS/xul/staff_client/server/cat/volume_editor.xul
Log:
tweaks to Volume Editor for window dimensions, and a comforting Cancel button
Modified: trunk/Open-ILS/xul/staff_client/server/cat/volume_editor.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/cat/volume_editor.xul 2008-06-09 20:03:18 UTC (rev 9797)
+++ trunk/Open-ILS/xul/staff_client/server/cat/volume_editor.xul 2008-06-09 20:04:27 UTC (rev 9798)
@@ -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">
<!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
@@ -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