minor template changes

This commit is contained in:
tipaul 2007-07-02 09:14:52 +00:00
parent f5583efd7b
commit 2d954fc7c3
3 changed files with 4 additions and 2 deletions

View 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 -->

View file

@ -26,6 +26,7 @@ table {
border-collapse : inherit;
border : 1px solid #CCCCCC;
margin : 1em 0 1em 20px;
margin-right : 5%;
border-collapse:collapse;
}

View 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>