This commit is contained in:
Raju Shrestha
2024-08-09 15:07:46 +05:45
parent c08ed22b78
commit 2ebd3a2ea9
5 changed files with 15 additions and 11 deletions

View File

@ -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>