From ee4624fd73706101ffbabcc486b975fb2524df4a Mon Sep 17 00:00:00 2001 From: Erik Date: Wed, 30 Jul 2014 20:13:25 -0400 Subject: [PATCH 1/2] tweak options layout --- templates/channeloptions.jade | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/channeloptions.jade b/templates/channeloptions.jade index 566b1678..151ae818 100644 --- a/templates/channeloptions.jade +++ b/templates/channeloptions.jade @@ -48,12 +48,13 @@ mixin miscoptions #cs-miscoptions.tab-pane h4 General Settings form.form-horizontal(action="javascript:void(0)") - mixin rcheckbox-auto("cs-enable_link_regex", "Convert URLs in chat to links") mixin rcheckbox-auto("cs-allow_voteskip", "Allow voteskip") + mixin rcheckbox-auto("cs-allow_dupes", "Allow duplicate videos on the playlist") mixin textbox-auto("cs-voteskip_ratio", "Voteskip ratio", "0.5") mixin textbox-auto("cs-maxlength", "Max video length", "HH:MM:SS") mixin textbox-auto("cs-afk_timeout", "Auto-AFK Delay", "0 (disabled)") - mixin rcheckbox-auto("cs-allow_dupes", "Allow duplicate videos on the playlist") + h4 Chat Settings + mixin rcheckbox-auto("cs-enable_link_regex", "Convert URLs in chat to links") mixin rcheckbox-auto("cs-chat_antiflood", "Throttle chat") mixin textbox-auto("cs-chat_antiflood_burst", "# of messages allowed before throttling") mixin textbox-auto("cs-chat_antiflood_sustained", "# of messages (after burst) allowed per second") From 2264013a3bae5aff07f2cb27bde6186d85c3abf5 Mon Sep 17 00:00:00 2001 From: Erik Date: Wed, 30 Jul 2014 20:26:29 -0400 Subject: [PATCH 2/2] Small change per calzone's request --- templates/channeloptions.jade | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/templates/channeloptions.jade b/templates/channeloptions.jade index 151ae818..fd7ef63f 100644 --- a/templates/channeloptions.jade +++ b/templates/channeloptions.jade @@ -53,7 +53,10 @@ mixin miscoptions mixin textbox-auto("cs-voteskip_ratio", "Voteskip ratio", "0.5") mixin textbox-auto("cs-maxlength", "Max video length", "HH:MM:SS") mixin textbox-auto("cs-afk_timeout", "Auto-AFK Delay", "0 (disabled)") - h4 Chat Settings + .form-group + .col-sm-offset-4 + h4 Chat Settings + form.form-horizontal(action="javascript:void(0)") mixin rcheckbox-auto("cs-enable_link_regex", "Convert URLs in chat to links") mixin rcheckbox-auto("cs-chat_antiflood", "Throttle chat") mixin textbox-auto("cs-chat_antiflood_burst", "# of messages allowed before throttling")