mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 22:59:57 +09:00
Make SEO info, header/footer text, and some other fields full width #2516
This commit is contained in:
parent
f980ea58c6
commit
3aa0d38a67
9 changed files with 31 additions and 30 deletions
|
|
@ -13,35 +13,35 @@
|
|||
<div class="x_control-group">
|
||||
<label class="x_control-label" for="seo_main_title">{$lang->seo_main_title}</label>
|
||||
<div class="x_controls">
|
||||
<input type="text" name="seo_main_title" id="seo_main_title" value="{$seo_main_title}" style="min-width: 80%" class="lang_code" />
|
||||
<input type="text" name="seo_main_title" id="seo_main_title" value="{$seo_main_title}" class="x_full-width lang_code" />
|
||||
<p class="x_help-block">{$lang->about_seo_main_title}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label" for="seo_subpage_title">{$lang->seo_subpage_title}</label>
|
||||
<div class="x_controls">
|
||||
<input type="text" name="seo_subpage_title" id="seo_subpage_title" value="{$seo_subpage_title}" style="min-width: 80%" class="lang_code" />
|
||||
<input type="text" name="seo_subpage_title" id="seo_subpage_title" value="{$seo_subpage_title}" class="x_full-width lang_code" />
|
||||
<p class="x_help-block">{$lang->about_seo_subpage_title}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label" for="seo_document_title">{$lang->seo_document_title}</label>
|
||||
<div class="x_controls">
|
||||
<input type="text" name="seo_document_title" id="seo_document_title" value="{$seo_document_title}" style="min-width: 80%" class="lang_code" />
|
||||
<input type="text" name="seo_document_title" id="seo_document_title" value="{$seo_document_title}" class="x_full-width lang_code" />
|
||||
<p class="x_help-block">{$lang->about_seo_document_title}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label" for="site_meta_keywords">{$lang->site_meta_keywords}</label>
|
||||
<div class="x_controls">
|
||||
<input type="text" name="site_meta_keywords" id="site_meta_keywords" value="{$site_meta_keywords}" style="min-width: 80%" class="lang_code" />
|
||||
<input type="text" name="site_meta_keywords" id="site_meta_keywords" value="{$site_meta_keywords}" class="x_full-width lang_code" />
|
||||
<p class="x_help-block">{$lang->about_site_meta_keywords}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label" for="site_meta_description">{$lang->site_meta_description}</label>
|
||||
<div class="x_controls">
|
||||
<input type="text" name="site_meta_description" id="site_meta_description" value="{$site_meta_description}" style="min-width: 80%" class="lang_code" />
|
||||
<input type="text" name="site_meta_description" id="site_meta_description" value="{$site_meta_description}" class="x_full-width lang_code" />
|
||||
<p class="x_help-block">{$lang->about_site_meta_description}</p>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue