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

paul poulain paul at koha-fr.org
Thu Jan 25 10:43:18 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		rel_3_0
Changes by:	paul poulain <tipaul>	07/01/25 09:43:17

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

Log message:
	template cleaning

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

Patches:
Index: thesaurus.tmpl
===================================================================
RCS file: /sources/koha/koha/koha-tmpl/intranet-tmpl/prog/en/admin/thesaurus.tmpl,v
retrieving revision 1.1
retrieving revision 1.1.2.1
diff -u -b -r1.1 -r1.1.2.1
--- thesaurus.tmpl	24 Feb 2006 11:18:17 -0000	1.1
+++ thesaurus.tmpl	25 Jan 2007 09:43:17 -0000	1.1.2.1
@@ -68,7 +68,12 @@
 			<input type="hidden" name="search_category" value="<!-- TMPL_VAR name="search_category" -->" />
 			<input type="hidden" name="searchstring" value="<!-- TMPL_VAR name="searchstring" escape="HTML" -->" />
 			<input type="hidden" name="offset" value="<!-- TMPL_VAR name="offset" -->" />
-			<input type="submit" value="<!-- TMPL_IF name="search_category" -->Add<!-- TMPL_ELSE -->Modify<!-- /TMPL_IF --> Value" /></p></form>
+            <!-- TMPL_IF name="search_category" -->
+                <input type="submit" value="Add Value" />
+            <!-- TMPL_ELSE -->
+                <input type="submit" value="Modify Value" />
+            <!-- /TMPL_IF -->
+            </p></form>
 <!-- /TMPL_IF -->
 
 





More information about the Koha-cvs mailing list