diff options
author | Andreas Fischer <bantu@phpbb.com> | 2010-02-09 14:10:42 +0000 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2010-02-09 14:10:42 +0000 |
commit | 6c321c53a1ebd495518738157dc3a2bf8c0701e1 (patch) | |
tree | 192494ccba56859df2b643937a91928be9562839 /phpBB/styles/subsilver2/template/mcp_logs.html | |
parent | 964e9cf3ef31ff95cc675e02f24c54455859ec76 (diff) | |
download | forums-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.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 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}" /> <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}" /> <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} <span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} <input class="btnlite" type="submit" value="{L_GO}" name="sort" /></td> |