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 @@
{if $act == "SUBJECTS.addUser"}
{assign var="dynform" value=$SUBJECTS->getAddSubjForm('addUser')}
{/if}
{if $act == "SUBJECTS.addGroup"}
{assign var="dynform" value=$SUBJECTS->getAddSubjForm('addGroup')}
{/if}
<div class="container_elements" style="width: 607px;">
{if $act == 'SUBJECTS.addUser'}
<h1>##Add User##</h1>
{else}
<h1>##Add Group##</h1>
{/if}
{include file="sub/dynForm_plain.tpl"}
</div>