diff options
Diffstat (limited to 'phpBB/styles/subsilver2/template/mcp_logs.html')
-rw-r--r-- | phpBB/styles/subsilver2/template/mcp_logs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/mcp_logs.html b/phpBB/styles/subsilver2/template/mcp_logs.html index d759af5931..e163cf35d0 100644 --- a/phpBB/styles/subsilver2/template/mcp_logs.html +++ b/phpBB/styles/subsilver2/template/mcp_logs.html @@ -26,7 +26,7 @@ </tr> <!-- IF S_CLEAR_ALLOWED --> <tr> - <td class="cat" colspan="5" align="center"><input class="btnlite" type="submit" name="action[del_marked]" value="{L_DELETE_MARKED}" /> <input class="btnlite" type="submit" name="action[del_all]" value="{L_DELETE_ALL}" /></td> + <td class="cat" colspan="5" align="center"><input class="btnlite" type="submit" name="action[del_all]" value="{L_DELETE_ALL}" /> <input class="btnlite" type="submit" name="action[del_marked]" value="{L_DELETE_MARKED}" /></td> </tr> <!-- ENDIF --> <!-- ELSE --> |