Bug 3729 - TransfersMaxDaysWarning needs wording fix
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / authorised_values.tmpl
index 1350590..20b8712 100644 (file)
@@ -1,17 +1,29 @@
 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
-<title>Koha &rsaquo; Administration &rsaquo; Authorized Values <!-- TMPL_IF name="add_form" --> &rsaquo; <!-- TMPL_IF name="action_modify" -->Modify authorised value<!-- /TMPL_IF -->
-          <!-- TMPL_IF name="action_add_value" --> &rsaquo;  New authorised value<!-- /TMPL_IF -->
+<title>Koha &rsaquo; Administration &rsaquo; Authorized Values <!-- TMPL_IF name="add_form" --> &rsaquo; <!-- TMPL_IF name="action_modify" -->Modify authorized value<!-- /TMPL_IF -->
+          <!-- TMPL_IF name="action_add_value" --> &rsaquo;  New authorized value<!-- /TMPL_IF -->
           <!-- TMPL_IF name="action_add_category" --> &rsaquo; New category<!-- /TMPL_IF --><!-- /TMPL_IF -->
 <!-- TMPL_IF name="delete_confirm" --> &rsaquo; Confirm Deletion<!-- /TMPL_IF -->
 <!-- TMPL_IF name="else" -->Authorized values<!-- /TMPL_IF --></title>
 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
+<script type="text/JavaScript" language="JavaScript">
+//<![CDATA[
+     $(document).ready(function() {
+        $('#icons > ul').tabs();
+     });
+//]]>
+</script>
+<style type="text/css">
+       fieldset.rows div.toptabs li { clear:none;margin-right:.5em;padding-bottom:0;width:auto; }
+       fieldset.rows div.toptabs .ui-tabs-nav li.ui-tabs-selected {background-color : transparent; }
+       fieldset.rows .ui-tabs-panel { margin-right : 10px; margin-left : 10px;margin-bottom:10px;}
+</style>
 </head>
 <body>
 <!-- TMPL_INCLUDE NAME="header.inc" -->
 <!-- TMPL_INCLUDE NAME="cat-search.inc" -->
 
-<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> &rsaquo; <!-- TMPL_IF name="add_form" --> <a href="/cgi-bin/koha/admin/authorised_values.pl">Authorized Values</a> &rsaquo; <!-- TMPL_IF name="action_modify" -->Modify authorised value<!-- /TMPL_IF -->
-          <!-- TMPL_IF name="action_add_value" -->New authorised value<!-- /TMPL_IF -->
+<div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; <a href="/cgi-bin/koha/admin/admin-home.pl">Administration</a> &rsaquo; <!-- TMPL_IF name="add_form" --> <a href="/cgi-bin/koha/admin/authorised_values.pl">Authorized Values</a> &rsaquo; <!-- TMPL_IF name="action_modify" -->Modify authorized value<!-- /TMPL_IF -->
+          <!-- TMPL_IF name="action_add_value" -->New authorized value<!-- /TMPL_IF -->
           <!-- TMPL_IF name="action_add_category" -->New category<!-- /TMPL_IF --><!-- /TMPL_IF -->
 <!-- TMPL_IF name="delete_confirm" --> <a href="/cgi-bin/koha/admin/authorised_values.pl">Authorized Values</a> &rsaquo; Confirm Deletion<!-- /TMPL_IF -->
 <!-- TMPL_IF name="else" -->Authorized values<!-- /TMPL_IF --></div>
 
 <!-- TMPL_IF name="add_form" -->
        <h1>
-          <!-- TMPL_IF name="action_modify" -->Modify authorised value<!-- /TMPL_IF -->
-          <!-- TMPL_IF name="action_add_value" -->New authorised value<!-- /TMPL_IF -->
+          <!-- TMPL_IF name="action_modify" -->Modify authorized value<!-- /TMPL_IF -->
+          <!-- TMPL_IF name="action_add_value" -->New authorized value<!-- /TMPL_IF -->
           <!-- TMPL_IF name="action_add_category" -->New category<!-- /TMPL_IF -->
        </h1>
        <form action="<!-- TMPL_VAR name="script_name" -->" name="Aform" method="post">
        <input type="hidden" name="op" value="add_validate" />
+    <input type="hidden" name="offset" value="<!-- TMPL_VAR name="offset" -->" />
         <fieldset class="rows"><ol>
         <li>
                         <!-- TMPL_IF name="action_add_category" --><label for="category">Category</label>
         </li>
         <li>
             <label for="authorised_value">Authorized value</label>
