diff options
| author | Jim Wigginton <terrafrost@phpbb.com> | 2009-07-18 19:19:38 +0000 |
|---|---|---|
| committer | Jim Wigginton <terrafrost@phpbb.com> | 2009-07-18 19:19:38 +0000 |
| commit | b6a1271c3aedab008be367565db9c9713e22e638 (patch) | |
| tree | 84c8e5f264d675146f5634b4b550b424370ac1c9 /phpBB/adm/style | |
| parent | e9830e5530739f90fa094106fb93f456643afd37 (diff) | |
| download | forums-b6a1271c3aedab008be367565db9c9713e22e638.tar forums-b6a1271c3aedab008be367565db9c9713e22e638.tar.gz forums-b6a1271c3aedab008be367565db9c9713e22e638.tar.bz2 forums-b6a1271c3aedab008be367565db9c9713e22e638.tar.xz forums-b6a1271c3aedab008be367565db9c9713e22e638.zip | |
- added ability to filter logs by log_operation
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9781 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style')
| -rw-r--r-- | phpBB/adm/style/acp_logs.html | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_logs.html b/phpBB/adm/style/acp_logs.html index 155917e84f..843aa21c63 100644 --- a/phpBB/adm/style/acp_logs.html +++ b/phpBB/adm/style/acp_logs.html @@ -8,12 +8,18 @@ <form id="list" method="post" action="{U_ACTION}"> +<fieldset class="display-options" style="float: left"> + {L_SELECT_LANG_KEY}: <select name="log_operation">{S_LANG_KEYS}</select> <input type="submit" class="button2" name="filter" value="{L_FILTER}" /> +</fieldset> + <!-- IF PAGINATION --> -<div class="pagination"> +<div class="pagination" style="float: right; margin: 15px 0 2px 0"> <a href="#" onclick="jumpto(); return false;" title="{L_JUMP_TO_PAGE}">{S_ON_PAGE}</a> • <span>{PAGINATION}</span> </div> <!-- ENDIF --> +<div class="clearfix"> </div><br style="clear: both;" /> + <!-- IF .log --> <table cellspacing="1"> <thead> |
