Start working on room passwords
This commit is contained in:
parent
0945fc0d7b
commit
d006099fc7
6 changed files with 120 additions and 36 deletions
|
|
@ -87,6 +87,13 @@
|
|||
<input type="text" id="opt_pagetitle" placeholder="CyTube">
|
||||
</div>
|
||||
</div>
|
||||
<!-- password -->
|
||||
<div class="control-group">
|
||||
<label class="control-label" for="opt_password">Password (blank to disable)</label>
|
||||
<div class="controls">
|
||||
<input type="text" id="opt_password">
|
||||
</div>
|
||||
</div>
|
||||
<!-- external CSS -->
|
||||
<div class="control-group">
|
||||
<label class="control-label" for="opt_externalcss">External CSS</label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue