bug 3882 changed 'reserves' to 'holds' in template
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / cities.tmpl
index e673f91..6a96abf 100644 (file)
@@ -1,52 +1,18 @@
 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
-<title>Koha &rsaquo; Administration &rsaquo; <!-- TMPL_IF NAME="add_form" -->Cities &rsaquo; <!-- TMPL_IF NAME="cityid" --> Modify City<!-- TMPL_ELSE --> Add City<!-- /TMPL_IF --><!-- TMPL_ELSE --><!-- TMPL_IF NAME="delete_confirm" -->Cities &rsaquo; Confirm Deletion of City<!-- TMPL_ELSE --> Cities<!-- /TMPL_IF --><!-- /TMPL_IF --></title>
+<title>Koha &rsaquo; Administration &rsaquo; <!-- TMPL_IF NAME="add_form" -->Cities &rsaquo; <!-- TMPL_IF NAME="cityid" --> Modify City<!-- TMPL_ELSE --> New City<!-- /TMPL_IF --><!-- TMPL_ELSE --><!-- TMPL_IF NAME="delete_confirm" -->Cities &rsaquo; Confirm Deletion of City<!-- TMPL_ELSE --> Cities<!-- /TMPL_IF --><!-- /TMPL_IF --></title>
 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
 <script type="text/javascript">
 //<![CDATA[
-               /////////////////////////////////////////////////////////////////////////////////////////////////////////////////
-               function isNotNull(f,noalert) {
-                       if (f.value.length == 0) {
-               return false;
-                       }
-               return true;
-               }
-               /////////////////////////////////////////////////////////////////////////////////////////////////////////////////
-               function toUC(f) {
-                       var x=f.value.toUpperCase();
-                       f.value=x;
-                       return true;
-               }
-               /////////////////////////////////////////////////////////////////////////////////////////////////////////////////
-               function isNum(v,maybenull) {
-               var n = new Number(v.value);
-               if (isNaN(n)) {
-                       return false;
-                       }
-               if (maybenull == 0 && v.value =='') {
-                       return false;
-               }
-               return true;
-               }
-               /////////////////////////////////////////////////////////////////////////////////////////////////////////////////
-               function isDate(f) {
-                       var t = Date.parse(f.value);
-                       if (isNaN(t)) {
-                               return false;
-                       }
-               }
-               /////////////////////////////////////////////////////////////////////////////////////////////////////////////////
-               function Check(f) {
-                       var ok=1;
-                       var _alertString="";
-                       var alertString2;
-                       if (f.city_zipcode.value.length == 0 && f.city_name.value.length == 0 ) {
-                               _alertString += "\n- " + _("City name & zipcode missing");
-                               alert(_alertString);    
-                       }
-                       else{
-                       document.Aform.submit();
-                       }
-               }
+    function Check(f) {
+        if (f.city_zipcode.value.length == 0 && f.city_name.value.length == 0 ) {
+            alert("City name & zipcode missing");
+        } else{
+            document.Aform.submit();
+        }
+    }
+    $(document).ready(function() {
+        new YAHOO.widget.Button("newcity");
+    });
 //]]>
 </script>
 </head>
 <!-- TMPL_INCLUDE NAME="header.inc" -->
 <!-- TMPL_INCLUDE NAME="cities-admin-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/cities.pl">Cities</a> &rsaquo; <!-- TMPL_IF NAME="cityid" --> Modify City<!-- TMPL_ELSE --> Add City<!-- /TMPL_IF --><!-- TMPL_ELSE --><!-- TMPL_IF NAME="delete_confirm" --><a href="/cgi-bin/koha/admin/cities.pl">Cities</a> &rsaquo; Confirm Deletion of City<!-- TMPL_ELSE --> Cities<!-- /TMPL_IF --><!-- /TMPL_IF --></div>
+<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; <a href="/cgi-bin/koha/admin/cities.pl">Cities</a>
+    <!-- TMPL_IF NAME="add_form" -->
+    &rsaquo; <!-- TMPL_IF NAME="cityid" -->Modify<!-- TMPL_ELSE -->New<!-- /TMPL_IF --> City
+    <!-- TMPL_ELSIF NAME="delete_confirm" -->
+    &rsaquo; Confirm Deletion of City
+    <!-- /TMPL_IF -->
+</div>
 
 <div id="doc3" class="yui-t2">
    
@@ -66,7 +41,7 @@
        <!-- TMPL_IF NAME="cityid" -->
                <h1>Modify a city</h1>
        <!-- TMPL_ELSE -->
-               <h1>Add a city</h1>
+               <h1>New city</h1>
        <!-- /TMPL_IF -->
 
        <form action="<!-- TMPL_VAR NAME="script_name" -->" name="Aform" method="post">
 
 <fieldset class="rows"><ol>    <!-- TMPL_IF NAME="cityid" -->
                <li>
-               <span class="label">City ID</span><!-- TMPL_VAR NAME="cityid" --></li>
+               <span class="label">City ID</span><!-- TMPL_VAR NAME="cityid" --></li>
        <!-- /TMPL_IF -->
        <li>
-       <label for="city_name">City name</label>
-       <input  type="text" name="city_name" id="city_name" size="40" maxlength="80" value="<!-- TMPL_VAR NAME="city_name" ESCAPE="HTML" -->" />
+       <label for="city_name">City name</label>
+       <input type="text" name="city_name" id="city_name" size="40" maxlength="80" value="<!-- TMPL_VAR NAME="city_name" ESCAPE="HTML" -->" />
        </li>
        <li>                            
