[Koha-devel] Fixed Bug 612 : Renewal failure gives no feedback

Kyle Hall kyle.m.hall at gmail.com
Mon Mar 19 19:03:01 CET 2007


Hey All,
  I fixed bug 612 in dev_week. The files I needed to modify were
renewscript.pl, moremember.pl, and moremember.tmpl. If anyone wants to pull
this fix into other branches, please do so.

For the template maintainers, I added this near the top of my
moremember.tmpl:
  <!-- TMPL_IF NAME="failedRenewals"-->
    <p><font color="red"><strong><!-- TMPL_VAR name="failedRenewals" --> Or
More Items Were Unable To Be Renewed.</strong></font></p>
  <!-- /TMPL_IF -->

Later, in the issues loop I added this to the table headers:
  <!-- TMPL_IF NAME="failedRenewals"--><th>Renew Attempt</th><!-- /TMPL_IF
-->
and this to the issueloop
  <td><!-- TMPL_IF name="failedrenewal" --><font color="red">Renewal
Failed</font><!-- /TMPL_IF --></td>

As dev_week is not even listed in bugs.koha.org, I have not touched the bug
report for this issue.

Kyle
-- 
IT Tech
Crawford County Federated Library System
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/koha-devel/attachments/20070319/61dff225/attachment-0002.htm>


More information about the Koha-devel mailing list