document tax and contact styling..
This commit is contained in:
parent
32801758be
commit
e476f300be
@ -232,7 +232,7 @@
|
||||
:index="row_tax_index">
|
||||
<td colspan="2" class="pl-0 pb-0 border-0" :class="{'pb-2' : !row.add_tax}">
|
||||
<div>
|
||||
<div style="float: left; margin-top: 15px; margin-left: -30px;">
|
||||
<div style="float: left; margin-top: 15px; right: 43%; position: absolute;">
|
||||
{{ trans_choice('general.taxes', 1) }}
|
||||
</div>
|
||||
|
||||
@ -274,7 +274,7 @@
|
||||
<tr v-if="row.add_tax">
|
||||
<td colspan="2" class="pl-0 border-0">
|
||||
<div>
|
||||
<div style="float: left; margin-top: 15px; margin-left: -30px;">
|
||||
<div style="float: left; margin-top: 15px; right: 43%; position: absolute;">
|
||||
{{ trans_choice('general.taxes', 1) }}
|
||||
</div>
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
create-route="{{ $create_route }}"
|
||||
:contacts="{{ json_encode($contacts) }}"
|
||||
:selected="{{ json_encode($contact) }}"
|
||||
add-contact-text="{{ is_array($textAddContact) ? trans($textAddContact[0], ['field' => Str::lower(trans_choice($textAddContact[1], 1))]) : trans($textAddContact) }}"
|
||||
add-contact-text="{{ is_array($textAddContact) ? trans($textAddContact[0], ['field' => trans_choice($textAddContact[1], 1)]) : trans($textAddContact) }}"
|
||||
create-new-contact-text="{{ is_array($textCreateNewContact) ? trans($textCreateNewContact[0], ['field' => trans_choice($textCreateNewContact[1], 1)]) : trans($textCreateNewContact) }}"
|
||||
edit-contact-text="{{ is_array($textEditContact) ? trans($textEditContact[0], ['field' => trans_choice($textEditContact[1], 1)]) : trans($textEditContact) }}"
|
||||
contact-info-text="{{ is_array($textContactInfo) ? trans($textContactInfo[0], ['field' => trans_choice($textContactInfo[1], 1)]) : trans($textContactInfo) }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user