mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-29 15:12:58 +03:00
Use old form styles with class changes for radios & checkboxes
This commit is contained in:
parent
10ffe68c08
commit
5912286b35
@ -30,6 +30,7 @@
|
||||
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
<div class="form-group">
|
||||
<label for="blog-logo">Blog Logo</label>
|
||||
{{#if logo}}
|
||||
@ -49,6 +50,7 @@
|
||||
{{/if}}
|
||||
<p>Display a cover image on your site</p>
|
||||
</div>
|
||||
|
||||
<fieldset>
|
||||
<div class="form-group">
|
||||
<label for="email-address">Email Address</label>
|
||||
@ -64,9 +66,11 @@
|
||||
|
||||
<div class="form-group for-checkbox">
|
||||
<label for="permalinks">Dated Permalinks</label>
|
||||
<label class="checkbox" for="permalinks">
|
||||
{{input id="permalinks" name="general[permalinks]" type="checkbox" checked=isDatedPermalinks}}
|
||||
<label class="checkbox" for="permalinks"></label>
|
||||
<span class="input-toggle-component"></span>
|
||||
<p>Include the date in your post URLs</p>
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div class="form-group for-select">
|
||||
@ -83,7 +87,6 @@
|
||||
</span>
|
||||
<p>Select a theme for your blog</p>
|
||||
</div>
|
||||
|
||||
</fieldset>
|
||||
</form>
|
||||
</section>
|
||||
|
Loading…
Reference in New Issue
Block a user