Fixing 'breadcrumbs' menu in staff-client label tool
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / prog / en / modules / labels / label-edit-template.tmpl
index aad9bf7..f03af70 100644 (file)
@@ -5,7 +5,7 @@
 <!-- TMPL_INCLUDE NAME="header.inc" -->
 <!-- TMPL_INCLUDE NAME="cat-search.inc" -->
 
-<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Labels</div>
+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/labels/label-home.pl">Labels</a> &rsaquo; <a href="/cgi-bin/koha/labels/label-templates.pl">Label Templates</a> &rsaquo; Edit Label Template</div>
 
 <div id="doc3" class="yui-t2">
    
     <!-- /TMPL_LOOP -->
 </select></li>
 
+<li><label for="prof_id">Profile: </label><select id="prof_id" name="prof_id">
+    <!-- TMPL_LOOP NAME="proflist" -->
+        <!-- TMPL_IF NAME="selected" -->
+            <option value="<!-- TMPL_VAR NAME="prof_id" -->" selected="selected">
+        <!-- TMPL_ELSE -->
+            <option value="<!-- TMPL_VAR NAME="prof_id" -->">
+        <!-- /TMPL_IF --><!-- TMPL_VAR NAME="printername" -->/<!-- TMPL_VAR NAME="paper_bin" --></option>
+    <!-- /TMPL_LOOP -->
+</select></li>
+
 <li><label for="fontsize">Font Size:</label> <input type="text" id="fontsize" name="fontsize"  size="1" value="<!-- TMPL_VAR NAME="fontsize" -->" /></li>
 
 <li><label for="active">Active: </label>
 <!-- TMPL_INCLUDE NAME="labels-menu.inc" -->
 </div>
 </div>
-<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
\ No newline at end of file
+<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->