Koha/koha-tmpl/intranet-tmpl/default/es/charges.tmpl
2003-06-03 21:41:12 +00:00

32 lines
No EOL
731 B
Cheetah

<HTML>
<TMPL_VAR NAME=startmenuissue>
<p>
Each box needs to be filled in with fine,time to start charging,charging cycle<br>
eg 1,7,7 = $1 fine, after 7 days, every 7 days.<p>
<table>
<tr bgcolor="white">
<TMPL_LOOP NAME=firstrowloop>
<td><TMPL_VAR NAME=description></td>
</TMPL_LOOP>
</tr>
<form action=/cgi-bin/koha/updatecharges.pl method=post>
<TMPL_LOOP NAME=tablebodyloop>
<tr bgcolor="whitw">
<td><TMPL_VAR NAME=description></td>
<TMPL_LOOP NAME=rowloop>
<td><input type=text name="<TMPL_VAR NAME=name>" value="<TMPL_VAR NAME=value>" size=6></td>
</TMPL_LOOP>
</tr>
</TMPL_LOOP>
</table>
<input type=submit>
</form>
<TMPL_VAR NAME=endmenuissue>
</body>
</HTML>