mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
elofgren: USABILITY: Add 'label' tags for 'Compare mode (click 2 below)' and 'Show unpublished versions' checkboxes in left frame 'Page Version History' section.
(merged from branches/gsoc) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/trunk@41846 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
e70d060983
commit
dd853ef168
@ -103,10 +103,10 @@
|
|||||||
</h2>
|
</h2>
|
||||||
<div class="listpane" id="versions_holder" style="display:none">
|
<div class="listpane" id="versions_holder" style="display:none">
|
||||||
<p class="pane_actions" id="versions_actions">
|
<p class="pane_actions" id="versions_actions">
|
||||||
<input type="checkbox" id="versions_comparemode" /> Compare mode (click 2 below)
|
<input type="checkbox" id="versions_comparemode" /> <label for="versions_comparemode">Compare mode (click 2 below)</label>
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<input type="checkbox" id="versions_showall" /> Show unpublished versions
|
<input type="checkbox" id="versions_showall" /> <label for="versions_showall">Show unpublished versions</label>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="unitBody">
|
<div class="unitBody">
|
||||||
|
Loading…
Reference in New Issue
Block a user