Esempio n. 1
0
</style>

<div class="row">
    <button class="btn j-widget-add"><?php 
echo Yii::t('main', 'Добавить');
?>
</button>
</div>

<table class="widgetsEditTable">
    <thead>
    <tr>
        <th></th>
        <th>
            <?php 
echo CHtml::encode($newWidget->getAttributeLabel('widget_id'));
?>
        </th>
        <th>
            <?php 
echo CHtml::encode($newWidget->getAttributeLabel('position'));
?>
        </th>
        <th></th>
    </tr>
    </thead>
    <tbody>

    <?php 
$this->renderPartial("widgets/_widget", array('model' => $newWidget, 'layout' => $model, 'class' => 'copyMe'));
if ($widgets) {