Version 0.9.5 beta - added opening and closing div to be put anywhere in the form, fixed some configuration bugs, and warnings in the autoloading class
This commit is contained in:
@@ -31,7 +31,6 @@ class formsController extends Controller
|
||||
'class' => 'input-text'
|
||||
)
|
||||
);
|
||||
|
||||
Form::addTypeLabel(
|
||||
array(
|
||||
'value' => 'Email',
|
||||
@@ -39,7 +38,6 @@ class formsController extends Controller
|
||||
'class' => 'contacts-label'
|
||||
)
|
||||
);
|
||||
|
||||
Form::addInputTypeText(
|
||||
array(
|
||||
'name' => 'email',
|
||||
@@ -55,7 +53,7 @@ class formsController extends Controller
|
||||
Form::addTypeButton(
|
||||
array(
|
||||
'class' => 'btn-block btn-info',
|
||||
'name' => 'Send Message'
|
||||
'value' => 'Send Message'
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
@@ -30,6 +30,7 @@ dbmodel = "/../../application/model/"
|
||||
module = "/../../application/module/[NAME]"
|
||||
interfaces = "/../../application/module/[NAME]/interfaces/"
|
||||
traits = "/../../application/module/[NAME]/traits/"
|
||||
plugins = "/../../application/module/[NAME]/plugins/"
|
||||
entriesperpage = 4
|
||||
background.img[] = "public/img/nibiru3.jpg"
|
||||
smarty.css[] = "public/css/v3/roboto.css"
|
||||
|
||||
Reference in New Issue
Block a user