minor template changes
This commit is contained in:
parent
f5583efd7b
commit
2d954fc7c3
3 changed files with 4 additions and 2 deletions
|
@ -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 -->
|
||||
|
|
|
@ -26,6 +26,7 @@ table {
|
|||
border-collapse : inherit;
|
||||
border : 1px solid #CCCCCC;
|
||||
margin : 1em 0 1em 20px;
|
||||
margin-right : 5%;
|
||||
border-collapse:collapse;
|
||||
}
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue