diff --git a/PHPCI/Controller/SessionController.php b/PHPCI/Controller/SessionController.php index af13cfc4..06773305 100644 --- a/PHPCI/Controller/SessionController.php +++ b/PHPCI/Controller/SessionController.php @@ -59,7 +59,7 @@ class SessionController extends \PHPCI\Controller $form->addField($pwd); $pwd = new b8\Form\Element\Submit(); - $pwd->setValue('Login »'); + $pwd->setValue('Log in »'); $pwd->setClass('btn-success'); $form->addField($pwd); diff --git a/PHPCI/View/Session/login.phtml b/PHPCI/View/Session/login.phtml index 4d48892e..168d9625 100644 --- a/PHPCI/View/Session/login.phtml +++ b/PHPCI/View/Session/login.phtml @@ -1,7 +1,7 @@ - Log in + Log in to PHPCI @@ -11,39 +11,77 @@
+
- +
diff --git a/PHPCI/View/layout.phtml b/PHPCI/View/layout.phtml index 30d789d5..7dda7489 100644 --- a/PHPCI/View/layout.phtml +++ b/PHPCI/View/layout.phtml @@ -22,7 +22,7 @@ - PHPCI 1.0 Beta +