[open-ils-commits] r18291 - trunk/Open-ILS/src/perlmods/OpenILS/WWW (miker)
svn at svn.open-ils.org
svn at svn.open-ils.org
Tue Oct 12 16:31:37 EDT 2010
Author: miker
Date: 2010-10-12 16:31:31 -0400 (Tue, 12 Oct 2010)
New Revision: 18291
Modified:
trunk/Open-ILS/src/perlmods/OpenILS/WWW/TemplateBatchBibUpdate.pm
Log:
Get rid of commas, apparently confusing; make action button label more generic / less "developery"
Modified: trunk/Open-ILS/src/perlmods/OpenILS/WWW/TemplateBatchBibUpdate.pm
===================================================================
--- trunk/Open-ILS/src/perlmods/OpenILS/WWW/TemplateBatchBibUpdate.pm 2010-10-12 19:55:58 UTC (rev 18290)
+++ trunk/Open-ILS/src/perlmods/OpenILS/WWW/TemplateBatchBibUpdate.pm 2010-10-12 20:31:31 UTC (rev 18291)
@@ -572,13 +572,11 @@
</td>
</tr>
<tr class='hide_me' id='recordContainer'>
- <td>Record ID:
- <input name='recid' style='width:75px;' type='text' dojoType='dijit.form.NumberTextBox' name='id' value='' constraints='{min:0}'></input>
- </td>
+ <td>Record ID: <input dojoType='dijit.form.TextBox' name='recid' style='width:75px;' type='text' value=''/></td>
</tr>
</table>
- <button type="submit" dojoType='dijit.form.Button'>Apply Ruleset</button>
+ <button type="submit" dojoType='dijit.form.Button'>GO!</button> (After setting up your template below.)
<br/>
<br/>
More information about the open-ils-commits
mailing list