-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
quot;brussens
committed
Feb 6, 2015
1 parent
d71705b
commit cb860f3
Showing
24 changed files
with
89 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,8 +5,8 @@ | |
* @author BrusSENS (Dmitry Brusenskiy) <[email protected]> | ||
* @link http://hoswac.ru | ||
* @copyright 2014 Hoswac ltd. | ||
* @package yupe.modules.message.views.layouts | ||
* @since 0.2-α | ||
* @package yupe.modules.message.assets | ||
* @since 0.2.0α | ||
* | ||
*/ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
<?php | ||
/** | ||
* view.php - show message. | ||
* | ||
* @product Horex CMF | ||
* @author Brusenskiy Dmitry <brussens@horexcmf.ru> | ||
* @copyright 2015 Horex Copyright © | ||
* @license BSD http://ru.wikipedia.org/wiki/%D0%9B%D0%B8%D1%86%D0%B5%D0%BD%D0%B7%D0%B8%D1%8F_BSD | ||
* @since 1.0.0 | ||
* @link http://hoswac.ru/horex | ||
*/ | ||
* view.php - message view file. | ||
* | ||
* @author BrusSENS (Dmitry Brusenskiy) <[email protected]> | ||
* @link http://hoswac.ru | ||
* @copyright 2014 Hoswac ltd. | ||
* @package yupe.modules.message.views.message | ||
* @since 0.1α | ||
* | ||
*/ | ||
|
||
if($model->getIsInbox()) { | ||
$user = $model->sender; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,15 @@ | ||
<?php | ||
/** | ||
* _form.php - backend form view. | ||
* | ||
* @author BrusSENS (Dmitry Brusenskiy) <[email protected]> | ||
* @link http://hoswac.ru | ||
* @copyright 2014 Hoswac ltd. | ||
* @package yupe.modules.message.views.messageBackend | ||
* @since 0.2.0α | ||
* | ||
*/ | ||
|
||
$users = CHtml::listData(User::model()->findAll(), 'id', 'nick_name'); | ||
$form = $this->beginWidget( | ||
'bootstrap.widgets.TbActiveForm', | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,14 @@ | ||
<?php | ||
/** | ||
* _search.php - backend search form view. | ||
* | ||
* @author BrusSENS (Dmitry Brusenskiy) <[email protected]> | ||
* @link http://hoswac.ru | ||
* @copyright 2014 Hoswac ltd. | ||
* @package yupe.modules.message.views.messageBackend | ||
* @since 0.2.0α | ||
* | ||
*/ | ||
$form = $this->beginWidget( | ||
'bootstrap.widgets.TbActiveForm', | ||
array( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,14 @@ | ||
<?php | ||
/** | ||
* create.php - backend create view. | ||
* | ||
* @author BrusSENS (Dmitry Brusenskiy) <[email protected]> | ||
* @link http://hoswac.ru | ||
* @copyright 2014 Hoswac ltd. | ||
* @package yupe.modules.message.views.messageBackend | ||
* @since 0.2.0α | ||
* | ||
*/ | ||
$this->pageTitle = Yii::t('MessageModule.message', 'Private messages - create message'); | ||
|
||
$this->breadcrumbs = array( | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,14 @@ | ||
<?php | ||
/** | ||
* index.php - backend index view. | ||
* | ||
* @author BrusSENS (Dmitry Brusenskiy) <[email protected]> | ||
* @link http://hoswac.ru | ||
* @copyright 2014 Hoswac ltd. | ||
* @package yupe.modules.message.views.messageBackend | ||
* @since 0.2.0α | ||
* | ||
*/ | ||
$this->breadcrumbs = array( | ||
Yii::t('MessageModule.message', 'Private messages') => array('/message/messageBackend/index'), | ||
Yii::t('MessageModule.message', 'Management'), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,14 @@ | ||
<?php | ||
/** | ||
* update.php - backend update view. | ||
* | ||
* @author BrusSENS (Dmitry Brusenskiy) <[email protected]> | ||
* @link http://hoswac.ru | ||
* @copyright 2014 Hoswac ltd. | ||
* @package yupe.modules.message.views.messageBackend | ||
* @since 0.2.0α | ||
* | ||
*/ | ||
$this->pageTitle = Yii::t('MessageModule.message', 'Private messages - edit message').' #'.$model->id; | ||
$this->breadcrumbs = array( | ||
Yii::t('MessageModule.message', 'Private messages') => array('/message/messageBackend/index'), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,14 @@ | ||
<?php | ||
/** | ||
* view.php - backend view. | ||
* | ||
* @author BrusSENS (Dmitry Brusenskiy) <[email protected]> | ||
* @link http://hoswac.ru | ||
* @copyright 2014 Hoswac ltd. | ||
* @package yupe.modules.message.views.messageBackend | ||
* @since 0.2.0α | ||
* | ||
*/ | ||
$this->breadcrumbs = array( | ||
Yii::t('MessageModule.message', 'Private messages') => array('/message/messageBackend/index'), | ||
$model->id, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters