diff options
Diffstat (limited to 'phpBB/adm')
| -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> |
