Make it clear that custom css/js are URLs

This commit is contained in:
calzoneman 2013-05-14 17:50:05 -04:00
parent c1c3e4c47f
commit ad54cffee1
1 changed files with 5 additions and 5 deletions

View File

@ -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">