[open-ils-commits] r19347 - trunk/Open-ILS/web/templates/default/serial (senator)
svn at svn.open-ils.org
svn at svn.open-ils.org
Mon Jan 31 18:10:37 EST 2011
Author: senator
Date: 2011-01-31 18:10:31 -0500 (Mon, 31 Jan 2011)
New Revision: 19347
Modified:
trunk/Open-ILS/web/templates/default/serial/list_item.tt2
Log:
Serial: Little bug in the alt serials control item editor
Modified: trunk/Open-ILS/web/templates/default/serial/list_item.tt2
===================================================================
--- trunk/Open-ILS/web/templates/default/serial/list_item.tt2 2011-01-31 19:55:34 UTC (rev 19346)
+++ trunk/Open-ILS/web/templates/default/serial/list_item.tt2 2011-01-31 23:10:31 UTC (rev 19347)
@@ -28,7 +28,7 @@
<button dojoType="dijit.form.Button"
onClick="sitem_grid.refresh()">Refresh Grid</button>
<button dojoType="dijit.form.Button"
- onClick="sitem_grid.delete_items()">
+ onClick="sitem_grid.deleteSelected()">
Delete Selected
</button>
</div>
More information about the open-ils-commits
mailing list