koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] Changes to koha/koha-tmpl/intranet-tmpl/default/en/overdue.tm


From: Henri-Damien LAURENT
Subject: [Koha-cvs] Changes to koha/koha-tmpl/intranet-tmpl/default/en/overdue.tmpl [rel_2_2]
Date: Wed, 30 Nov 2005 13:14:38 -0500

Index: koha/koha-tmpl/intranet-tmpl/default/en/overdue.tmpl
diff -u koha/koha-tmpl/intranet-tmpl/default/en/overdue.tmpl:1.6.2.1 
koha/koha-tmpl/intranet-tmpl/default/en/overdue.tmpl:1.6.2.2
--- koha/koha-tmpl/intranet-tmpl/default/en/overdue.tmpl:1.6.2.1        Fri Nov 
25 16:50:19 2005
+++ koha/koha-tmpl/intranet-tmpl/default/en/overdue.tmpl        Wed Nov 30 
18:14:38 2005
@@ -1,11 +1,22 @@
 <!-- TMPL_INCLUDE NAME="reports-top.inc" -->
 <div id="mainbloc">
        <h1 class="reports">Items Overdue as of <!-- TMPL_VAR NAME="todaysdate" 
--></h1>
+       <form method="post" action="/cgi-bin/koha/overdue.pl">
+       <p>Filter on :<br />
+               <div class="label100">Name or cardnumber :</div> <input 
type="text" name="borname" value="<!--TMPL_VAR Name="borname"-->"><br />
+               <div class="label100">Borrower categorycode :</div><!--TMPL_VAR 
Name="CGIcatcodes" --><br />
+               <div class="label100">Borrower Flags :</div><!--TMPL_VAR 
Name="CGIflags" --><br />
+               <div class="label100">Itemtype :</div><!--TMPL_VAR 
Name="CGIitemtypes" --><br />
+               <div class="label100">branch :</div><!--TMPL_VAR 
Name="CGIbranches" --><br />
+               <div class="label100">Show any items currently 
issued:</div><input type="checkbox" name="showall" value="show" <!--TMPL_IF 
Name="showall"-->checked="checked"<!--/TMPL_IF-->><br />
+                       <input TYPE="submit" value="Apply Filter" class="button 
reports">
+       </form>
+       </p>
        
        <table>
        <tr>
-               <th class="reports"><a 
href="/cgi-bin/koha/overdue.pl?order=date&amp;type=intranet">Due Date</a> </th>
-               <th class="reports"><a 
href="/cgi-bin/koha/overdue.pl?order=borrower&amp;type=intranet">Patron</a></th>
+               <th class="reports">Due Date <a 
href="/cgi-bin/koha/overdue.pl?order=date&amp;type=intranet">Sort</a> </th>
+               <th class="reports">Patron <a 
href="/cgi-bin/koha/overdue.pl?order=borrower&amp;type=intranet">Sort</a></th>
                <th class="reports">Phone</th>
                <th class="reports">Title</th>
                <th class="reports">Author</th>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]