[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/parameters systempreferences.tmpl,1.5,1.6

Owen Leonard oleonard at users.sourceforge.net
Fri Feb 11 21:50:05 CET 2005


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/parameters
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22682/koha-tmpl/intranet-tmpl/npl/en/parameters

Modified Files:
	systempreferences.tmpl 
Log Message:
Minor corrections

Index: systempreferences.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/parameters/systempreferences.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** systempreferences.tmpl	11 Feb 2005 16:31:05 -0000	1.5
--- systempreferences.tmpl	11 Feb 2005 20:50:02 -0000	1.6
***************
*** 72,80 ****
  		<div class="details">
  		<table>
! 			<tr><td><label for="explanation">Explanation: </label></td><td><input type="text" name="explanation" id="explanation" size="60" value="<!-- TMPL_VAR NAME="explanation" escape="HTML" -->"><input type="hidden" name="op" value="add_validate"></td></tr>
  			<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" -->">
  				<!-- /TMPL_IF -->
  				<!-- TMPL_IF NAME="type-textarea" -->
--- 72,80 ----
  		<div class="details">
  		<table>
! 			<tr><td><label for="explanation">Explanation: </label></td><td><input type="text" name="explanation" id="explanation" size="60" value="<!-- TMPL_VAR NAME="explanation" escape="HTML" -->" /><input type="hidden" name="op" value="add_validate" /></td></tr>
  			<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" -->" />
  				<!-- /TMPL_IF -->
  				<!-- TMPL_IF NAME="type-textarea" -->
***************
*** 89,95 ****
  				<!-- /TMPL_IF -->
  				<!-- TMPL_IF NAME="type-yesno" -->
! 					<input type="radio" name="value" id="value" value="1"<!-- TMPL_IF NAME="value-yes" --> checked="checked"<!-- /TMPL_IF -->>Yes
! 					<input type="radio" name="value" value="0"<!-- TMPL_IF NAME="value-no" --> checked="checked"<!-- /TMPL_IF -->>No
! 				<!-- /TMPL_IF --></td></tr>
  		</table></div>
  		<p><input type="submit" value="<!-- TMPL_IF NAME="modify" -->Save Changes<!-- TMPL_ELSE -->Add this Preference<!-- /TMPL_IF -->" class="submit"> <input type="button" class="cancel" value="Cancel" onclick="location.href='<!-- TMPL_VAR name="script_name" -->'; return false;" /></p>
--- 89,97 ----
  				<!-- /TMPL_IF -->
  				<!-- TMPL_IF NAME="type-yesno" -->
! 					<!-- TMPL_IF NAME="value-yes" -->
! 					<input type="radio" name="value" id="value" value="1" checked="checked"><!-- TMPL_ELSE --><input type="radio" name="value" id="value" value="1" /><!-- /TMPL_IF -->Yes
! 				<!-- TMPL_IF NAME="value-no" -->	
! 					<input type="radio" name="value" value="0" checked="checked" /><!-- TMPL_ELSE --><input type="radio" name="value" value="0" /><!-- /TMPL_IF -->No<!-- /TMPL_IF -->
! 				</td></tr>
  		</table></div>
  		<p><input type="submit" value="<!-- TMPL_IF NAME="modify" -->Save Changes<!-- TMPL_ELSE -->Add this Preference<!-- /TMPL_IF -->" class="submit"> <input type="button" class="cancel" value="Cancel" onclick="location.href='<!-- TMPL_VAR name="script_name" -->'; return false;" /></p>
***************
*** 99,103 ****
  		<table>
  		<tr><td><label for="preftype">Variable type:</label></td><td><input type="text" name="preftype" id="preftype" value="<!--TMPL_VAR NAME="preftype" -->" size="40" maxlength="40"><span class="formfield-notes"> (<em>Choice</em>, <em>YesNo</em>, <em>Integer</em>, <em>Textarea</em>, <em>Float</em>, <em>Themes</em>, or <em>Languages</em>)</span></td></tr>
! 		<tr><td><label for="prefoptions">Variable options:</label></td><td><input type="text" name="prefoptions" id="prefoptions" value="<!-- TMPL_VAR NAME="prefoptions" -->" size="60" maxlength="80"> <span class="formfield-notes">(a choice list for <em>Choice</em> (separated by <strong>|</strong>) or <strong>cols|rows</strong> for <em>Texarea</em>)</span></td></tr>
  		</table></div>
  		</form>
--- 101,105 ----
  		<table>
  		<tr><td><label for="preftype">Variable type:</label></td><td><input type="text" name="preftype" id="preftype" value="<!--TMPL_VAR NAME="preftype" -->" size="40" maxlength="40"><span class="formfield-notes"> (<em>Choice</em>, <em>YesNo</em>, <em>Integer</em>, <em>Textarea</em>, <em>Float</em>, <em>Themes</em>, or <em>Languages</em>)</span></td></tr>
! 		<tr><td><label for="prefoptions">Variable options:</label></td><td><input type="text" name="prefoptions" id="prefoptions" value="<!-- TMPL_VAR NAME="prefoptions" -->" size="60" maxlength="80" /> <span class="formfield-notes">(a choice list for <em>Choice</em> (separated by <strong>|</strong>) or <strong>cols|rows</strong> for <em>Texarea</em>)</span></td></tr>
  		</table></div>
  		</form>
***************
*** 110,114 ****
  		<div class="details">
  		<form action="<!-- TMPL_VAR NAME="script_name" -->" method="post">
! 		<input type="submit" class="submit" value="OK">
  		</form></div>
  	<!-- /TMPL_IF -->
--- 112,116 ----
  		<div class="details">
  		<form action="<!-- TMPL_VAR NAME="script_name" -->" method="post">
! 		<input type="submit" class="submit" value="OK" />
  		</form></div>
  	<!-- /TMPL_IF -->
***************
*** 117,121 ****
  	
  <div class="data">	<table>
! 		<caption>Confirm Deletion of <em>Test</em></caption>
  		<tr>
  			<th>Variable Name:</th>
--- 119,123 ----
  	
  <div class="data">	<table>
! 		<caption>Confirm Deletion of <em><!-- TMPL_VAR NAME="searchfield" -->?</em></caption>
  		<tr>
  			<th>Variable Name:</th>
***************
*** 123,128 ****
  		</tr>
  		<tr><th>Value: </th><td><!-- TMPL_VAR NAME="Tvalue" --></td></tr></table>
! 		<form class="inline" action="<!-- TMPL_VAR NAME="script_name" -->" method="post"><input type="hidden" name="op" value="delete_confirmed"><input type="hidden" name="searchfield" value="<!-- TMPL_VAR NAME="searchfield" -->">
! 		<input type="submit" class="cancel" value="Yes, Delete"></form> <form class="inline" action="<!-- TMPL_VAR NAME="script_name" -->" method="post"><input type="submit" class="submit" value="No, Do not Delete"></form>
  	</div>
  	
--- 125,130 ----
  		</tr>
  		<tr><th>Value: </th><td><!-- TMPL_VAR NAME="Tvalue" --></td></tr></table>
! 		<form class="inline" action="<!-- TMPL_VAR NAME="script_name" -->" method="post"><input type="hidden" name="op" value="delete_confirmed" /><input type="hidden" name="searchfield" value="<!-- TMPL_VAR NAME="searchfield" -->" />
! 		<input type="submit" class="cancel" value="Yes, Delete"></form> <form class="inline" action="<!-- TMPL_VAR NAME="script_name" -->" method="post"><input type="submit" class="submit" value="No, Do not Delete" /></form>
  	</div>
  	





More information about the Koha-cvs mailing list