[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/parameters ... [rel_2_2]

Ryan Higgins rch at liblime.com
Fri Oct 6 04:41:41 CEST 2006


CVSROOT:	/cvsroot/koha
Module name:	koha
Branch:		rel_2_2
Changes by:	Ryan Higgins <rych>	06/10/06 02:41:41

Modified files:
	koha-tmpl/intranet-tmpl/npl/en/parameters: 
	                                           systempreferences.tmpl 

Log message:
	Escaping to allow html in sysprefs

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/parameters/systempreferences.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.3.2.6&r2=1.3.2.7

Patches:
Index: systempreferences.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/parameters/Attic/systempreferences.tmpl,v
retrieving revision 1.3.2.6
retrieving revision 1.3.2.7
diff -u -b -r1.3.2.6 -r1.3.2.7
--- systempreferences.tmpl	15 Jun 2006 16:58:17 -0000	1.3.2.6
+++ systempreferences.tmpl	6 Oct 2006 02:41:41 -0000	1.3.2.7
@@ -242,7 +242,7 @@
 	<!-- TMPL_LOOP NAME="loop" -->
 	<tr<!-- TMPL_IF NAME="toggle" --> class="highlight"<!-- /TMPL_IF -->>
 		<td><!-- TMPL_VAR NAME="variable" --></td>
-		<td><!-- TMPL_VAR NAME="value" --></td>
+		<td><!-- TMPL_VAR NAME="value" escape=HTML--></td>
 		<td><!-- TMPL_VAR NAME="explanation" --></td>
 		<td><a href="<!-- TMPL_VAR NAME="edit" -->">Edit</a></td>
 		<td><a href="<!-- TMPL_VAR NAME="delete" -->">Delete</a></td>





More information about the Koha-cvs mailing list