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:
Ingo Schommer 2007-09-15 00:49:11 +00:00
parent e70d060983
commit dd853ef168
1 changed files with 2 additions and 2 deletions

View File

@ -103,10 +103,10 @@
</h2>
<div class="listpane" id="versions_holder" style="display:none">
<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 />
<input type="checkbox" id="versions_showall" /> Show unpublished versions
<input type="checkbox" id="versions_showall" /> <label for="versions_showall">Show unpublished versions</label>
</p>
<div class="unitBody">