add backend theme AdminLte, bind reception/transaction to a permission

This commit is contained in:
2015-11-23 19:55:49 +01:00
parent e13866d7da
commit bcae71155e
25 changed files with 993 additions and 128 deletions

View File

@@ -95,8 +95,8 @@ class Account extends \yii\db\ActiveRecord
static function types() {
return [
self::TYPE_ALL => Yii::t('common/account', 'Visible for all'),
self::TYPE_VALUE_HIDDEN => Yii::t('common/account', 'Only the name is visible'),
self::TYPE_ALL => Yii::t('common/account', 'Account'),
// self::TYPE_VALUE_HIDDEN => Yii::t('common/account', 'Only the name is visible'),
];
}