+     <!-- TMPL_IF name="action_modify" --><input type="hidden" id="id" name="id" value="<!-- TMPL_VAR name="id" -->" /><!-- /TMPL_IF -->
             <input type="text" id="authorised_value" name="authorised_value" value="<!-- TMPL_VAR name="authorised_value" -->" />
         </li>
         <li>
             <label for="lib">Description</label>
             <input type="text" name="lib" id="lib" value="<!-- TMPL_VAR name="lib" -->" />
         </li>
-        </ol></fieldset>
-        <input type="hidden" name="id" value="<!-- TMPL_VAR name="id" -->" />
-        <input type="submit" value="Save" />
+               </ol>
+               <div id="icons" class="toptabs">
+               <h5 style="margin-left:10px;">Choose an Icon:</h5>
+                       <ul>
+                                       <li><a href="/cgi-bin/koha/admin/authorised_values.pl?op=add_form&amp;category=<!-- TMPL_VAR NAME="category" -->#none">None</a></li>
+                                 <!-- TMPL_LOOP NAME="imagesets" -->
+                                       <li><a href="/cgi-bin/koha/admin/authorised_values.pl?op=add_form&amp;category=<!-- TMPL_VAR NAME="category" -->#<!-- TMPL_VAR NAME="imagesetname" -->"><!-- TMPL_VAR name="imagesetname" --></a></li>
+                                 <!-- /TMPL_LOOP -->
+                       </ul>
+               </div>
+  <div id="none"><ul>
+  <li><label for="noimage">No image: </label><input type="radio" name="imageurl" id="noimage" value="removeImage" /></li>
+  </ul>
+  <br class="clear" /></div>
+  <!-- TMPL_LOOP NAME="imagesets" -->
+  <div id="<!-- TMPL_VAR NAME="imagesetname" -->"><ul>
+  <!-- TMPL_LOOP NAME="images" -->
+                       <li style="float: none; display: inline; clear : none; width: auto;">
+            <label> <!-- TMPL_IF NAME="StaffImageUrl" -->
+              <img src="<!-- TMPL_VAR name="StaffImageUrl" -->" alt="<!-- TMPL_VAR name="StaffImageUrl" -->" title="<!-- TMPL_VAR name="StaffImageUrl" -->" />
+        <!-- TMPL_ELSE -->
+        <!-- /TMPL_IF -->
+    <!-- TMPL_IF name="checked" -->
+              <input type="radio" name="imageurl" value="<!-- TMPL_VAR name="KohaImage" -->" checked="checked" />
+    <!-- TMPL_ELSE -->
+              <!-- TMPL_IF NAME="KohaImage" --> <!-- to delete the radio button if there is no image after -->
+              <input type="radio" name="imageurl" value="<!-- TMPL_VAR name="KohaImage" -->" />
+              <!-- /TMPL_IF -->
+    <!-- /TMPL_IF -->
+            </label>
+                       </li>
+  <!-- /TMPL_LOOP --></ul>
+  <br class="clear" />
+  </div>
+  <!-- /TMPL_LOOP -->
+  
+        </fieldset>
+       <fieldset class="action"> <input type="hidden" name="id" value="<!-- TMPL_VAR name="id" -->" />
+        <input type="submit" value="Save" /> <a class="cancel" href="/cgi-bin/koha/admin/authorised_values.pl?searchfield=<!-- TMPL_VAR NAME="category" -->">Cancel</a></fieldset>
     </form>
 <!-- /TMPL_IF -->
 
 
 <!-- TMPL_IF name="delete_confirm" -->
-       <form action="<!-- TMPL_VAR name=" script_name " -->" method="post">
-<fieldset>
-<legend>Confirm Deletion</legend>
+       <div class="dialog alert">
+<h3>Confirm Deletion</h3>
 <table>
        <tr>
                <th>Category</th>
        <td><!-- TMPL_VAR name="Tvalue" --></td>
        <td><!-- TMPL_VAR name="Tlib" --></td></tr>
        </table>
+       <form action="<!-- TMPL_VAR name=" script_name " -->" method="post">
                <input type="hidden" name="op" value="delete_confirmed" />
                <input type="hidden" name="id" value="<!-- TMPL_VAR name="id" -->" />
-               <input type="hidden" name="searchfield" value="<!-- TMPL_VAR name="searchfield" -->" /><fieldset class="action"><input type="submit" value="Yes, Delete" /> <a class="cancel" href="/cgi-bin/koha/admin/authorised_values.pl">Cancel</a></fieldset></fieldset></form>
+               <input type="hidden" name="searchfield" value="<!-- TMPL_VAR name="searchfield" -->" /><fieldset class="action"><input type="submit" value="Yes, Delete" class="approve" /></form>
+<form action="<!-- TMPL_VAR name=" script_name " -->" method="get"><input type="hidden" name="searchfield" value="<!-- TMPL_VAR NAME="searchfield" -->" /><input type="submit" value="No, Do Not Delete" class="deny" /></form>
+</div>
 <!-- /TMPL_IF -->
 
 <!-- TMPL_IF name="else" -->
 
         $(document).ready(function() {
            yuiToolbar();
+               $('#category').find("input:submit").hide();
+               $('#searchfield').change(function() {
+               $('#category').submit();
+               });
         });
 
        // YUI Toolbar Functions
