diff options
| author | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2003-04-23 23:07:59 +0000 |
|---|---|---|
| committer | Ludovic Arnaud <ludovic_arnaud@users.sourceforge.net> | 2003-04-23 23:07:59 +0000 |
| commit | d1ec4973c71a5c2e08255ff851cb6dffd08a0e40 (patch) | |
| tree | c7bfa3cf89ec6d4691a601d0c80234b92739e559 /phpBB | |
| parent | 0ed1f9d2b21447d8e9f558dd64466c1c7e86f9dd (diff) | |
| download | forums-d1ec4973c71a5c2e08255ff851cb6dffd08a0e40.tar forums-d1ec4973c71a5c2e08255ff851cb6dffd08a0e40.tar.gz forums-d1ec4973c71a5c2e08255ff851cb6dffd08a0e40.tar.bz2 forums-d1ec4973c71a5c2e08255ff851cb6dffd08a0e40.tar.xz forums-d1ec4973c71a5c2e08255ff851cb6dffd08a0e40.zip | |
Hmm, renamed the form. Now (Un)Mark All lnks should work
git-svn-id: file:///svn/phpbb/trunk@3942 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/templates/subSilver/mcp_topic.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/mcp_topic.html b/phpBB/templates/subSilver/mcp_topic.html index e51e43129d..5699ad7133 100644 --- a/phpBB/templates/subSilver/mcp_topic.html +++ b/phpBB/templates/subSilver/mcp_topic.html @@ -1,6 +1,6 @@ <!-- INCLUDE mcp_header.html --> -<form name="form" method="post" action="{S_FORM_ACTION}"><table class="tablebg" width="100%" cellspacing="1" cellpadding="2" border="0"> +<form name="main" method="post" action="{S_FORM_ACTION}"><table class="tablebg" width="100%" cellspacing="1" cellpadding="2" border="0"> <!-- IF S_CAN_SPLIT --> <tr> <th height="25" colspan="3" nowrap="nowrap">{L_SPLIT_TOPIC}</th> |
