koha-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Kyle Hall
Subject: [Koha-devel] Fixed Bug 612 : Renewal failure gives no feedback
Date: Mon, 19 Mar 2007 14:03:01 -0400

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
reply via email to

[Prev in Thread] Current Thread [Next in Thread]