@@ -110,20 +166,47 @@ the subfield is not entered through a free field, but though a list of authorize
 </span>
 </div>
 <!-- /TMPL_IF -->
-<form action="/cgi-bin/koha/admin/authorised_values.pl" method="post"><label for="searchfield">Show Category: </label><!-- TMPL_VAR name="tab_list" --> <input type="submit" value="Submit" /></form>
+<form action="/cgi-bin/koha/admin/authorised_values.pl" method="post" id="category"><label for="searchfield">Show Category: </label><!-- TMPL_VAR name="tab_list" --> <input type="submit" value="Submit" /></form>
+<!-- TMPL_IF EXPR="category eq 'Bsort1'" -->
+    <p>Bsort1 is an authorized value attached to patrons, that can be used for stats purposes</p>
+<!-- /TMPL_IF -->
+<!-- TMPL_IF EXPR="category eq 'Bsort2'" -->
+    <p>Bsort2 is an authorized value attached to patrons, that can be used for stats purposes</p>
+<!-- /TMPL_IF -->
+<!-- TMPL_IF EXPR="category eq 'Asort1'" -->
+    <p>Asort1 is an authorized value attached to acquisitions, that can be used for stats purposes</p>
+<!-- /TMPL_IF -->
+<!-- TMPL_IF EXPR="category eq 'Asort2'" -->
+    <p>Asort2 is an authorized value attached to acquisitions, that can be used for stats purposes</p>
+<!-- /TMPL_IF -->
+<!-- TMPL_IF EXPR="category eq 'SUGGEST'" -->
+    <p>The list of patron suggestion reject or accept reasons</p>
+<!-- /TMPL_IF -->
+<!-- TMPL_IF EXPR="category eq 'DAMAGED'" -->
+    <p>The list of status to describe a damaged item</p>
+<!-- /TMPL_IF -->
+<!-- TMPL_IF EXPR="category eq 'LOST'" -->
+    <p>The list of status to describe a lost item</p>
+<!-- /TMPL_IF -->
 <table>
 <tr>
        <th>Category</th>
        <th>Authorized value</th>
        <th>Description</th>
+       <th>Icon</th>
        <th>Edit</th>
        <th>Delete</th>
        </tr>
 <!-- TMPL_LOOP name="loop" -->
+<!-- TMPL_UNLESS name="__odd__" -->
+<tr class="highlight">
+<!-- TMPL_ELSE -->
 <tr>
+<!-- /TMPL_UNLESS -->
        <td><!-- TMPL_VAR name="category" --></td>
        <td><!-- TMPL_VAR name="authorised_value" --></td>
        <td><!-- TMPL_VAR name="lib" --></td>
+       <td><!-- TMPL_IF NAME="imageurl" --><img src="<!-- TMPL_VAR name="imageurl" -->" alt=""/><!-- TMPL_ELSE -->&nbsp;<!-- /TMPL_IF --></td>
        <td><a href="<!-- TMPL_VAR name="edit" -->">Edit</a></td>
        <td><a href="<!-- TMPL_VAR name="delete" -->">Delete</a></td>
 </tr>
@@ -133,7 +216,7 @@ the subfield is not entered through a free field, but though a list of authorize
 <!-- TMPL_IF NAME="isprevpage" -->
 <form class="inline" action="<!-- TMPL_VAR NAME="script_name" -->" method="post">
 <input type="hidden" name="offset" value="<!-- TMPL_VAR NAME="prevpage" -->" /><input type="hidden" name="searchfield" value="<!-- TMPL_VAR NAME="searchfield" -->" />
-       <input type="submit" value="&lt;&lt; Previous Page" /></form>
+       <input type="submit" value="&lt;&lt; Previous" /></form>
 <!-- /TMPL_IF --> 
 
 <!-- TMPL_IF NAME="nextpage" -->
@@ -142,11 +225,6 @@ the subfield is not entered through a free field, but though a list of authorize
        <input type="submit" value="Next Page &gt;&gt;" /></form>
 <!-- /TMPL_IF -->
 
-<div id="action">
-    <a href= "/cgi-bin/koha/admin/authorised_values.pl?op=add_form&amp;category=<!-- TMPL_VAR NAME="category" -->">Add Authorized value for <!-- TMPL_VAR name="category" --></a>
-    <a href= "/cgi-bin/koha/admin/authorised_values.pl?op=add_form">Add New Category</a>
-</div>
-
 <!-- /TMPL_IF -->
 
 </div>