[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/admin syst... [rel_3_0]
From: |
Antoine Farnault |
Subject: |
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/admin syst... [rel_3_0] |
Date: |
Mon, 29 Jan 2007 18:29:21 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_3_0
Changes by: Antoine Farnault <toins> 07/01/29 18:29:21
Modified files:
koha-tmpl/intranet-tmpl/prog/en/admin: systempreferences.tmpl
Log message:
wrinting a textarea instead of an input text.
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.4&r2=1.1.2.5
Patches:
Index: systempreferences.tmpl
===================================================================
RCS file:
/sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/admin/systempreferences.tmpl,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -b -r1.1.2.4 -r1.1.2.5
--- systempreferences.tmpl 10 Jan 2007 16:31:15 -0000 1.1.2.4
+++ systempreferences.tmpl 29 Jan 2007 18:29:21 -0000 1.1.2.5
@@ -76,7 +76,9 @@
<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" -->
- <input type="text" id="value" name="value" value="<!--
TMPL_VAR NAME="value" escape="HTML" -->" size="<!-- TMPL_VAR NAME="fieldlength"
-->" />
+ <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>
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/admin syst... [rel_3_0],
Antoine Farnault <=