minor template changes
authortipaul <tipaul>
Mon, 2 Jul 2007 09:14:52 +0000 (09:14 +0000)
committertipaul <tipaul>
Mon, 2 Jul 2007 09:14:52 +0000 (09:14 +0000)
koha-tmpl/intranet-tmpl/prog/en/circ/overdue.tmpl
koha-tmpl/intranet-tmpl/prog/en/includes/intranet2.css
koha-tmpl/intranet-tmpl/prog/en/includes/menu-circ.inc

index c361ce2..5840b8d 100644 (file)
@@ -15,7 +15,7 @@
 
 <!-- TMPL_LOOP NAME="overdueloop" -->
     <tr>
-        <td width="15%"><!-- TMPL_VAR NAME="duedate" --></td>
+        <td><!-- TMPL_VAR NAME="duedate" --></td>
         <!-- TMPL_IF NAME="email" -->
         <td><a href="mailto:<!-- TMPL_VAR NAME="email" -->?subject=Overdue: <!-- TMPL_VAR NAME="title" -->"><!-- TMPL_VAR NAME="name" --></a> (<!-- TMPL_VAR NAME="phone" -->)</td>
         <!-- TMPL_ELSE -->
index 9cab932..8212da6 100644 (file)
@@ -26,6 +26,7 @@ table {
     border-collapse : inherit;
     border : 1px solid #CCCCCC;
     margin : 1em 0 1em 20px;
+    margin-right : 5%;
     border-collapse:collapse;
 }
 
index 0a79b39..5251f11 100644 (file)
@@ -4,7 +4,8 @@
     <a href="/cgi-bin/koha/circ/waitingreserves.pl" title="reserves waiting for member pickup">Waiting reserves</a>
     <a href="/cgi-bin/koha/circ/transferstodo.pl" title="transfers to do from your library">Transfers to do</a>
     <a href="/cgi-bin/koha/circ/transferstoreceive.pl" title="transfers to receive at your library">Transfers to receive</a>
-    <a href="/cgi-bin/koha/circ/branchoverdues.pl">Overdues</a>
+    <a href="/cgi-bin/koha/circ/overdue.pl">Overdues</a>
+    <a href="/cgi-bin/koha/circ/branchoverdues.pl">Fines</a>
     <a href="/cgi-bin/koha/circ/stats.pl?time=yesterday">Daily reconciliation</a>
 </div>