-       <label for="city_zipcode">City zipcode</label>
+       <label for="city_zipcode">City zipcode</label>
        <input type="text" name="city_zipcode" id="city_zipcode" size="10" maxlength="10" value="<!-- TMPL_VAR NAME="city_zipcode" -->" />
        </li></ol></fieldset>
        
-       <p>
-               <input class="button" type="button" onclick="Check(this.form)" value="Submit" />
-       </p>
+       <fieldset class="action">
+               <input class="button" type="button" onclick="Check(this.form)" value="Submit" /> <a class="cancel" href="/cgi-bin/koha/admin/cities.pl">Cancel</a>
+       </fieldset>
        </form>
 
 <!-- /TMPL_IF -->
 <!-- TMPL_IF NAME="delete_confirm" -->
-<h3>Confirm Deletion of City</h3>
-       <table>
-               <tr>
-                       <td>
-                               <b>City id</b>
-                       </td>
-                       <td>
-                               <!-- TMPL_VAR NAME="cityid" -->
-                       </td>
-               </tr>
-                       
-               <tr>
-                       <td>City name</td>
-                       <td><!-- TMPL_VAR NAME="city_name" --></td>
-               </tr>
-               <tr>
-                       <td>City zipcode</td>
-                       <td><!-- TMPL_VAR NAME="city_zipcode" --></td>
-               </tr>
-               <!-- TMPL_IF NAME="totalgtzero" -->
-               <tr>
-                       <td colspan="2" align="center" class="problem">This record is used <!-- TMPL_VAR NAME="total" --> times. Impossible to delete it</td>
-               </tr>
-       <tr>
-                       <td colspan="2">
-                               <form action="<!-- TMPL_VAR NAME="script_name" -->" method="post">
-                               <input type="submit" value="OK" />
-                               </form>
-                       </td>
-               </tr>
-               <!-- TMPL_ELSE -->
-               <tr>
-                       <td><form action="<!-- TMPL_VAR NAME="script_name" -->" method="post">
-                       <input type="hidden" name="op" value="delete_confirmed" />
-                       <input type="hidden" name="cityid" value="<!-- TMPL_VAR NAME="cityid" -->" /><input type="submit" value="YES" /></form></td>
-                       <td><form action="<!-- TMPL_VAR NAME="script_name" -->" method="post">
-                       <input type="submit" value="NO" /></form></td>
-               </tr>
-               <!-- /TMPL_IF -->
-</table>
+    <!-- TMPL_IF NAME="total" -->
+    <div class="dialog message">
+    <h3>Cannot Delete City "<!-- TMPL_VAR NAME="city_name" -->"</h3>
+    <p>This record is used <!-- TMPL_VAR NAME="total" --> times. Impossible to delete it</p>
+    <!-- TMPL_ELSE -->
+    <div class="dialog alert">
+    <h3>Delete City "<!-- TMPL_VAR NAME="city_name" -->?"</h3>
+    <!-- /TMPL_IF -->
+    <table>
+        <tr><th>City id</th>
+            <td><!-- TMPL_VAR NAME="cityid" --></td>
+        </tr>
+        <tr><th>City name</th>
+            <td><!-- TMPL_VAR NAME="city_name" --></td>
+        </tr>
+        <tr><th>City zipcode</th>
+            <td><!-- TMPL_VAR NAME="city_zipcode" --></td>
+        </tr>
+    </table>
+    <form action="<!-- TMPL_VAR NAME="script_name" -->" method="post">
+    <!-- TMPL_IF NAME="total" -->
+        <input type="submit" class="approv" value="OK" />
+    <!-- TMPL_ELSE -->
+        <input type="hidden" name="op" value="delete_confirmed" />
+        <input type="hidden" name="cityid" value="<!-- TMPL_VAR NAME="cityid" -->" />
+        <input type="submit" class="approve" value="Yes, Delete" />
+    </form>
+    <form action="<!-- TMPL_VAR NAME="script_name" -->" method="get">
+        <input type="submit" class="deny" value="No, do not Delete" />
+    <!-- /TMPL_IF -->
+    </form>
+</div>
 <!-- /TMPL_IF -->
 
 <!-- TMPL_IF NAME="else" -->
+
+<div id="toolbar">
+       <ul class="toolbar">
+       <li><a id="newcity" href="<!-- TMPL_VAR NAME="script_name" -->?op=add_form">New City</a></li>
+</ul></div>
+
        <h2>Cities</h2>
        <!-- TMPL_IF NAME="searchfield" -->
                Searching: <!-- TMPL_VAR NAME="searchfield" -->
                        <th>City zipcode</th>
                        <th>&nbsp;</th>
                        <th>&nbsp;</th>
-                       
                </tr>
                <!-- TMPL_LOOP NAME="loop" -->
-               <!-- TMPL_IF NAME="toggle" -->
-               <tr class="hilighted">
+               <!-- TMPL_UNLESS NAME="__odd__" -->
+               <tr class="highlight">
                <!-- TMPL_ELSE -->
                <tr>
-               <!-- /TMPL_IF -->
+               <!-- /TMPL_UNLESS -->
                        <td><!-- TMPL_VAR NAME="cityid" --></td>
                        <td><!-- TMPL_VAR NAME="city_name" --></td>
                        <td><!-- TMPL_VAR NAME="city_zipcode" --></td>
                </tr>
                <!-- /TMPL_LOOP -->
        </table><!-- /TMPL_IF -->
-       
-       <form action="<!-- TMPL_VAR NAME="script_name" -->" method="post">
-               <input type="hidden" name="op" value="add_form" />
-               <p><input type="submit" class="button" value="Add a city"  alt="Add city" /></p>
-       </form>
 <!-- /TMPL_IF -->
 
 </div>