Fixed capitalization and standardized statements.
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
This commit is contained in:
parent
7eff11f229
commit
0d6e559c56
1 changed files with 9 additions and 9 deletions
|
@ -43,7 +43,7 @@
|
||||||
<!-- TMPL_IF name="overduesloop" -->
|
<!-- TMPL_IF name="overduesloop" -->
|
||||||
<table style="width:100%;">
|
<table style="width:100%;">
|
||||||
<tr>
|
<tr>
|
||||||
<th>Date_due</th>
|
<th>Date due</th>
|
||||||
<th>Title</th>
|
<th>Title</th>
|
||||||
<th>Patron</th>
|
<th>Patron</th>
|
||||||
<th>Location</th>
|
<th>Location</th>
|
||||||
|
@ -75,10 +75,10 @@
|
||||||
<td align="center">
|
<td align="center">
|
||||||
<b>
|
<b>
|
||||||
<!-- TMPL_IF NAME="overdue1" -->
|
<!-- TMPL_IF NAME="overdue1" -->
|
||||||
first overdue
|
First overdue
|
||||||
<!-- /TMPL_IF -->
|
<!-- /TMPL_IF -->
|
||||||
<!-- TMPL_IF NAME="overdue2" -->
|
<!-- TMPL_IF NAME="overdue2" -->
|
||||||
second overdue
|
Second overdue
|
||||||
<!-- /TMPL_IF -->
|
<!-- /TMPL_IF -->
|
||||||
<!-- TMPL_IF NAME="overdue3" -->
|
<!-- TMPL_IF NAME="overdue3" -->
|
||||||
Third overdue
|
Third overdue
|
||||||
|
@ -90,11 +90,11 @@
|
||||||
<!-- TMPL_IF NAME="borroweremail" -->
|
<!-- TMPL_IF NAME="borroweremail" -->
|
||||||
<a href="branchoverdues.pl?action=add&borrowernumber=<!-- TMPL_VAR NAME="borrowernumber"-->&itemnumber=<!-- TMPL_VAR NAME="itemnumber" -->&method=mail&location=<!-- TMPL_VAR NAME="location" -->&overduelevel=<!-- TMPL_VAR NAME="overdueLevel" -->&notifyId=<!-- TMPL_VAR NAME="notify_id" -->">Mail</a>
|
<a href="branchoverdues.pl?action=add&borrowernumber=<!-- TMPL_VAR NAME="borrowernumber"-->&itemnumber=<!-- TMPL_VAR NAME="itemnumber" -->&method=mail&location=<!-- TMPL_VAR NAME="location" -->&overduelevel=<!-- TMPL_VAR NAME="overdueLevel" -->&notifyId=<!-- TMPL_VAR NAME="notify_id" -->">Mail</a>
|
||||||
<!-- TMPL_ELSE -->
|
<!-- TMPL_ELSE -->
|
||||||
mail
|
Mail
|
||||||
<!-- /TMPL_IF -->
|
<!-- /TMPL_IF -->
|
||||||
|
|
|
|
||||||
<a href="branchoverdues.pl?action=add&borrowernumber=<!-- TMPL_VAR NAME="borrowernumber"-->&itemnumber=<!-- TMPL_VAR NAME="itemnumber" -->&method=phone&location=<!-- TMPL_VAR NAME="location" -->&overduelevel=<!-- TMPL_VAR NAME="overdueLevel" -->&notifyId=<!-- TMPL_VAR NAME="notify_id" -->
|
<a href="branchoverdues.pl?action=add&borrowernumber=<!-- TMPL_VAR NAME="borrowernumber"-->&itemnumber=<!-- TMPL_VAR NAME="itemnumber" -->&method=phone&location=<!-- TMPL_VAR NAME="location" -->&overduelevel=<!-- TMPL_VAR NAME="overdueLevel" -->&notifyId=<!-- TMPL_VAR NAME="notify_id" -->
|
||||||
">phone</a>
|
">Phone</a>
|
||||||
|
|
|
|
||||||
<a href="branchoverdues.pl?action=add&borrowernumber=<!-- TMPL_VAR NAME="borrowernumber"-->&itemnumber=<!-- TMPL_VAR NAME="itemnumber" -->&method=letter&location=<!-- TMPL_VAR NAME="location" -->&overduelevel=<!-- TMPL_VAR NAME="overdueLevel" -->
|
<a href="branchoverdues.pl?action=add&borrowernumber=<!-- TMPL_VAR NAME="borrowernumber"-->&itemnumber=<!-- TMPL_VAR NAME="itemnumber" -->&method=letter&location=<!-- TMPL_VAR NAME="location" -->&overduelevel=<!-- TMPL_VAR NAME="overdueLevel" -->
|
||||||
&notifyId=<!-- TMPL_VAR NAME="notify_id" -->">Notice</a>
|
&notifyId=<!-- TMPL_VAR NAME="notify_id" -->">Notice</a>
|
||||||
|
@ -121,7 +121,7 @@
|
||||||
<table style="width:100%;">
|
<table style="width:100%;">
|
||||||
<caption>Today's notifications</caption>
|
<caption>Today's notifications</caption>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Date_due</th>
|
<th>Date due</th>
|
||||||
<th>Title</th>
|
<th>Title</th>
|
||||||
<th>Borrower</th>
|
<th>Borrower</th>
|
||||||
<th>Location</th>
|
<th>Location</th>
|
||||||
|
@ -154,13 +154,13 @@
|
||||||
<td align="center">
|
<td align="center">
|
||||||
<b>
|
<b>
|
||||||
<!-- TMPL_IF NAME="overdue1" -->
|
<!-- TMPL_IF NAME="overdue1" -->
|
||||||
first overdue
|
First overdue
|
||||||
<!-- /TMPL_IF -->
|
<!-- /TMPL_IF -->
|
||||||
<!-- TMPL_IF NAME="overdue2" -->
|
<!-- TMPL_IF NAME="overdue2" -->
|
||||||
second overdue
|
Second overdue
|
||||||
<!-- /TMPL_IF -->
|
<!-- /TMPL_IF -->
|
||||||
<!-- TMPL_IF NAME="overdue3" -->
|
<!-- TMPL_IF NAME="overdue3" -->
|
||||||
considered lost
|
Considered lost
|
||||||
<!-- /TMPL_IF -->
|
<!-- /TMPL_IF -->
|
||||||
</b>
|
</b>
|
||||||
</td>
|
</td>
|
||||||
|
|
Loading…
Reference in a new issue