Require user permission to run channel js
This commit is contained in:
parent
3661ab1fd9
commit
e87ddb473b
8 changed files with 232 additions and 32 deletions
|
|
@ -158,6 +158,7 @@ html(lang="en")
|
|||
li: a(href="#us-general", data-toggle="tab") General
|
||||
li: a(href="#us-playback", data-toggle="tab") Playback
|
||||
li: a(href="#us-chat", data-toggle="tab") Chat
|
||||
li: a(href="#us-scriptcontrol", data-toggle="tab") Script Access
|
||||
li: a(href="#us-mod", data-toggle="tab", style="") Moderator
|
||||
.modal-body
|
||||
.tab-content
|
||||
|
|
@ -165,6 +166,7 @@ html(lang="en")
|
|||
mixin us-general()
|
||||
mixin us-playback()
|
||||
mixin us-chat()
|
||||
mixin us-scripts()
|
||||
mixin us-mod()
|
||||
.modal-footer
|
||||
button.btn.btn-primary(type="button", data-dismiss="modal", onclick="javascript:saveUserOptions()") Save
|
||||
|
|
|
|||
|
|
@ -52,6 +52,17 @@ mixin us-general
|
|||
p#us-conninfo.text-info <strong>Connection Information: </strong>
|
||||
.clear
|
||||
|
||||
mixin us-scripts
|
||||
#us-scriptcontrol.tab-pane
|
||||
h4 Script Access
|
||||
table.table
|
||||
thead
|
||||
tr
|
||||
th Channel
|
||||
th Type
|
||||
th Preference
|
||||
th Clear
|
||||
|
||||
mixin us-playback
|
||||
#us-playback.tab-pane
|
||||
h4 Playback Preferences
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue