aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-07-26 15:51:11 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-07-26 15:51:11 +0000
commita43ead8ee7db832871db9cd2c4f294108398f4b0 (patch)
tree417710b9e382752ac1f815633e67f73cdc7e3fe0 /phpBB/styles/prosilver/template
parent599a5964c064978b15653b05c4709f2c72943bb2 (diff)
downloadforums-a43ead8ee7db832871db9cd2c4f294108398f4b0.tar
forums-a43ead8ee7db832871db9cd2c4f294108398f4b0.tar.gz
forums-a43ead8ee7db832871db9cd2c4f294108398f4b0.tar.bz2
forums-a43ead8ee7db832871db9cd2c4f294108398f4b0.tar.xz
forums-a43ead8ee7db832871db9cd2c4f294108398f4b0.zip
do not get too excited
git-svn-id: file:///svn/phpbb/trunk@7954 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template')
-rw-r--r--phpBB/styles/prosilver/template/mcp_post.html4
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}" />&nbsp;
- <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}" />&nbsp;
+ <input class="button2" type="submit" name="action[del_marked]" value="{L_DELETE_MARKED}" />
</fieldset>
<!-- ENDIF -->
<!-- ENDIF -->