diff options
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_notes_user.html')
-rw-r--r-- | phpBB/styles/prosilver/template/mcp_notes_user.html | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_notes_user.html b/phpBB/styles/prosilver/template/mcp_notes_user.html index a9c1e49360..2811ddafc8 100644 --- a/phpBB/styles/prosilver/template/mcp_notes_user.html +++ b/phpBB/styles/prosilver/template/mcp_notes_user.html @@ -90,17 +90,8 @@ </tbody> </table> - <hr /> - - <fieldset class="display-options"> - <label>{L_DISPLAY_LOG}{L_COLON} {S_SELECT_SORT_DAYS}</label> - <label>{L_SORT_BY} {S_SELECT_SORT_KEY}</label><label>{S_SELECT_SORT_DIR}</label> - <input type="submit" name="sort" value="{L_GO}" class="button2" /> - </fieldset> - - <hr /> - <div class="action-bar bar-bottom"> + <!-- INCLUDE display_options.html --> <div class="pagination"> {TOTAL_REPORTS} <!-- IF .pagination --> |