2011-04-24 01:05:01 +02:00
|
|
|
<div class="cms-tree-view-modes">
|
|
|
|
<span><% _t("TreeTools.DisplayLabel","Display:") %></span>
|
|
|
|
<% if CanOrganiseSitetree %>
|
|
|
|
<div class="checkboxAboveTree">
|
|
|
|
<input type="radio" name="view-mode" value="draggable" id="view-mode-draggable" />
|
|
|
|
<label for="view-mode-draggable"><% _t("ENABLEDRAGGING","Drag'n'drop") %></label>
|
|
|
|
</div>
|
|
|
|
<% end_if %>
|
|
|
|
<div>
|
|
|
|
<input type="radio" name="view-mode" value="multiselect" id="view-mode-multiselect" />
|
|
|
|
<label for="view-mode-multiselect"><% _t("MULTISELECT","Multi-selection") %></label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2011-06-14 08:01:44 +02:00
|
|
|
<div class="cms-content-constructive-actions">
|
2011-04-24 01:05:01 +02:00
|
|
|
<a class="ss-ui-button ss-ui-action-constructive cms-page-add-button" href="#cms-page-add-form"><% _t('CMSMain.AddNewButton', 'Add new') %></a>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="cms-content-batchactions">
|
|
|
|
$BatchActionsForm
|
|
|
|
</div>
|