mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 19:33:02 +03:00
Bug Fix: Clicking on Post Settings labels now selects relative input
This commit is contained in:
parent
a749962312
commit
d70b8d8479
@ -49,15 +49,15 @@
|
||||
<label for="url">URL</label>
|
||||
</div>
|
||||
<div class="post-setting-field">
|
||||
<input class="post-setting-slug" type="text" value="" />
|
||||
<input id="url" class="post-setting-slug" type="text" value="" />
|
||||
</div>
|
||||
</li>
|
||||
<li class="post-setting">
|
||||
<div class="post-setting-label">
|
||||
<label for="url">Pub Date</label>
|
||||
<label for="pub-date">Pub Date</label>
|
||||
</div>
|
||||
<div class="post-setting-field">
|
||||
<input class="post-setting-date" type="text" value=""><!--<span class="post-setting-calendar"></span>-->
|
||||
<input id="pub-date" class="post-setting-date" type="text" value=""><!--<span class="post-setting-calendar"></span>-->
|
||||
</div>
|
||||
</li>
|
||||
<li><a href="#" class="delete hidden">Delete This Post</a></li>
|
||||
|
Loading…
Reference in New Issue
Block a user