From 0723c5d964fa9dd4e436f1e8aed254887f3abb4f Mon Sep 17 00:00:00 2001 From: Dan Cryer Date: Fri, 2 Aug 2013 08:54:28 +0100 Subject: [PATCH] Updating PHPCI to use its new logo --- PHPCI/Controller/SessionController.php | 2 +- PHPCI/View/Session/login.phtml | 56 +++++++++++++++++++++---- PHPCI/View/layout.phtml | 2 +- public/assets/css/phpci.css | 4 ++ public/assets/img/logo-large.png | Bin 0 -> 4373 bytes public/assets/img/logo.png | Bin 0 -> 1711 bytes 6 files changed, 53 insertions(+), 11 deletions(-) create mode 100644 public/assets/img/logo-large.png create mode 100644 public/assets/img/logo.png 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 +