[Koha-patches] [PATCH] enhance the patron note on check-out (was not enough visible, now is red)

paul.poulain at biblibre.com paul.poulain at biblibre.com
Fri May 30 16:33:36 CEST 2008


From: Paul POULAIN <paul.poulain at biblibre.com>

---
 .../prog/en/modules/circ/circulation.tmpl          |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl
index 8922db4..8c043f1 100755
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tmpl
@@ -360,7 +360,7 @@ No patron matched <span class="ex"><!-- TMPL_VAR name="message" --></span>
 	<!-- TMPL_IF name="notes" -->
 			<div id="circnotes" class="circmessage">
 			<h4>Notes:</h4>
-            <p><!-- TMPL_VAR name="notesmsg" --></p>
+            <p><span class="circ-hlt"><!-- TMPL_VAR name="notesmsg" --></span></p>
 			</div>
     <!-- /If notes --><!-- /TMPL_IF --> 
      <!-- /If flagged --><!-- /TMPL_IF -->
-- 
1.5.3.2




More information about the Koha-patches mailing list