[Koha-patches] [PATCH] Making label toolbars more consistent

Owen Leonard oleonard at myacpl.org
Tue Apr 29 21:53:06 CEST 2008


---
 .../en/modules/labels/label-create-profile.tmpl    |    1 +
 .../en/modules/labels/label-create-template.tmpl   |    1 +
 .../prog/en/modules/labels/label-templates.tmpl    |    8 +++-----
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-create-profile.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-create-profile.tmpl
index 9e94347..f69dbac 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-create-profile.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-create-profile.tmpl
@@ -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>
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-create-template.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-create-template.tmpl
index f148ba3..5c5a6f4 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-create-template.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-create-template.tmpl
@@ -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">
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-templates.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-templates.tmpl
index 37ca46c..16ffa50 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-templates.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/labels/label-templates.tmpl
@@ -51,12 +51,10 @@
         </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>
-- 
1.5.2.1




More information about the Koha-patches mailing list