Fixed UI and conf template
This commit is contained in:
@ -46,8 +46,8 @@
|
||||
<form id="social-form" autocomplete="off">
|
||||
<fieldset id="social-section">
|
||||
<h2>Social</h2>
|
||||
<p>Set your social media links and thumbnail for link sharing</p>
|
||||
<p class="section-status"></p>
|
||||
<p>Set your social media links and thumbnail for link sharing</p>
|
||||
<div class="fields">
|
||||
<div class="input-field">
|
||||
<label>Instagram URL</label>
|
||||
@ -70,8 +70,8 @@
|
||||
<form id="menu-form" autocomplete="off">
|
||||
<fieldset id="menu-section">
|
||||
<h2>Menu</h2>
|
||||
<p>Manage your site menu items. You can use tag combination to propose custom filters</p>
|
||||
<p class="section-status"></p>
|
||||
<p>Manage your site menu items. You can use tag combination to propose custom filters</p>
|
||||
<div class="fields">
|
||||
<div class="input-field" style="flex: 1 1 100%;">
|
||||
<div id="menu-items-list"></div>
|
||||
@ -86,8 +86,8 @@
|
||||
<form id="footer-form" autocomplete="off">
|
||||
<fieldset id="footer-section">
|
||||
<h2>Footer</h2>
|
||||
<p>Set your copyright informations and legal link name</p>
|
||||
<p class="section-status"></p>
|
||||
<p>Set your copyright informations and legal link name</p>
|
||||
<div class="fields">
|
||||
<div class="input-field">
|
||||
<label>Copyright</label>
|
||||
@ -106,8 +106,8 @@
|
||||
<form id="legals-form" autocomplete="off">
|
||||
<fieldset id="legals-section">
|
||||
<h2>Legals</h2>
|
||||
<p>Set your legal informations</p>
|
||||
<p class="section-status"></p>
|
||||
<p>Set your legal informations</p>
|
||||
<div class="fields">
|
||||
<div class="input-field">
|
||||
<label>Hoster Name</label>
|
||||
@ -135,8 +135,8 @@
|
||||
<form id="build-form" autocomplete="off">
|
||||
<fieldset id="build-section">
|
||||
<h2>Build</h2>
|
||||
<p>Select a theme from the dropdown menu or add your custom theme folder</p>
|
||||
<p class="section-status"></p>
|
||||
<p>Select a theme from the dropdown menu or add your custom theme folder</p>
|
||||
<div class="fields">
|
||||
<div class="input-field">
|
||||
<label>Theme</label>
|
||||
|
Reference in New Issue
Block a user