Exemple #1
0
 * technical reasons, the Appropriate Legal Notices must display the words
 * "Powered by X2Engine".
 *****************************************************************************************/
//Yii::app()->clientScript->registerCssFile(
//    Yii::app()->controller->assetsUrl.'/css/recordView.css');
if ($model->hasErrors()) {
    $message = implode("\n", $model->getAllErrorMessages());
    ?>
<div class='error-dialog' style='display: none;'>
    <div class='title'><?php 
    echo CHtml::encode(Yii::t('app', 'Error:'));
    ?>
</div>
    <div class='message'><?php 
    echo CHtml::encode($message);
    ?>
</div>
</div>

<?php 
}
?>
<div class='detail-view'>
<?php 
$form = $this->beginWidget('application.modules.mobile.components.MobileActiveForm', array('JSClassParams' => array('submitButtonSelector' => '#header .submit-button')));
$mobileLayout = MobileLayouts::getMobileLayout(get_class($model), 'form');
$this->widget('application.modules.mobile.components.MobileFormLayoutRenderer', array('model' => $model, 'mobileLayout' => $mobileLayout));
$this->endWidget();
?>
</div>
Exemple #2
0
 * FOR A PARTICULAR PURPOSE.  See the GNU Affero General Public License for more
 * details.
 * 
 * You should have received a copy of the GNU Affero General Public License along with
 * this program; if not, see http://www.gnu.org/licenses or write to the Free
 * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 * 02110-1301 USA.
 * 
 * You can contact X2Engine, Inc. P.O. Box 66752, Scotts Valley,
 * California 95067, USA. or at email address contact@x2engine.com.
 * 
 * The interactive user interfaces in modified source and object code versions
 * of this program must display Appropriate Legal Notices, as required under
 * Section 5 of the GNU Affero General Public License version 3.
 * 
 * In accordance with Section 7(b) of the GNU Affero General Public License version 3,
 * these Appropriate Legal Notices must retain the display of the "Powered by
 * X2Engine" logo. If the display of the logo is not reasonably feasible for
 * technical reasons, the Appropriate Legal Notices must display the words
 * "Powered by X2Engine".
 *****************************************************************************************/
//Yii::app()->clientScript->registerCssFile(
//    Yii::app()->controller->assetsUrl.'/css/recordView.css');
?>
<div class='detail-view'>
<?php 
$mobileLayout = MobileLayouts::getMobileLayout(get_class($model));
$this->widget('application.modules.mobile.components.MobileViewLayoutRenderer', array('model' => $model, 'mobileLayout' => $mobileLayout));
?>
</div>