2009-11-21 03:36:30 +01:00
|
|
|
<div id="TreeActions">
|
2009-11-21 03:36:09 +01:00
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li>
|
2009-11-21 04:15:00 +01:00
|
|
|
<a href="#TreeActions-create" id="addpage">
|
2009-11-21 03:36:09 +01:00
|
|
|
<% _t('CREATE','Create',PR_HIGH) %>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
2009-11-21 04:15:00 +01:00
|
|
|
<a href="#TreeActions-search" id="search">
|
2009-11-21 03:36:09 +01:00
|
|
|
<% _t('SEARCH','Search',PR_HIGH) %>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
2009-11-21 04:15:00 +01:00
|
|
|
<a href="#TreeActions-batchactions" id="batchactions">
|
2009-11-21 03:36:09 +01:00
|
|
|
<% _t('BATCHACTIONS','Batch Actions',PR_HIGH) %>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<div id="TreeActions-create">
|
2009-11-21 04:18:51 +01:00
|
|
|
$AddForm
|
2009-11-21 03:36:09 +01:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="TreeActions-search">
|
2009-11-21 03:37:06 +01:00
|
|
|
$SearchTreeForm
|
2009-11-21 03:36:09 +01:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="TreeActions-batchactions">
|
2009-11-21 04:15:40 +01:00
|
|
|
$BatchActionsForm
|
2009-11-21 03:36:09 +01:00
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
2009-11-22 09:23:16 +01:00
|
|
|
<% if CanOrganiseSitetree %>
|
|
|
|
<div class="checkboxAboveTree">
|
|
|
|
<img id="checkboxActionIndicator" src="cms/images/network-save.gif" />
|
|
|
|
<div>
|
|
|
|
<input type="checkbox" id="sortitems" />
|
|
|
|
<label for="sortitems"><% _t('ENABLEDRAGGING','Allow drag & drop reordering', PR_HIGH) %></label>
|
|
|
|
</div>
|
2009-11-21 03:36:09 +01:00
|
|
|
</div>
|
2009-11-22 09:23:16 +01:00
|
|
|
<% end_if %>
|
2009-11-21 03:36:09 +01:00
|
|
|
|
|
|
|
<% if IsTranslatableEnabled %>
|
|
|
|
<div id="LangSelector_holder">
|
2009-11-21 04:16:00 +01:00
|
|
|
$LangForm
|
2009-11-21 03:36:09 +01:00
|
|
|
</div>
|
|
|
|
<% end_if %>
|