HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
create.php
Go to the documentation of this file.
1 <?php $this->breadcrumbs = array(
2  'Rights' => Rights::getBaseUrl(),
3  Rights::t('core', 'Create :type', array(':type' => Rights::getAuthItemTypeName($_GET['type']))),
4 ); ?>
5 
6 <div class="createAuthItem">
7 
8  <h2><?php echo Rights::t('core', 'Create :type', array(
9  ':type' => Rights::getAuthItemTypeName($_GET['type']),
10  )); ?></h2>
11 
12  <?php $this->renderPartial('_form', array('model' => $formModel)); ?>
13 
14 </div>