Minor correction to HTML (closing input tags)
This commit is contained in:
parent
0d6288178e
commit
d79655295d
1 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@
|
|||
<th><label for="recieve">Title Search</label></th>
|
||||
<td>
|
||||
|
||||
<input type="text" size="25" name="recieve" id="recieve">
|
||||
<input type="text" size="25" name="recieve" id="recieve" />
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -46,8 +46,8 @@
|
|||
<label for="<!-- TMPL_VAR name="currency" -->"><!-- TMPL_VAR name="currency" --></label>
|
||||
</th>
|
||||
<td> <form action="/cgi-bin/koha/currency.pl">
|
||||
<input type="hidden" name="type" value="change">
|
||||
<input type="text" size="10" id="<!-- TMPL_VAR name="currency" -->" name="<!-- TMPL_VAR name="currency" -->" value="<!-- TMPL_VAR name="rate" -->"> </form>
|
||||
<input type="hidden" name="type" value="change" />
|
||||
<input type="text" size="10" id="<!-- TMPL_VAR name="currency" -->" name="<!-- TMPL_VAR name="currency" -->" value="<!-- TMPL_VAR name="rate" -->" /> </form>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- /TMPL_LOOP -->
|
||||
|
|
Loading…
Reference in a new issue