HCE Project DC service web UI  0.2
Hierarchical Cluster Engine DC service web UI
 All Classes Namespaces Files Functions Variables Pages
changepassword.php File Reference

Go to the source code of this file.

Variables

$this pageTitle = Yii::app()->name.' - '.UserModule::t("Change Password")
$this breadcrumbs
$this menu
 $form

Variable Documentation

$form
Initial value:
$this->beginWidget('CActiveForm', array(
'id' => 'changepassword-form',
'enableAjaxValidation' => true,
'clientOptions' => array(
'validateOnSubmit' => true,
),
))

Definition at line 16 of file changepassword.php.

$this breadcrumbs
Initial value:
array(
UserModule::t("Profile") => array('/user/profile'),
UserModule::t("Change Password"),
)

Definition at line 2 of file changepassword.php.

$this menu
Initial value:
array(
array('label' => UserModule::t('Profile'), 'url' => array('/user/profile')),
array('label' => UserModule::t('Edit'), 'url' => array('edit')),
array('label' => UserModule::t('Logout'), 'url' => array('/user/logout')),
)

Definition at line 6 of file changepassword.php.

$this pageTitle = Yii::app()->name.' - '.UserModule::t("Change Password")

Definition at line 1 of file changepassword.php.