a few tweaks to the patron-item mockup
authorgfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Fri, 3 Apr 2009 01:31:14 +0000 (01:31 +0000)
committergfawcett <gfawcett@6d9bc8c9-1ec2-4278-b937-99fde70a366f>
Fri, 3 Apr 2009 01:31:14 +0000 (01:31 +0000)
git-svn-id: svn://svn.open-ils.org/ILS-Contrib/servres/trunk@247 6d9bc8c9-1ec2-4278-b937-99fde70a366f

conifer/templates/phys/checkout.xhtml

index 9da8221..38078cd 100644 (file)
@@ -8,7 +8,7 @@ title = _('Patron Checkout of Item')
 <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 @@ title = _('Patron Checkout of Item')
       </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>