mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
BUGFIX: cms ui form site tree input alignments
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/cms/branches/2.3@70390 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
295c204585
commit
75e92118fa
@ -127,10 +127,14 @@
|
|||||||
</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" /> <label for="versions_comparemode"><% _t('COMPAREMODE','Compare mode (click 2 below)') %></label>
|
|
||||||
<br />
|
|
||||||
|
|
||||||
|
<span class="versionChoice">
|
||||||
|
<input type="checkbox" id="versions_comparemode" /> <label for="versions_comparemode"><% _t('COMPAREMODE','Compare mode (click 2 below)') %></label>
|
||||||
|
</span>
|
||||||
|
<span class="versionChoice">
|
||||||
<input type="checkbox" id="versions_showall" /> <label for="versions_showall"><% _t('SHOWUNPUB','Show unpublished versions') %></label>
|
<input type="checkbox" id="versions_showall" /> <label for="versions_showall"><% _t('SHOWUNPUB','Show unpublished versions') %></label>
|
||||||
|
</span>
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div class="unitBody">
|
<div class="unitBody">
|
||||||
|
Loading…
Reference in New Issue
Block a user