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

Owen Leonard oleonard at athenscounty.lib.oh.us
Wed Apr 19 19:04:06 CEST 2006


CVSROOT:	/sources/koha
Module name:	koha
Branch: 	rel_2_2
Changes by:	Owen Leonard <oleonard at savannah.gnu.org>	06/04/19 17:04:06

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

Log message:
	Corrections to TMPL_VAR's, fixing but 1028

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha/koha-tmpl/intranet-tmpl/npl/en/parameters/authorised_values.tmpl.diff?only_with_tag=rel_2_2&tr1=1.2.2.1&tr2=1.2.2.2&r1=text&r2=text

Patches:
Index: koha/koha-tmpl/intranet-tmpl/npl/en/parameters/authorised_values.tmpl
diff -u koha/koha-tmpl/intranet-tmpl/npl/en/parameters/authorised_values.tmpl:1.2.2.1 koha/koha-tmpl/intranet-tmpl/npl/en/parameters/authorised_values.tmpl:1.2.2.2
--- koha/koha-tmpl/intranet-tmpl/npl/en/parameters/authorised_values.tmpl:1.2.2.1	Fri Feb  4 19:28:27 2005
+++ koha/koha-tmpl/intranet-tmpl/npl/en/parameters/authorised_values.tmpl	Wed Apr 19 17:04:06 2006
@@ -40,9 +40,9 @@
 	</tr>
 	<tr><td>Value</td><td><!-- TMPL_VAR name="Tvalue" --></td></tr>
 	</table>
-<div class="tabitem">	<form action="<!-- TMPL_VAR name=" script_name " -->" method="post">
+<div class="tabitem">	<form action="<!-- TMPL_VAR name="script_name" -->" method="post">
 		<input type="hidden" name="op" value="delete_confirmed" />
-		<input type="hidden" name="id" value="<!-- TMPL_VAR name=" id " -->" />
+		<input type="hidden" name="id" value="<!-- TMPL_VAR name="id" -->" />
 		<input type="hidden" name="searchfield" value="<!-- TMPL_VAR name="searchfield" -->" /><input type="submit" class="cancel" value="Confirm Deletion" /></form> <form class="inline" action="<!-- TMPL_VAR name="script_name" -->" method="post"><input type="submit" class="submit" value="Do Not Delete" /></form>
 </div><!-- /TMPL_IF -->
 





More information about the Koha-cvs mailing list