mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Fix #1434
This commit is contained in:
2
public/js/ff/transactions/single/create.js
vendored
2
public/js/ff/transactions/single/create.js
vendored
@@ -142,7 +142,7 @@ function updateLayout() {
|
|||||||
$('#subTitle').text(title[what]);
|
$('#subTitle').text(title[what]);
|
||||||
$('.breadcrumb .active').text(breadcrumbs[what]);
|
$('.breadcrumb .active').text(breadcrumbs[what]);
|
||||||
$('.breadcrumb li:nth-child(2)').html('<a href="' + middleCrumbUrl[what] + '">' + middleCrumbName[what] + '</a>');
|
$('.breadcrumb li:nth-child(2)').html('<a href="' + middleCrumbUrl[what] + '">' + middleCrumbName[what] + '</a>');
|
||||||
$('#transaction-btn').text(button[what]);
|
$('.transaction-btn').text(button[what]);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@@ -60,7 +60,7 @@
|
|||||||
{{ ExpandedForm.date('date', preFilled.date|default(phpdate('Y-m-d'))) }}
|
{{ ExpandedForm.date('date', preFilled.date|default(phpdate('Y-m-d'))) }}
|
||||||
</div>
|
</div>
|
||||||
<div class="box-footer">
|
<div class="box-footer">
|
||||||
<button type="submit" id="transaction-btn" class="btn btn-success pull-right">
|
<button type="submit" class="transaction-btn btn btn-success pull-right">
|
||||||
{{ trans('form.store_new_'~what) }}
|
{{ trans('form.store_new_'~what) }}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
@@ -196,7 +196,7 @@
|
|||||||
{{ ExpandedForm.optionsList('create','transaction') }}
|
{{ ExpandedForm.optionsList('create','transaction') }}
|
||||||
</div>
|
</div>
|
||||||
<div class="box-footer">
|
<div class="box-footer">
|
||||||
<button type="submit" id="transaction-btn" class="btn btn-success pull-right">
|
<button type="submit" class="transaction-btn btn btn-success pull-right">
|
||||||
{{ trans('form.store_new_'~what) }}
|
{{ trans('form.store_new_'~what) }}
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user