[open-ils-commits] r247 - servres/trunk/conifer/templates/phys (gfawcett)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Apr 2 21:31:15 EDT 2009
Author: gfawcett
Date: 2009-04-02 21:31:14 -0400 (Thu, 02 Apr 2009)
New Revision: 247
Modified:
servres/trunk/conifer/templates/phys/checkout.xhtml
Log:
a few tweaks to the patron-item mockup
Modified: servres/trunk/conifer/templates/phys/checkout.xhtml
===================================================================
--- servres/trunk/conifer/templates/phys/checkout.xhtml 2009-04-03 01:31:06 UTC (rev 246)
+++ servres/trunk/conifer/templates/phys/checkout.xhtml 2009-04-03 01:31:14 UTC (rev 247)
@@ -8,7 +8,7 @@
<head>
<title>${title}</title>
<script>
- $(function() { $('form:last input:visible:nth(0)').focus(); });
+ $(function() { $('form:last input:visible:first').focus(); });
</script>
</head>
<body>
@@ -43,12 +43,16 @@
</tr>
<tr>
<th/>
- <td><input type="submit" value="Continue"/></td>
+ <td><input type="submit" value="${step==3 and _('Check out another item') or _('Continue')}"/></td>
</tr>
+ <tr py:if="step==3">
+ <th/>
+ <td><a href="../">Done</a></td>
+ </tr>
+
+
</table>
</div>
-
</form>
-
</body>
</html>
More information about the open-ils-commits
mailing list