diff --git a/account/application/helpers/bibhelper_helper.php b/account/application/helpers/bibhelper_helper.php index 3809a29..cb86bfa 100644 --- a/account/application/helpers/bibhelper_helper.php +++ b/account/application/helpers/bibhelper_helper.php @@ -122,10 +122,10 @@ function getTableSchema($tableName) echo ""; } -function showEditButton($url, $text = "Edit") +function showEditButton($url, $text = "Edit", $showtext="") { ?> - " class="btn btn-info btn-xs" title=""> cr_opening_balance > 0) ? myCurrency($TableRow->cr_opening_balance) : ""; ?> - - " class="btn btn-info btn-xs"> - + + " class="btn btn-info btn-xs" title="Edit"> + diff --git a/account/application/views/accounts/setup/singleentryvoucher/list.php b/account/application/views/accounts/setup/singleentryvoucher/list.php index 1e9a529..8141063 100644 --- a/account/application/views/accounts/setup/singleentryvoucher/list.php +++ b/account/application/views/accounts/setup/singleentryvoucher/list.php @@ -59,7 +59,7 @@   - vouchertype_id); ?> + vouchertype_id , "Edit", "Edit"); ?> diff --git a/account/application/views/fiscalyear/list.php b/account/application/views/fiscalyear/list.php index 63f36ce..0d2489d 100644 --- a/account/application/views/fiscalyear/list.php +++ b/account/application/views/fiscalyear/list.php @@ -7,7 +7,7 @@
- +
Create uri->segment(1) . "/" . $this->uri->segment(2) . "/list","List ".$pageTitle); ?> @@ -80,8 +80,10 @@
-
- Currently Selected Fiscal Year : session->userdata("FiscalYearID"); ?> +
+ Current Fiscal Year : + + uri->segment(1) . "/" . $this->uri->segment(2) . "/add","Create New ".$pageTitle); ?>
@@ -117,7 +119,7 @@ - uri->segment(2) . "/edit/$id"); ?>" data-fiscalyear_id="" class="editButton btn-info btn-xs"> Edit Modal + uri->segment(2) . "/edit/$id"); ?>" data-fiscalyear_id="" class="btn btn-info btn-xs"> Edit status == 0) : ?> Select Delete @@ -177,7 +179,7 @@