You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
1.3 KiB
Smarty
48 lines
1.3 KiB
Smarty
<!-- IMPORT admin/appearance/header.tpl -->
|
|
|
|
<div id="customise" class="customise">
|
|
<div class="panel panel-default">
|
|
<div class="panel-heading">Custom CSS</div>
|
|
<div class="panel-body">
|
|
<p>
|
|
Enter your own CSS declarations here, which will be applied after all other styles.
|
|
</p>
|
|
<div id="customCSS"></div>
|
|
<input type="hidden" id="customCSS-holder" value="" data-field="customCSS" />
|
|
|
|
<br />
|
|
<form class="form">
|
|
<div class="form-group">
|
|
<label for="useCustomCSS">
|
|
Use Custom CSS?
|
|
<input id="useCustomCSS" type="checkbox" data-field="useCustomCSS" />
|
|
</label>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="panel panel-default">
|
|
<div class="panel-heading">Custom Header</div>
|
|
<div class="panel-body">
|
|
<p>
|
|
Enter custom HTML here (ex. JavaScript, Meta Tags, etc.), which will be appended to the <code><head></code> section of your forum's markup.
|
|
</p>
|
|
|
|
<div id="customHTML"></div>
|
|
<input type="hidden" id="customHTML-holder" value="" data-field="customJS" />
|
|
|
|
<br />
|
|
<form class="form">
|
|
<div class="form-group">
|
|
<label for="useCustomJS">
|
|
Use Custom Header?
|
|
<input id="useCustomJS" type="checkbox" data-field="useCustomJS" />
|
|
</label>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
|
|
<button class="btn btn-primary" id="save">Save</button>
|
|
</div> |