rbacauthitemupdate.php 264 Bytes
Newer Older
1 2 3 4 5 6 7 8
<?php
	/*
		$model:  es una instancia que implementa a CrugeAuthItemEditor
	*/
	
?>
<h1><?php echo ucwords(CrugeTranslator::t("editando")." ".CrugeTranslator::t($model->categoria));?></h1>
<?php $this->renderPartial('_authitemform',array('model'=>$model),false);?>