mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
Minor improvements (#854)
This commit is contained in:
parent
0210000e34
commit
43178a89c9
1 changed files with 2 additions and 2 deletions
|
@ -321,7 +321,7 @@
|
|||
<div class="bCenter">
|
||||
<?php include($V['HTML_AGREEMENT']); ?>
|
||||
</div>
|
||||
<p class="med bold mrg_4 tCenter"><label><input type="checkbox" value="" checked="checked" disabled="disabled"/> {L_USER_AGREEMENT_AGREE}</label></p>
|
||||
<p class="med bold mrg_4 tCenter"><label><input type="checkbox" value="" onclick="toggle_disabled('agreement', this.checked)"/> {L_USER_AGREEMENT_AGREE}</label></p>
|
||||
</fieldset>
|
||||
</div><!--/infobox-wrap-->
|
||||
</td>
|
||||
|
@ -334,7 +334,7 @@
|
|||
<!-- IF EDIT_PROFILE -->
|
||||
<input type="reset" value="{L_RESET}" name="reset" class="lite"/>
|
||||
<!-- ENDIF -->
|
||||
<input type="submit" name="submit" value="{L_SUBMIT}" class="main"/>
|
||||
<input type="submit" id="agreement" disabled="disabled" name="submit" value="{L_SUBMIT}" class="main"/>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue