Add option to specify a global header script per domain

This commit is contained in:
Kijin Sung 2017-09-12 14:39:33 +09:00
parent 1a6e84d9cc
commit ecb598dc15
6 changed files with 27 additions and 7 deletions

View file

@ -92,6 +92,14 @@
</div>
</div>
<div class="x_control-group">
<label class="x_control-label" for="html_header">{$lang->input_header_script}</label>
<div class="x_controls" style="margin-right:14px">
<textarea name="html_header" id="html_header" rows="6" style="width:100%">{$domain_info ? $domain_info->settings->html_header : ''}</textarea>
<div class="x_help-block">{$lang->detail_input_header_script}</div>
</div>
</div>
<div class="x_control-group">
<label class="x_control-label" for="html_footer">{$lang->input_footer_script}</label>
<div class="x_controls" style="margin-right:14px">