mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
Merge remote-tracking branch 'callumacrae/ticket/10801' into develop
* callumacrae/ticket/10801: [ticket/10801] Fixed quickmod tools.
This commit is contained in:
commit
ba21be88f5
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@
|
|||
<!-- INCLUDE jumpbox.html -->
|
||||
|
||||
<!-- IF .quickmod -->
|
||||
<form method="post" action="{S_MOD_ACTION}" id="quickmodform" data-ajax="true">
|
||||
<form method="post" action="{S_MOD_ACTION}" id="quickmodform">
|
||||
<fieldset class="quickmod">
|
||||
<label for="quick-mod-select">{L_QUICK_MOD}:</label>
|
||||
<select name="action" id="quick-mod-select">
|
||||
|
|
Loading…
Add table
Reference in a new issue