mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix contact form styling
This commit is contained in:
parent
cf6e199bbe
commit
c3d7a98b4f
@ -121,8 +121,7 @@ return array(
|
||||
'Barryvdh\Debugbar\ServiceProvider',
|
||||
'Chumper\Datatable\DatatableServiceProvider',
|
||||
'Intervention\Image\ImageServiceProvider',
|
||||
'Webpatser\Countries\CountriesServiceProvider',
|
||||
'Rocketeer\RocketeerServiceProvider',
|
||||
'Webpatser\Countries\CountriesServiceProvider'
|
||||
),
|
||||
|
||||
/*
|
||||
|
@ -125,7 +125,7 @@ var contactForm = {
|
||||
<h2>Questions, special requests, or just want to say hi?</h2>
|
||||
<p>Fill in the form below and we'll get back to you as soon as possible. Hope to hear from you!</p>
|
||||
|
||||
{{ Former::open('contact')->addClass('feedbackForm') }}
|
||||
{{ Form::open(['url' => 'contact', 'class' => 'feedbackForm']) }}
|
||||
<div class="form-group">
|
||||
<input type="text" class="form-control" id="name" name="name" placeholder="Name">
|
||||
<span class="help-block" style="display: none;">Please enter your name.</span>
|
||||
@ -144,7 +144,7 @@ var contactForm = {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{{ Former::close() }}
|
||||
{{ Form::close() }}
|
||||
|
||||
</div>
|
||||
<div class="col-md-4 col-md-offset-1 address">
|
||||
|
@ -13,8 +13,9 @@
|
||||
"chumper/datatable": "2.x",
|
||||
"omnipay/omnipay": "2.x",
|
||||
"intervention/image": "dev-master",
|
||||
"webpatser/laravel-countries": "dev-master",
|
||||
"anahkiasen/rocketeer": "dev-develop",
|
||||
"webpatser/laravel-countries": "dev-master"
|
||||
},
|
||||
"require-dev": {
|
||||
"codeception/codeception": "dev-master"
|
||||
},
|
||||
"autoload": {
|
||||
|
1694
composer.lock
generated
1694
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user