Making label toolbars more consistent
authorOwen Leonard <oleonard@myacpl.org>
Tue, 29 Apr 2008 19:53:06 +0000 (14:53 -0500)
committerJoshua Ferraro <jmf@liblime.com>
Wed, 30 Apr 2008 11:09:24 +0000 (06:09 -0500)
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-create-profile.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-create-template.tmpl
koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-templates.tmpl

index 9e94347..f69dbac 100644 (file)
@@ -28,6 +28,7 @@ function confirm_deletion(biblionumber,itemnumber) {
        <div id="yui-main">
        <div class="yui-b">
 
+       <!-- TMPL_INCLUDE NAME="tools-labels-toolbar.inc" -->
 
 
 <h3>Create Printer Profile</h3>
index f148ba3..5c5a6f4 100644 (file)
@@ -13,6 +13,7 @@
        <div id="yui-main">
        <div class="yui-b">
 
+       <!-- TMPL_INCLUDE NAME="tools-labels-toolbar.inc" -->
 <form name="input" action="/cgi-bin/koha/labels/label-create-template.pl" method="get">
 
 <fieldset class="rows">
index 37ca46c..16ffa50 100644 (file)
         </td>
 </tr>
 <!-- /TMPL_LOOP -->
- <tr><td colspan="5" align="right">
- <input class="button" type="submit" value="Set Active Template" />
-        <input type="hidden" name="op" value="set_active_template" />
-</td></tr>
 </table>
-
+<fieldset class="action">
+ <input class="button" type="submit" value="Set Active Template" />
+        <input type="hidden" name="op" value="set_active_template" /></fieldset>
 </form>
 <!-- /TMPL_IF -->
 </div>