aboutsummaryrefslogtreecommitdiff
path: root/h-source
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2012-07-02 05:13:18 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2012-07-02 05:13:18 +0000
commit0ba075c8938e1179af50bf58ec21a467807da64f (patch)
treeb2eb9c3010a9d0af2282a2702beb8da55e158f2e /h-source
parent6078f2f0d2adf999f65f793ae907180afb7315ed (diff)
replaced two periods with three periods in some sentences - amire80 issue
Diffstat (limited to 'h-source')
-rw-r--r--h-source/Application/Controllers/UsersController.php3
-rw-r--r--h-source/Application/Views/Desktop/catalogue.php2
-rw-r--r--h-source/Application/Views/Mobile/catalogue.php2
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 } ?>