Bug 7919 : Display of values depending on the connexion library
[koha_fer] / koha-tmpl / intranet-tmpl / prog / en / modules / tools / cleanborrowers.tt
index 3d0fd2a..f7193e3 100644 (file)
@@ -1,5 +1,5 @@
 [% INCLUDE 'doc-head-open.inc' %]
-<title>Koha &rsaquo; Tools &rsaquo; Clean Patron Records [% IF ( step2 ) %]&rsaquo; Confirm[% END %][% IF ( step3 ) %]&rsaquo; Finished[% END %]</title>
+<title>Koha &rsaquo; Tools &rsaquo; Clean patron records [% IF ( step2 ) %]&rsaquo; Confirm[% END %][% IF ( step3 ) %]&rsaquo; Finished[% END %]</title>
 [% INCLUDE 'doc-head-close.inc' %]
 [% INCLUDE 'calendar.inc' %]
 <script type="text/javascript">
 </script>
 
 </head>
-<body>
+<body id="tools_cleanborrowers" class="tools">
 [% INCLUDE 'header.inc' %]
 [% INCLUDE 'cat-search.inc' %]
 
-<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; [% IF ( step1 ) %]Clean Patron Records[% ELSE %]<a href="/cgi-bin/koha/tools/cleanborrowers.pl">Clean Patron Records</a> &rsaquo; [% END %][% IF ( step2 ) %]Confirm[% END %][% IF ( step3 ) %]Finished[% END %]</div>
+<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; [% IF ( step1 ) %]Clean Patron Records[% ELSE %]<a href="/cgi-bin/koha/tools/cleanborrowers.pl">Clean patron records</a> &rsaquo; [% END %][% IF ( step2 ) %]Confirm[% END %][% IF ( step3 ) %]Finished[% END %]</div>
 
 <div id="doc3" class="yui-t2">
    
     <legend>What do you want to do ?</legend>
         <p><input id="checkborrower" type="checkbox" name="checkbox" value="borrower" checked="checked" />
         <label for="checkborrower">Delete borrower who has not borrowed since:</label>
-        <input size="10" id="date1" name="filterdate1" value="[% filterdate1 %]" type="text" />
-            <script type="text/javascript">
-                Calendar.setup(
-                 {
-                     inputField : "date1",
-                     ifFormat : "[% DHTMLcalendar_dateformat %]"
-                 }
-                );
-            </script> <span class="hint">[% INCLUDE 'date-format.inc' %]</span></p>
-        
+        <input size="10" id="date1" name="filterdate1" value="[% filterdate1 %]" type="text" class="datepicker" />
+        <span class="hint">[% INCLUDE 'date-format.inc' %]</span></p>
+
         <p><input id="checkissue" type="checkbox" name="checkbox" value="issue" checked="checked" />
         <label for="checkissue">Anonymize check-out history older than</label>
-        <input size="10" id="date2" name="filterdate2" value="[% filterdate2 %]" type="text" />
-            <script type="text/javascript">
-                Calendar.setup(
-                 {
-                     inputField : "date2",
-                     ifFormat : "[% DHTMLcalendar_dateformat %]"
-                 }
-                );
-            </script> <span class="hint">[% INCLUDE 'date-format.inc' %]</span></p>
-
-            
+        <input size="10" id="date2" name="filterdate2" value="[% filterdate2 %]" type="text" class="datepicker" />
+        <span class="hint">[% INCLUDE 'date-format.inc' %]</span></p>
+
             <!-- hidden here -->
             <input type="hidden" name="step2" value="1" />
                        </fieldset>