diff options
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r-- | phpBB/styles/prosilver/template/mcp_post.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_post.html b/phpBB/styles/prosilver/template/mcp_post.html index 9cfaa05db3..65798a89a8 100644 --- a/phpBB/styles/prosilver/template/mcp_post.html +++ b/phpBB/styles/prosilver/template/mcp_post.html @@ -180,8 +180,8 @@ <!-- IF S_CLEAR_ALLOWED --> <fieldset class="submit-buttons"> - <input class="button2" type="submit" name="action[del_marked]" value="{L_DELETE_MARKED}" /> - <input class="button2" type="submit" name="action[del_all]" value="{L_DELETE_ALL}" /> + <input class="button2" type="submit" name="action[del_all]" value="{L_DELETE_ALL}" /> + <input class="button2" type="submit" name="action[del_marked]" value="{L_DELETE_MARKED}" /> </fieldset> <!-- ENDIF --> <!-- ENDIF --> |