mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-22 02:00:56 -04:00
Standardize UI's
This commit is contained in:
parent
781073c7a1
commit
b8744db366
@ -18,30 +18,32 @@
|
|||||||
{!! Former::text('action') !!}
|
{!! Former::text('action') !!}
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<div class="panel panel-default">
|
<div class="row">
|
||||||
<div class="panel-heading">
|
<div class="col-lg-10 col-lg-offset-1">
|
||||||
<h3 class="panel-title">{!! $title !!}</h3>
|
|
||||||
</div>
|
|
||||||
<div class="panel-body form-padding-right">
|
|
||||||
|
|
||||||
{!! Former::text('product_key')->label('texts.product') !!}
|
<div class="panel panel-default">
|
||||||
{!! Former::textarea('notes')->rows(6) !!}
|
<div class="panel-body form-padding-right">
|
||||||
|
|
||||||
@if ($account->hasFeature(FEATURE_INVOICE_SETTINGS))
|
{!! Former::text('product_key')->label('texts.product') !!}
|
||||||
@if ($account->custom_invoice_item_label1)
|
{!! Former::textarea('notes')->rows(6) !!}
|
||||||
{!! Former::text('custom_value1')->label(e($account->custom_invoice_item_label1)) !!}
|
|
||||||
@endif
|
|
||||||
@if ($account->custom_invoice_item_label2)
|
|
||||||
{!! Former::text('custom_value2')->label(e($account->custom_invoice_item_label2)) !!}
|
|
||||||
@endif
|
|
||||||
@endif
|
|
||||||
|
|
||||||
{!! Former::text('cost') !!}
|
@if ($account->hasFeature(FEATURE_INVOICE_SETTINGS))
|
||||||
|
@if ($account->custom_invoice_item_label1)
|
||||||
|
{!! Former::text('custom_value1')->label(e($account->custom_invoice_item_label1)) !!}
|
||||||
|
@endif
|
||||||
|
@if ($account->custom_invoice_item_label2)
|
||||||
|
{!! Former::text('custom_value2')->label(e($account->custom_invoice_item_label2)) !!}
|
||||||
|
@endif
|
||||||
|
@endif
|
||||||
|
|
||||||
@if ($account->invoice_item_taxes)
|
{!! Former::text('cost') !!}
|
||||||
@include('partials.tax_rates')
|
|
||||||
@endif
|
|
||||||
|
|
||||||
|
@if ($account->invoice_item_taxes)
|
||||||
|
@include('partials.tax_rates')
|
||||||
|
@endif
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -21,9 +21,6 @@
|
|||||||
<div class="col-lg-10 col-lg-offset-1">
|
<div class="col-lg-10 col-lg-offset-1">
|
||||||
|
|
||||||
<div class="panel panel-default">
|
<div class="panel panel-default">
|
||||||
<div class="panel-heading">
|
|
||||||
<h3 class="panel-title">{!! trans('texts.category') !!}</h3>
|
|
||||||
</div>
|
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
|
|
||||||
{!! Former::text('name') !!}
|
{!! Former::text('name') !!}
|
||||||
|
@ -24,9 +24,6 @@
|
|||||||
<div class="col-lg-10 col-lg-offset-1">
|
<div class="col-lg-10 col-lg-offset-1">
|
||||||
|
|
||||||
<div class="panel panel-default">
|
<div class="panel panel-default">
|
||||||
<div class="panel-heading">
|
|
||||||
<h3 class="panel-title">{!! trans('texts.project') !!}</h3>
|
|
||||||
</div>
|
|
||||||
<div class="panel-body">
|
<div class="panel-body">
|
||||||
|
|
||||||
@if ($project)
|
@if ($project)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user