Implement #185
This commit is contained in:
parent
a2036e4383
commit
ec035bd93f
5 changed files with 50 additions and 0 deletions
|
|
@ -49,6 +49,13 @@
|
|||
<input type="text" id="opt_voteskip_ratio" placeholder="0.5">
|
||||
</div>
|
||||
</div>
|
||||
<!-- max video length -->
|
||||
<div class="control-group">
|
||||
<label class="control-label" for="opt_maxlength">Maximum Video Length</label>
|
||||
<div class="controls">
|
||||
<input type="text" id="opt_maxlength" placeholder="HH:MM:SS">
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
<strong>Admin-Only Controls</strong>
|
||||
<!-- page title -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue