[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/admin syst... [rel_3_0]

Antoine Farnault antoine at koha-fr.org
Mon Jan 29 19:31:12 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	Antoine Farnault <toins>	07/01/29 18:31:12

Modified files:
	koha-tmpl/intranet-tmpl/prog/en/admin: systempreferences.tmpl 

Log message:
	oups, fix an error in the previous commit

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/admin/systempreferences.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.5&r2=1.1.2.6

Patches:
Index: systempreferences.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/admin/systempreferences.tmpl,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -b -r1.1.2.5 -r1.1.2.6
--- systempreferences.tmpl	29 Jan 2007 18:29:21 -0000	1.1.2.5
+++ systempreferences.tmpl	29 Jan 2007 18:31:12 -0000	1.1.2.6
@@ -76,9 +76,7 @@
             <tr><!-- TMPL_IF NAME="searchfield" --><td><label>Variable</label></td><td><!-- TMPL_VAR NAME="searchfield" --><input type="hidden" name="variable" value="<!-- TMPL_VAR NAME="searchfield" -->"></td>
             <!-- TMPL_ELSE --><td><label for="variable">Variable</label></td><td><input type="text" name="variable" id="variable" size="60" /></td><!-- /TMPL_IF --></tr>
             <tr><td><label for="value">Value</label></td><td><!-- TMPL_IF NAME="type-free" -->
-                    <textarea id="value" name="value"cols="<!-- TMPL_VAR NAME="fieldlength" -->">
-                        <!-- TMPL_VAR NAME="value" escape="HTML" -->"
-                    </textarea>
+                    <textarea id="value" name="value"cols="<!-- TMPL_VAR NAME="fieldlength" -->"><!-- TMPL_VAR NAME="value" escape="HTML" --></textarea>
                 <!-- /TMPL_IF -->
                 <!-- TMPL_IF NAME="type-textarea" -->
                     <textarea name="value" id="value" rows="<!--TMPL_VAR NAME="rows" -->" cols="<!-- TMPL_VAR NAME="cols" -->"><!-- TMPL_VAR NAME="value" escape="HTML" --></textarea>





More information about the Koha-cvs mailing list