Wizard file updates
This commit is contained in:
parent
97f43a0930
commit
121f0b893e
33
public/css/app.css
vendored
33
public/css/app.css
vendored
@ -775,27 +775,34 @@ input[type="number"] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.stepwizard-step p {
|
.stepwizard-step p {
|
||||||
margin-top: 0px;
|
margin-top: 5px;
|
||||||
|
font-size: 16px;
|
||||||
color:#666;
|
color:#666;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stepwizard-row {
|
.stepwizard-row {
|
||||||
display: table-row;
|
display: table-row;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stepwizard {
|
.stepwizard {
|
||||||
display: table;
|
display: table;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
margin-top: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stepwizard-step button[disabled] {
|
.stepwizard-step button[disabled] {
|
||||||
/*opacity: 1 !important;
|
/*opacity: 1 !important;
|
||||||
filter: alpha(opacity=100) !important;*/
|
filter: alpha(opacity=100) !important;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
|
.stepwizard .btn.disabled, .stepwizard .btn[disabled], .stepwizard fieldset[disabled] .btn {
|
||||||
opacity:1 !important;
|
opacity:1 !important;
|
||||||
color:#bbb;
|
color:#bbb;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stepwizard-row:before {
|
.stepwizard-row:before {
|
||||||
top: 14px;
|
top: 26px;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
content:" ";
|
content:" ";
|
||||||
@ -804,17 +811,23 @@ input[type="number"] {
|
|||||||
background-color: #ccc;
|
background-color: #ccc;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.stepwizard-step {
|
.stepwizard-step {
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.btn-circle {
|
|
||||||
width: 30px;
|
.btn-circle.btn-success {
|
||||||
height: 30px;
|
color: #fff;
|
||||||
text-align: center;
|
}
|
||||||
padding: 6px 0;
|
|
||||||
font-size: 12px;
|
.btn-circle {
|
||||||
line-height: 1.428571429;
|
width: 50px;
|
||||||
border-radius: 15px;
|
height: 50px;
|
||||||
|
text-align: center;
|
||||||
|
padding: 0px 0;
|
||||||
|
font-size: 30px;
|
||||||
|
line-height: 1.428571;
|
||||||
|
border-radius: 30px;
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
@stack('content_start')
|
@stack('content_start')
|
||||||
|
|
||||||
<!-- Content Wrapper. Contains page content -->
|
<!-- Content Wrapper. Contains page content -->
|
||||||
<div class="content-wrapper no-margin" style="">
|
<div class="content-wrapper no-margin">
|
||||||
@stack('content_wrapper_start')
|
@stack('content_wrapper_start')
|
||||||
|
|
||||||
<!-- Content Header (Page header) -->
|
<!-- Content Header (Page header) -->
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
@stack('footer_start')
|
@stack('footer_start')
|
||||||
|
|
||||||
<footer class="main-footer">
|
<footer class="main-footer no-margin">
|
||||||
<div class="pull-right hidden-xs">
|
<div class="pull-right hidden-xs">
|
||||||
<b>{{ trans('footer.version') }}</b> {{ version('short') }}
|
<b>{{ trans('footer.version') }}</b> {{ version('short') }}
|
||||||
</div>
|
</div>
|
||||||
|
@ -4,9 +4,8 @@
|
|||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
<!-- Default box -->
|
<!-- Default box -->
|
||||||
<div class="box box-success">
|
<div class="box box-solid">
|
||||||
{!! Form::model($company, ['method' => 'PATCH', 'files' => true, 'url' => ['wizard/companies', $company->id], 'role' => 'form', 'class' => 'form-loading-button']) !!}
|
<div class="box-body">
|
||||||
<div class="box-header">
|
|
||||||
<div class="stepwizard">
|
<div class="stepwizard">
|
||||||
<div class="stepwizard-row setup-panel">
|
<div class="stepwizard-row setup-panel">
|
||||||
<div class="stepwizard-step col-xs-3">
|
<div class="stepwizard-step col-xs-3">
|
||||||
@ -14,20 +13,26 @@
|
|||||||
<p><small>{{ trans_choice('general.companies', 1) }}</small></p>
|
<p><small>{{ trans_choice('general.companies', 1) }}</small></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="stepwizard-step col-xs-3">
|
<div class="stepwizard-step col-xs-3">
|
||||||
<a href="#step-2" type="button" class="btn btn-default btn-circle" disabled="disabled">2</a>
|
<button type="button" class="btn btn-default btn-circle" disabled="disabled">2</button>
|
||||||
<p><small>{{ trans_choice('general.currencies', 2) }}</small></p>
|
<p><small>{{ trans_choice('general.currencies', 2) }}</small></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="stepwizard-step col-xs-3">
|
<div class="stepwizard-step col-xs-3">
|
||||||
<a href="#step-3" type="button" class="btn btn-default btn-circle" disabled="disabled">3</a>
|
<button type="button" class="btn btn-default btn-circle" disabled="disabled">3</button>
|
||||||
<p><small>{{ trans_choice('general.taxes', 2) }}</small></p>
|
<p><small>{{ trans_choice('general.taxes', 2) }}</small></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="stepwizard-step col-xs-3">
|
<div class="stepwizard-step col-xs-3">
|
||||||
<a href="#step-4" type="button" class="btn btn-default btn-circle" disabled="disabled">4</a>
|
<button type="button" class="btn btn-default btn-circle" disabled="disabled">4</button>
|
||||||
<p><small>{{ trans_choice('general.companies', 1) }}</small></p>
|
<p><small>{{ trans_choice('general.finish', 1) }}</small></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="box box-success">
|
||||||
|
{!! Form::model($company, ['method' => 'PATCH', 'files' => true, 'url' => ['wizard/companies', $company->id], 'role' => 'form', 'class' => 'form-loading-button']) !!}
|
||||||
|
<div class="box-header with-border">
|
||||||
|
<h3 class="box-title">{{ trans_choice('general.companies', 1) }}</h3>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="box-body">
|
<div class="box-body">
|
||||||
<div class="col-md-12 {!! (!setting('general.api_token', null)) ?: 'hidden' !!}">
|
<div class="col-md-12 {!! (!setting('general.api_token', null)) ?: 'hidden' !!}">
|
||||||
@ -42,6 +47,7 @@
|
|||||||
<p>
|
<p>
|
||||||
{!! trans('modules.token_link') !!}
|
{!! trans('modules.token_link') !!}
|
||||||
</p>
|
</p>
|
||||||
|
</br>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{ Form::textGroup('company_tax_number', trans('general.tax_number'), 'percent', []) }}
|
{{ Form::textGroup('company_tax_number', trans('general.tax_number'), 'percent', []) }}
|
||||||
@ -55,9 +61,12 @@
|
|||||||
<!-- /.box-body -->
|
<!-- /.box-body -->
|
||||||
|
|
||||||
<div class="box-footer">
|
<div class="box-footer">
|
||||||
{{ Form::saveButtons('wizard/companies') }}
|
<div class="col-md-12">
|
||||||
|
<div class="form-group no-margin">
|
||||||
{!! Form::button('<span class="fa fa-share"></span> ' . trans('general.skip'), ['type' => 'button', 'class' => 'btn btn-default pull-right', 'data-loading-text' => trans('general.loading')]) !!}
|
{!! Form::button('<span class="fa fa-save"></span> ' . trans('general.save'), ['type' => 'submit', 'class' => 'btn btn-success button-submit', 'data-loading-text' => trans('general.loading')]) !!}
|
||||||
|
{!! Form::button('<span class="fa fa-share"></span> ' . trans('general.skip'), ['type' => 'button', 'class' => 'btn btn-default', 'data-loading-text' => trans('general.loading')]) !!}
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- /.box-footer -->
|
<!-- /.box-footer -->
|
||||||
|
|
||||||
@ -79,7 +88,6 @@
|
|||||||
var text_no = '{{ trans('general.no') }}';
|
var text_no = '{{ trans('general.no') }}';
|
||||||
|
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
|
|
||||||
var navListItems = $('div.setup-panel div a'),
|
var navListItems = $('div.setup-panel div a'),
|
||||||
allWells = $('.setup-content'),
|
allWells = $('.setup-content'),
|
||||||
allNextBtn = $('.nextBtn');
|
allNextBtn = $('.nextBtn');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user