css & html fixes

This commit is contained in:
tipaul 2004-12-08 10:26:32 +00:00
parent f3e076ad71
commit 53c7b55826
3 changed files with 4 additions and 4 deletions

View file

@ -30,7 +30,7 @@
<!-- TMPL_LOOP NAME="INPUTS" -->
<input type="hidden" name='<!-- TMPL_VAR NAME="name" -->' value='<!-- TMPL_VAR NAME="value" -->' />
<!-- /TMPL_LOOP -->
<input type="submit" value="login" class="button" />
<p><label>&nbsp;</label><input type="submit" value="login" class="button" /></p>
</form>
<!-- /TMPL_IF -->

View file

@ -28,10 +28,10 @@
<input type="hidden" name="and_or" value="and" />
<input type="hidden" name="excluding" value="" />
<input type="hidden" name="operator" value="contains" />
<input type="text" size="27" name="value" tabindex="1" /> <input type="submit" value="OK" class="button" /><br />
Quick search : <input type="text" size="27" name="value" tabindex="1" /> <input type="submit" value="OK" class="button" /><br />
</p>
<p>
<a href="/cgi-bin/koha/opac-search.pl">Advanced Search, More Options </a>
<a href="/cgi-bin/koha/opac-search.pl" class="button">Advanced Search, More Options </a>
</p>
</form>

View file

@ -99,7 +99,7 @@
<!-- TMPL_LOOP NAME="suggestions_loop" -->
<tr>
<td>
<input type="checkbox" name="delete_field" value="<!--TMPL_VAR name="suggestionnumber" -->">
<input type="checkbox" name="delete_field" value="<!--TMPL_VAR name="suggestionid" -->">
</td>
<td <!-- TMPL_IF name="even" -->class="hilighted"<!-- /TMPL_IF -->>
<!-- TMPL_VAR NAME="title" -->