Initial work on upgrading to Bootstrap v3

This commit is contained in:
Dan Cryer 2013-08-01 11:55:10 +01:00
commit 8b5abc1f98
14 changed files with 110 additions and 903 deletions

View file

@ -47,13 +47,13 @@ class SessionController extends \PHPCI\Controller
$email = new b8\Form\Element\Email('email');
$email->setLabel('Email Address');
$email->setRequired(true);
$email->setClass('span3');
$email->setContainerClass('form-group');
$form->addField($email);
$pwd = new b8\Form\Element\Password('password');
$pwd->setLabel('Password');
$pwd->setRequired(true);
$pwd->setClass('span3');
$pwd->setContainerClass('form-group');
$form->addField($pwd);
$pwd = new b8\Form\Element\Submit();