Correcting class names of submit buttons
authoroleonard <oleonard>
Tue, 25 Jan 2005 21:53:33 +0000 (21:53 +0000)
committeroleonard <oleonard>
Tue, 25 Jan 2005 21:53:33 +0000 (21:53 +0000)
koha-tmpl/opac-tmpl/npl/en/opac-sendbasketform.tmpl

index 928b6ed..9334959 100644 (file)
        <div class="details">
 <p>            <label for="email_add">E-mail Address:</label> <input type="text" id="email_add" name="email_add" size="35" /></p>
        
-<p><input type="submit" value="Send" class="send" />
+<p><input type="submit" value="Send" class="icon send" />
        <input type="hidden" name="bib_list" value="<!-- TMPL_VAR NAME="bib_list" -->" /></p>
 </form>
 <!-- /TMPL_IF -->
        
-</div><p><form action="opac-sendbasket.pl" method="get" /><input type="submit" class="close" value="Close Window" onclick="window.close(); return false;" /></form></p>
+</div><p><form action="opac-sendbasket.pl" method="get" /><input type="submit" class="icon close" value="Close Window" onclick="window.close(); return false;" /></form></p>
 </div>
 </body>
 </html>
\ No newline at end of file