bug4926 - Improves the ID fields when sending lists and carts
authorRobin Sheat <robin@catalyst.net.nz>
Thu, 1 Jul 2010 05:41:33 +0000 (17:41 +1200)
committerGalen Charlton <gmcharlt@gmail.com>
Thu, 1 Jul 2010 23:34:42 +0000 (19:34 -0400)
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
koha-tmpl/opac-tmpl/prog/en/modules/opac-sendbasketform.tmpl
koha-tmpl/opac-tmpl/prog/en/modules/opac-sendshelfform.tmpl

index 9caef3c..4104682 100644 (file)
@@ -15,7 +15,7 @@
        
 <!-- TMPL_ELSE -->
 
-<form action="<!-- TMPL_VAR NAME="url" -->" method="post">
+<form action="<!-- TMPL_VAR NAME="url" -->" method="post" id="sendbasketform">
 
 <fieldset class="rows"> 
 <legend>Sending your cart</legend>
index 9d0e717..b74bf82 100644 (file)
@@ -7,7 +7,7 @@
 //]]>
 </script>
 </head>
-<body style="padding: 1em;" id="sendbasket">
+<body style="padding: 1em;" id="sendshelf">
 <div class="container"><!-- TMPL_IF NAME="email" -->
 
     <!-- TMPL_IF NAME="SENT" -->
@@ -21,7 +21,7 @@
     
 <!-- TMPL_ELSE -->
 
-<form action="<!-- TMPL_VAR NAME="url" -->" method="post">
+<form action="<!-- TMPL_VAR NAME="url" -->" method="post" id="sendshelfform">
 
 <fieldset class="rows"> 
 <legend>Sending your list</legend>