CC-1695 Remove Campcaster Studio and make install easier

Changing htmlUI dir structure to be better.
This commit is contained in:
paul.baranowski 2010-09-30 15:56:56 -04:00
parent acda23db88
commit c4b96da797
285 changed files with 0 additions and 0 deletions

View 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>