Initial work on upgrading to Bootstrap v3
This commit is contained in:
parent
c935c5c7ee
commit
8b5abc1f98
14 changed files with 110 additions and 903 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue