aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template/mcp_logs.html
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2010-02-09 14:10:42 +0000
committerAndreas Fischer <bantu@phpbb.com>2010-02-09 14:10:42 +0000
commit6c321c53a1ebd495518738157dc3a2bf8c0701e1 (patch)
tree192494ccba56859df2b643937a91928be9562839 /phpBB/styles/subsilver2/template/mcp_logs.html
parent964e9cf3ef31ff95cc675e02f24c54455859ec76 (diff)
downloadforums-6c321c53a1ebd495518738157dc3a2bf8c0701e1.tar
forums-6c321c53a1ebd495518738157dc3a2bf8c0701e1.tar.gz
forums-6c321c53a1ebd495518738157dc3a2bf8c0701e1.tar.bz2
forums-6c321c53a1ebd495518738157dc3a2bf8c0701e1.tar.xz
forums-6c321c53a1ebd495518738157dc3a2bf8c0701e1.zip
Fix Bug #57505 - Replace button2 with btnlite, button2 doesn't exist.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10488 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/subsilver2/template/mcp_logs.html')
-rw-r--r--phpBB/styles/subsilver2/template/mcp_logs.html2
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 6b78df3e5e..8b69197b0f 100644
--- a/phpBB/styles/subsilver2/template/mcp_logs.html
+++ b/phpBB/styles/subsilver2/template/mcp_logs.html
@@ -22,7 +22,7 @@
</tr>
<!-- END log -->
<tr align="center">
- <td class="row3" colspan="<!-- IF S_CLEAR_ALLOWED -->5<!-- ELSE -->4<!-- ENDIF -->"><span class="gensmall">{L_SEARCH_KEYWORDS}:</span> <input type="text" name="keywords" value="{S_KEYWORDS}" />&nbsp;<input type="submit" class="button2" name="filter" value="{L_SEARCH}" /></td>
+ <td class="row3" colspan="<!-- IF S_CLEAR_ALLOWED -->5<!-- ELSE -->4<!-- ENDIF -->"><span class="gensmall">{L_SEARCH_KEYWORDS}:</span> <input type="text" name="keywords" value="{S_KEYWORDS}" />&nbsp;<input type="submit" class="btnlite" name="filter" value="{L_SEARCH}" /></td>
</tr>
<tr align="center">
<td class="row3" colspan="<!-- IF S_CLEAR_ALLOWED -->5<!-- ELSE -->4<!-- ENDIF -->"><span class="gensmall">{L_DISPLAY_LOG}:</span> {S_SELECT_SORT_DAYS}&nbsp;<span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR}&nbsp;<input class="btnlite" type="submit" value="{L_GO}" name="sort" /></td>