Autosave: 20260324-042237
This commit is contained in:
parent
e163ce11cd
commit
06bba2398c
@ -172,7 +172,7 @@ if (!$isAjax):
|
||||
<div class="p-4">
|
||||
<?php endif; // End non-ajax wrapper ?>
|
||||
|
||||
<form method="post" action="admin_shipment_edit.php?id=<?= $id ?> <?= csrf_field() ?><?= $isAjax ? '&ajax=1' : '' ?>" class="ajax-form">
|
||||
<form method="post" action="admin_shipment_edit.php?id=<?= $id ?><?= csrf_field() ?><?= $isAjax ? '&ajax=1' : '' ?>" class="ajax-form">
|
||||
<?php if ($isAjax): ?>
|
||||
<div class="modal-header">
|
||||
<h5 class="modal-title"><?= t('edit_shipment_title') ?><?= e((string)$shipment['id']) ?></h5>
|
||||
|
||||
@ -151,7 +151,7 @@ if (!$isAjax):
|
||||
<div class="panel p-4">
|
||||
<?php endif; // End non-ajax wrapper ?>
|
||||
|
||||
<form method="post" action="admin_shipper_edit.php?id=<?= $userId ?> <?= csrf_field() ?><?= $isAjax ? '&ajax=1' : '' ?>" class="ajax-form">
|
||||
<form method="post" action="admin_shipper_edit.php?id=<?= $userId ?><?= csrf_field() ?><?= $isAjax ? '&ajax=1' : '' ?>" class="ajax-form">
|
||||
<?php if ($isAjax): ?>
|
||||
<div class="modal-header">
|
||||
<h5 class="modal-title">Edit Shipper: <?= e($shipper['full_name']) ?></h5>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user