aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template/mcp_logs.html
diff options
context:
space:
mode:
authorJim Wigginton <terrafrost@phpbb.com>2009-08-21 21:47:19 +0000
committerJim Wigginton <terrafrost@phpbb.com>2009-08-21 21:47:19 +0000
commit69aa05376bd6cd04e23b6edcfe0d44e9e5f5f7e2 (patch)
tree6e613c5e9d1d2cffee1f877daa47fbdf1d2bccef /phpBB/styles/subsilver2/template/mcp_logs.html
parenta3c00e88d919a7b352635d869d068e163288b143 (diff)
downloadforums-69aa05376bd6cd04e23b6edcfe0d44e9e5f5f7e2.tar
forums-69aa05376bd6cd04e23b6edcfe0d44e9e5f5f7e2.tar.gz
forums-69aa05376bd6cd04e23b6edcfe0d44e9e5f5f7e2.tar.bz2
forums-69aa05376bd6cd04e23b6edcfe0d44e9e5f5f7e2.tar.xz
forums-69aa05376bd6cd04e23b6edcfe0d44e9e5f5f7e2.zip
- replaced the drop down menu log filter thing with log searching
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10041 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 04c4228645..6b78df3e5e 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_SELECT_LANG_KEY}:</span> <select name="log_operation">{S_LANG_KEYS}</select>&nbsp;<input type="submit" class="button2" name="filter" value="{L_FILTER}" /></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="button2" 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>