Main Koha release repository https://koha-community.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

32 lines
843 B

<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>