diff --git a/files/templates/settings.html b/files/templates/settings.html index 0ef7e0198..6c80b37cd 100644 --- a/files/templates/settings.html +++ b/files/templates/settings.html @@ -44,7 +44,7 @@ Personal - Advanced Settings + Advanced CSS Security Apps/Bots diff --git a/files/templates/settings_advanced.html b/files/templates/settings_advanced.html index 233080efc..79c18487c 100644 --- a/files/templates/settings_advanced.html +++ b/files/templates/settings_advanced.html @@ -7,11 +7,11 @@ {# toggle_section(title, id, name, flag, below_text) #} {# note: not using the thing from common just because of how much stuff there is in here #} - Poor Mode + Poor{% if SITE_NAME == 'rDrama' %}cel{% endif %} Mode - Poor Mode + Poor{% if SITE_NAME == 'rDrama' %}cel{% endif %} Mode @@ -29,32 +29,24 @@ - - Frontpage Size - - - - Frontpage Size - - - - Change how many posts appear on every page. - - - {% for entry in [15, 25, 50, 100] %} - {{entry}} - {% endfor %} - - - - - - - - - Default Sorting and Time Filter + Sorting and Filtering + + + Frontpage Size + + + Change how many posts appear on every page. + + + {% for entry in [15, 25, 50, 100] %} + {{entry}} + {% endfor %} + + + + Default Sorting for Comments @@ -129,7 +121,7 @@ - {{common.toggle_section("Sort Redit Links by Controversial", "controversial", "controversial", v.controversial, "Enable if you would like to automatically sort reddit.com links by controversial.")}} + {{common.toggle_section("Sort Reddit Links by Controversial", "controversial", "controversial", v.controversial, "Enable if you would like to automatically sort reddit.com links by controversial.")}} @@ -137,7 +129,7 @@ {{common.toggle_section('Disable Signatures', 'sigs_disabled', 'sigs_disabled', v.sigs_disabled, 'Hide user signatures.')}} {{common.toggle_section('Disable +18 Warnings', 'over18', 'over18', v.over18, "Enable if you would like to not get a warning before viewing +18 content.")}} - {{common.toggle_section('Hide Posts Voted On', 'hidevotedon', 'hidevotedon', v.hidevotedon), 'Enable if you would like to automatically hide posts you have voted on from your frontpage.'}} + {{common.toggle_section('Hide Posts Voted On', 'hidevotedon', 'hidevotedon', v.hidevotedon, 'Enable if you would like to automatically hide posts you have voted on from your frontpage.')}}
Change how many posts appear on every page.