git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@247
6d9bc8c9-1ec2-4278-b937-
99fde70a366f
<head>
<title>${title}</title>
<script>
- $(function() { $('form:last input:visible:nth(0)').focus(); });
+ $(function() { $('form:last input:visible:first').focus(); });
</script>
</head>
<body>
</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>