Updated stuff from the control list.

This commit is contained in:
James Cole
2015-06-20 21:55:55 +02:00
parent 4aff9d6e73
commit 526f565ea7
9 changed files with 58 additions and 66 deletions

View File

@@ -53,7 +53,7 @@ function updateLayout() {
$('#subTitle').text(title[what]);
$('.breadcrumb .active').text(breadcrumbs[what]);
$('.breadcrumb li:nth-child(2)').html('<a href="' + middleCrumbUrl[what] + '">' + middleCrumbName[what] + '</a>');
$('#transaction-btn').html('<i class="fa fa-plus-circle"></i> ' + button[what]);
$('#transaction-btn').text(button[what]);
}
function updateForm() {