diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-07-02 05:13:18 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-07-02 05:13:18 +0000 |
commit | 0ba075c8938e1179af50bf58ec21a467807da64f (patch) | |
tree | b2eb9c3010a9d0af2282a2702beb8da55e158f2e /h-source/Application | |
parent | 6078f2f0d2adf999f65f793ae907180afb7315ed (diff) |
replaced two periods with three periods in some sentences - amire80 issue
Diffstat (limited to 'h-source/Application')
-rw-r--r-- | h-source/Application/Controllers/UsersController.php | 3 | ||||
-rw-r--r-- | h-source/Application/Views/Desktop/catalogue.php | 2 | ||||
-rw-r--r-- | h-source/Application/Views/Mobile/catalogue.php | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/h-source/Application/Controllers/UsersController.php b/h-source/Application/Controllers/UsersController.php index 0e00523..b641899 100644 --- a/h-source/Application/Controllers/UsersController.php +++ b/h-source/Application/Controllers/UsersController.php @@ -54,7 +54,8 @@ class UsersController extends BaseController $this->s['registered']->checkStatus(); if ($this->s['registered']->status['status']=='logged') { //check if already logged - $this->s['registered']->redirect('logged'); + $this->redirect('home/index/'.Lang::$current,3,'You are already logged...'); + die(); } if (isset($_POST['username']) and isset($_POST['password'])) { diff --git a/h-source/Application/Views/Desktop/catalogue.php b/h-source/Application/Views/Desktop/catalogue.php index 9b441a2..f4040d8 100644 --- a/h-source/Application/Views/Desktop/catalogue.php +++ b/h-source/Application/Views/Desktop/catalogue.php @@ -52,7 +52,7 @@ <!--if no notebooks found--> <?php if (strcmp($recordNumber,0) === 0) { ?> <div class="viewall_no_items_found"> - <?php echo gtext($notFoundString);?>.. + <?php echo gtext($notFoundString);?>... </div> <?php } ?> diff --git a/h-source/Application/Views/Mobile/catalogue.php b/h-source/Application/Views/Mobile/catalogue.php index b1b239e..6091c05 100644 --- a/h-source/Application/Views/Mobile/catalogue.php +++ b/h-source/Application/Views/Mobile/catalogue.php @@ -36,7 +36,7 @@ <!--if no device is found--> <?php if (strcmp($recordNumber,0) === 0) { ?> <div class="viewall_no_items_found"> - <?php echo gtext($notFoundString);?>.. + <?php echo gtext($notFoundString);?>... </div> <?php } ?> |