CC-1695 Remove Campcaster Studio and make install easier
Changing htmlUI dir structure to be better.
This commit is contained in:
parent
acda23db88
commit
c4b96da797
285 changed files with 0 additions and 0 deletions
18
htmlUI/templates/file/list.tpl
Normal file
18
htmlUI/templates/file/list.tpl
Normal file
|
@ -0,0 +1,18 @@
|
|||
<div class="content">
|
||||
<div class="container_elements" style="width: 607px;">
|
||||
<h1>##File Management##</h1>
|
||||
|
||||
{if $showTree}
|
||||
{include file="file/tree.tpl"}
|
||||
{/if}
|
||||
|
||||
{if $showObjects}
|
||||
{include file="file/objects.tpl"}
|
||||
{/if}
|
||||
|
||||
{if $permissions}
|
||||
{include file="file/permissions.tpl"}
|
||||
{/if}
|
||||
|
||||
</div>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue