Bug 15072: Breadcrumbs and titles inconsistent in Label creator
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / labels / label-edit-template.tt
index 6c96bab..a7f2c3a 100644 (file)
@@ -1,5 +1,5 @@
     [% INCLUDE 'doc-head-open.inc' %]
-    <title>Koha &rsaquo; Tools &rsaquo; Labels &rsaquo; Templates</title>
+    <title>Koha &rsaquo; Tools &rsaquo; Label creator &rsaquo; Templates &rsaquo; [% IF ( template_id ) %]Edit ([% template_id %])[% ELSE %]Create[% END %]</title>
     [% INCLUDE 'doc-head-close.inc' %]
        <script type="text/javascript">
         //<![CDATA[
     <div id="breadcrumbs">
         <a href="/cgi-bin/koha/mainpage.pl">Home</a>&rsaquo;
         <a href="/cgi-bin/koha/tools/tools-home.pl">Tools</a>&rsaquo;
-        <a href="/cgi-bin/koha/labels/label-home.pl">Labels</a>&rsaquo;
-        <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=template">Label Templates</a>&rsaquo;
-        Edit Label Template
+        <a href="/cgi-bin/koha/labels/label-home.pl">Label creator</a>&rsaquo;
+        <a href="/cgi-bin/koha/labels/label-manage.pl?label_element=template">Templates</a>&rsaquo;
+        [% IF ( template_id ) %]Edit ([% template_id %])[% ELSE %]Create[% END %]
     </div>
     <div id="doc3" class="yui-t2">
         <div id="bd">
             <div id="yui-main">
                 <div class="yui-b">
+                    <div class="yui-g">
+                    [% INCLUDE 'labels-toolbar.inc' %]
+                        <div class="yui-u first">
+
+                        </div>
+                    </div>
                     <form name="input" action="/cgi-bin/koha/labels/label-edit-template.pl" method="get">
                     <div class="yui-g">
-                        <h3>Edit Label Template</h3>
+                        <h3>Edit label template</h3>
                         <div class="yui-u first">
                             <fieldset class="rows">
                                 <ol>
                                         <span class="label">Template ID:</span>[% IF ( template_id ) %][% template_id %][% ELSE %]N/A[% END %]
                                     </li>
                                     <li>
-                                        <label for="template_code">Template Code:</label>
+                                        <label for="template_code">Template code:</label>
                                         <input type="text" size="30" maxlength="43" name="template_code" id="template_code" value="[% template_code %]" />
                                     </li>
                                     <li>
-                                        <label for="template_desc">Template Description:</label>
+                                        <label for="template_desc">Template description:</label>
                                         <textarea cols="30" rows="3" id="template_desc" name="template_desc">[% template_desc %]</textarea>
                                     </li>
                                                                        <li>
                                  </select>
                              </li>
                                     <li>
-                                        <label for="page_height">Page Height:</label>
+                                        <label for="page_height">Page height:</label>
                                         <input type="text" size="4" name="page_height" id="page_height" value="[% page_height %]" />
                                     </li>
                                     <li>
-                                        <label for="page_width">Page Width:</label>
+                                        <label for="page_width">Page width:</label>
                                         <input type="text" size="4" name="page_width" id="page_width" value="[% page_width %]" />
                                     </li>
                                     <li>
-                                        <label for="label_width">Label Width:</label>
+                                        <label for="label_width">Label width:</label>
                                         <input type="text" size="4" name="label_width" id="label_width" value="[% label_width %]" />
                                     </li>
                                     <li>
-                                        <label for="label_height">Label Height:</label>
+                                        <label for="label_height">Label height:</label>
                                         <input type="text" size="4" name="label_height" id="label_height" value="[% label_height %]" />
                                     </li>
 
                         <div class="yui-u">
                             <fieldset class="rows">
                                 <ol><li>
-                                    <label for="top_margin">Top Page Margin:</label>
+                                    <label for="top_margin">Top page margin:</label>
                                     <input type="text" size="4" name="top_margin" id="top_margin" value="[% top_margin %]" />
                                 </li>
                                 <li>
-                                    <label for="left_margin">Left Page Margin:</label>
+                                    <label for="left_margin">Left page margin:</label>
                                     <input type="text" size="4" name="left_margin" id="left_margin" value="[% left_margin %]" />
                                 </li>
                                     <li>
-                                        <label for="top_text_margin">Top Text Margin:</label>
+                                        <label for="top_text_margin">Top text margin:</label>
                                         <input type="text" size="4" name="top_text_margin" id="top_text_margin" value="[% top_text_margin %]" />
                                     </li>
                                     <li>
-                                        <label for="left_text_margin">Left Text Margin:</label>
+                                        <label for="left_text_margin">Left text margin:</label>
                                         <input type="text" size="4" name="left_text_margin" id="left_text_margin" value="[% left_text_margin %]" />
                                     </li>
                                     <li>
-                                        <label for="cols">Number of Columns:</label>
+                                        <label for="cols">Number of columns:</label>
                                         <input type="text" size="4" name="cols" id="cols" value="[% cols %]" />
                                     </li>
                                     <li>
-                                        <label for="rows">Number of Rows:</label>
+                                        <label for="rows">Number of rows:</label>
                                         <input type="text" size="4" name="rows" id="rows" value="[% rows %]" />
                                     </li>
                                     <li>
-                                        <label for="col_gap">Gap between Columns:</label>
+                                        <label for="col_gap">Gap between columns:</label>
                                         <input type="text" size="4" name="col_gap" id="col_gap" value="[% col_gap %]" />
                                     </li>
                                     <li>
-                                        <label for="row_gap">Gap between Rows:</label>
+                                        <label for="row_gap">Gap between rows:</label>
                                         <input type="text" size="4" name="row_gap" id="row_gap" value="[% row_gap %]" />
                                     </li>
 
                 </form>
             </div>
         </div>
-        <div class="yui-b">
-            [% INCLUDE 'labels-menu.inc' %]
-        </div>
     </div>
     [% INCLUDE 'intranet-bottom.inc' %]