edit
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
<div class="col-3">
|
||||
<div class="card card-primary card-outline">
|
||||
<div class="card-header">
|
||||
<h5 class="m-0"><?php myLang('Create Account'); ?>
|
||||
<h5 class="m-0 card-title"><?php myLang('Create Account'); ?>
|
||||
<?php //echo $pageTitle;
|
||||
?>
|
||||
|
||||
@ -135,7 +135,7 @@
|
||||
<div class="card card-primary card-outline">
|
||||
<div class="card-header">
|
||||
|
||||
<h5 class="m-0">
|
||||
<h5 class="m-0 card-title">
|
||||
<?php echo myLang('List Accounts'); ?>
|
||||
<?php //myLang($pageTitle);
|
||||
?>
|
||||
@ -164,8 +164,8 @@
|
||||
<tr>
|
||||
|
||||
|
||||
<th class="col-1.5" rowspan="2"><?php myLang("Ledger"); ?></th>
|
||||
<th class="col-1.5" rowspan="2"><?php myLang(" Group"); ?></th>
|
||||
<th class="col-1.5 vm" rowspan="2"><?php myLang("Ledger"); ?></th>
|
||||
<th class="col-1.5 vm" rowspan="2"><?php myLang(" Group"); ?></th>
|
||||
<th colspan="2" class="col-3 text-center">Opening Balance</th>
|
||||
<th class="col-1 text-center" rowspan="2"><?php myLang("Action"); ?></th>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user