mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-30 03:30:17 +02:00
[ticket/16660] Remove not needed RESET button fomr MCP and UCP
PHPBB3-16660
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
{% endif %}
|
||||
<dl>
|
||||
<dt> </dt>
|
||||
<dd>{{ S_HIDDEN_FIELDS }}<input type="submit" name="submit" id="submit" class="button1" value="{{ lang('SUBMIT') }}" tabindex="2" /> <input type="reset" value="{{ lang('RESET') }}" name="reset" class="button2" /></dd>
|
||||
<dd>{{ S_HIDDEN_FIELDS }}<input type="submit" name="submit" id="submit" class="button1" value="{{ lang('SUBMIT') }}" tabindex="2" /></dd>
|
||||
</dl>
|
||||
{{ S_FORM_TOKEN }}
|
||||
</fieldset>
|
||||
|
Reference in New Issue
Block a user