[Koha-patches] [PATCH] BUG 1255 Barred users will not see renew or renew all anymore

Nicole Engard nce at liblime.com
Mon Jul 27 15:28:21 CEST 2009


---
 koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tmpl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tmpl
index 06f3c69..3e5c19d 100644
--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tmpl
+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tmpl
@@ -239,7 +239,7 @@ $.tablesorter.addParser({
 			<!-- TMPL_LOOP NAME="ISSUES" -->
 			<input type="hidden" name="item" value="<!-- TMPL_VAR NAME="itemnumber" -->" />
 			<!-- /TMPL_LOOP -->
-			<input type="submit" value="Renew All" />
+			<!-- TMPL_UNLESS name="patron_flagged" --><input type="submit" value="Renew All" /><!-- /TMPL_UNLESS -->
 		</form>
 		<!-- /TMPL_IF -->
     <!-- TMPL_ELSE -->
-- 
1.5.6.5




More information about the Koha-patches mailing list