FIX for 1418 (Notices (letters) overdues actions busted)

Signed-off-by: Chris Cormack <crc@liblime.com>
This commit is contained in:
Paul POULAIN 2007-09-30 22:22:33 +02:00 committed by Chris Cormack
parent bf988e4dc8
commit 9ea7cb3702

View file

@ -48,9 +48,9 @@
</ul> </ul>
</div> </div>
<!--/TMPL_IF --> <!--/TMPL_IF -->
<!-- TMPL_IF name="table" -->
<form method="post" action="/cgi-bin/koha/tools/overduerules.pl"> <form method="post" action="/cgi-bin/koha/tools/overduerules.pl">
<input type="hidden" name="op" value="save" /> <input type="hidden" name="op" value="save" />
<table> <table>
<caption>Rules for overdue actions: <!--TMPL_IF Name="branch"--><!-- TMPL_VAR NAME="branch" --><!--TMPL_ELSE--> default branch <!--/TMPL_IF--> <caption>Rules for overdue actions: <!--TMPL_IF Name="branch"--><!-- TMPL_VAR NAME="branch" --><!--TMPL_ELSE--> default branch <!--/TMPL_IF-->
<!--TMPL_IF Name="datasaved"--> <!--TMPL_IF Name="datasaved"-->
@ -185,6 +185,10 @@
</table> </table>
<input type="submit" value="Save Changes" /> <input type="submit" value="Save Changes" />
</form> </form>
<!-- TMPL_ELSE -->
<div class="warning">You don't have defined a patron category, or the patron categories don't need overdue notices.</div>
<div class="warning">If this is not what you were expecting, go to <a href="../admin/categorie.pl">patron categories</p></div>
<!-- /TMPL_IF -->
</div> </div>
</div> </div>
<div class="yui-b"> <div class="yui-b">