Make it clear that custom css/js are URLs
This commit is contained in:
parent
c1c3e4c47f
commit
ad54cffee1
|
@ -175,15 +175,15 @@
|
|||
</div>
|
||||
<div class="span5">
|
||||
<label>Page Title
|
||||
<input type="text" id="opt_pagetitle" placeholder="Sync" class="pull-right">
|
||||
<input type="text" id="opt_pagetitle" placeholder="CyTube" class="pull-right">
|
||||
</label>
|
||||
<br>
|
||||
<label>Custom CSS
|
||||
<input type="text" id="opt_customcss" class="pull-right">
|
||||
<label>External CSS
|
||||
<input type="text" id="opt_customcss" class="pull-right" placeholder="CSS URL">
|
||||
</label>
|
||||
<br>
|
||||
<label>Custom JS<sup class="text-warning">BETA</sup>
|
||||
<input type="text" id="opt_customjs" class="pull-right">
|
||||
<label>External JS
|
||||
<input type="text" id="opt_customjs" class="pull-right" placeholder="JS URL">
|
||||
</label>
|
||||
<br>
|
||||
<label class="checkbox">
|
||||
|
|
Loading…
Reference in a new issue