Autosave: 20260312-023732
This commit is contained in:
parent
2a4914959c
commit
b573f5ceaa
@ -50,8 +50,8 @@ $ledger = array_slice($ledger_all, $offset, $limit);
|
|||||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
|
||||||
<style>
|
<style>
|
||||||
.table td, .table th { padding: 0.3rem 0.5rem; }
|
.table td, .table th { padding: 0.3rem 0.5rem; }
|
||||||
.action-icon { cursor: pointer; text-decoration: none; }
|
.action-container { cursor: pointer; display: inline-block; padding: 5px; }
|
||||||
.action-icon:hover { opacity: 0.7; }
|
.action-container i { pointer-events: none; }
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div class="container mt-4" dir="rtl">
|
<div class="container mt-4" dir="rtl">
|
||||||
@ -159,8 +159,8 @@ $ledger = array_slice($ledger_all, $offset, $limit);
|
|||||||
<td><?= number_format($row['debit'], 2) ?></td>
|
<td><?= number_format($row['debit'], 2) ?></td>
|
||||||
<td><?= number_format($row['credit'], 2) ?></td>
|
<td><?= number_format($row['credit'], 2) ?></td>
|
||||||
<td>
|
<td>
|
||||||
<a href="javascript:void(0)" class="action-icon text-warning me-2" title="تعديل" onclick="alert('تعديل القيد <?= $row["id"] ?>')"><i class="fas fa-edit"></i></a>
|
<span class="action-container text-warning me-2" title="تعديل" onclick="alert('تعديل القيد <?= $row["id"] ?>')"><i class="fas fa-edit"></i></span>
|
||||||
<a href="javascript:void(0)" class="action-icon text-danger" title="حذف" onclick="if(confirm('هل أنت متأكد؟')) alert('حذف القيد <?= $row["id"] ?>')"><i class="fas fa-trash"></i></a>
|
<span class="action-container text-danger" title="حذف" onclick="if(confirm('هل أنت متأكد؟')) alert('حذف القيد <?= $row["id"] ?>')"><i class="fas fa-trash"></i></span>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php endforeach; ?>
|
<?php endforeach; ?>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user