Minor corrections to form layouts
Signed-off-by: Chris Cormack <crc@liblime.com> Signed-off-by: Joshua Ferraro <jmf@liblime.com>
This commit is contained in:
parent
4d25650c0d
commit
e41752b1c7
4 changed files with 4 additions and 8 deletions
|
@ -39,11 +39,9 @@
|
|||
<li><label for="amount">Amount: </label><input type="text" name="amount" id="amount" /></li>
|
||||
</ol></fieldset>
|
||||
|
||||
<input type="submit" name="add" value="Add Credit" />
|
||||
<fieldset class="action"><input type="submit" name="add" value="Add Credit" /> <a class="cancel" href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->">Cancel</a></fieldset>
|
||||
</form>
|
||||
|
||||
<form action="/cgi-bin/koha/members/boraccount.pl" method="get"><input type="hidden" value="<!-- TMPL_VAR Name="borrowernumber" -->" name="borrowernumber" /><input type="submit" value="Cancel" /></form>
|
||||
|
||||
</div></div>
|
||||
|
||||
</div>
|
||||
|
|
|
@ -46,11 +46,9 @@
|
|||
<li><label for="desc">Description: </label><input type="text" name="desc" id="desc" size="50" /></li>
|
||||
<li><label for="amount">Amount: </label><input type="text" name="amount" id="amount" /></li>
|
||||
</ol></fieldset>
|
||||
<input type="submit" name="add" value="Save" />
|
||||
<fieldset class="action"><input type="submit" name="add" value="Save" /> <a class="cancel" href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->">Cancel</a></fieldset>
|
||||
</form>
|
||||
|
||||
<form action="/cgi-bin/koha/members/boraccount.pl" method="get"><input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR Name="borrowernumber" -->" /><input type="submit" value="Cancel" /></form>
|
||||
|
||||
<!-- /TMPL_IF -->
|
||||
</div></div>
|
||||
|
||||
|
|
|
@ -46,8 +46,8 @@
|
|||
<!-- TMPL_IF NAME="minPasswordLength" --><div class="hint">Minimum password length: <!-- TMPL_VAR NAME="minPasswordLength" --></div><!-- /TMPL_IF -->
|
||||
<input name="newpassword" id="newpassword" type="text" size="20" value="<!-- TMPL_VAR NAME="defaultnewpassword" -->" /></li>
|
||||
</ol>
|
||||
<fieldset class="action"><input type="submit" value="Save" /></fieldset>
|
||||
</fieldset>
|
||||
<fieldset class="action"><input type="submit" value="Save" /> <a class="cancel" href="/cgi-bin/koha/members/moremember.pl?borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->">Cancel</a></fieldset>
|
||||
</form><!-- /TMPL_IF -->
|
||||
|
||||
</div>
|
||||
|
|
|
@ -74,7 +74,7 @@
|
|||
<!--/TMPL_IF-->
|
||||
<!-- /TMPL_LOOP -->
|
||||
</table>
|
||||
<input type="submit" name="submit" value="Make Payment" class="submit" /></form><!-- TMPL_ELSE --><p><!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --> has no outstanding fines.</p><!-- /TMPL_IF -->
|
||||
<fieldset class="action"><input type="submit" name="submit" value="Make Payment" class="submit" /> <a class="cancel" href="/cgi-bin/koha/members/boraccount.pl?borrowernumber=<!-- TMPL_VAR NAME="borrowernumber" -->">Cancel</a></fieldset></form><!-- TMPL_ELSE --><p><!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" --> has no outstanding fines.</p><!-- /TMPL_IF -->
|
||||
</div></div>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue