mirror of https://github.com/calzoneman/sync.git
Make it clear that custom css/js are URLs
This commit is contained in:
parent
c1c3e4c47f
commit
ad54cffee1
|
@ -175,15 +175,15 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="span5">
|
<div class="span5">
|
||||||
<label>Page Title
|
<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>
|
</label>
|
||||||
<br>
|
<br>
|
||||||
<label>Custom CSS
|
<label>External CSS
|
||||||
<input type="text" id="opt_customcss" class="pull-right">
|
<input type="text" id="opt_customcss" class="pull-right" placeholder="CSS URL">
|
||||||
</label>
|
</label>
|
||||||
<br>
|
<br>
|
||||||
<label>Custom JS<sup class="text-warning">BETA</sup>
|
<label>External JS
|
||||||
<input type="text" id="opt_customjs" class="pull-right">
|
<input type="text" id="opt_customjs" class="pull-right" placeholder="JS URL">
|
||||||
</label>
|
</label>
|
||||||
<br>
|
<br>
|
||||||
<label class="checkbox">
|
<label class="checkbox">
|
||||||
|
|
Loading…
Reference in New Issue