2009-11-21 02:36:30 +00:00
|
|
|
<div id="TreeActions">
|
2009-11-21 02:36:09 +00:00
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li>
|
2009-11-21 03:15:00 +00:00
|
|
|
<a href="#TreeActions-create" id="addpage">
|
2009-11-21 02:36:09 +00:00
|
|
|
<% _t('CREATE','Create',PR_HIGH) %>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
2009-11-21 03:15:00 +00:00
|
|
|
<a href="#TreeActions-search" id="search">
|
2009-11-21 02:36:09 +00:00
|
|
|
<% _t('SEARCH','Search',PR_HIGH) %>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
<li>
|
2009-11-21 03:15:00 +00:00
|
|
|
<a href="#TreeActions-batchactions" id="batchactions">
|
2009-11-21 02:36:09 +00:00
|
|
|
<% _t('BATCHACTIONS','Batch Actions',PR_HIGH) %>
|
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<div id="TreeActions-create">
|
2009-11-21 03:18:51 +00:00
|
|
|
$AddForm
|
2009-11-21 02:36:09 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="TreeActions-search">
|
2009-11-21 02:37:06 +00:00
|
|
|
$SearchTreeForm
|
2009-11-21 02:36:09 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="TreeActions-batchactions">
|
2009-11-21 03:15:40 +00:00
|
|
|
$BatchActionsForm
|
2009-11-21 02:36:09 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
2009-11-22 08:23:16 +00: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 02:36:09 +00:00
|
|
|
</div>
|
2009-11-22 08:23:16 +00:00
|
|
|
<% end_if %>
|
2009-11-21 02:36:09 +00:00
|
|
|
|
|
|
|
<% if IsTranslatableEnabled %>
|
|
|
|
<div id="LangSelector_holder">
|
2009-11-21 03:16:00 +00:00
|
|
|
$LangForm
|
2009-11-21 02:36:09 +00:00
|
|
|
</div>
|
|
|
|
<% end_if %>
|