/var/www/vhosts/nabawater/backend/views/branch
Edit: /var/www/vhosts/nabawater/backend/views/branch/_timeslot.php (33762B)
title = yii::t('backend','Time Slot Management');
?>
= $this->title ?>
= Html::a(Yii::t('backend', 'Back'), ['branch/'],
['class' => 'btn btn-info d-none d-lg-block m-l-15 pull-right']) ?>
| = yii::t('backend','Days') ?> |
order_type != BranchTimeslot::TIMESLOT_DELIVERY ) { ?>
= yii::t('backend','Pickup Hours') ?>
|
order_type != BranchTimeslot::TIMESLOT_PICKUP ) { ?>
= yii::t('backend','Delivery Hours') ?>
|
order_type != BranchTimeslot::TIMESLOT_DELIVERY ) { ?>
| = yii::t('backend','START') ?> |
= yii::t('backend','END') ?> |
= yii::t('backend','STATUS') ?> |
order_type != BranchTimeslot::TIMESLOT_PICKUP ) { ?>
= yii::t('backend','START') ?> |
= yii::t('backend','END') ?> |
= yii::t('backend','STATUS') ?> |
$timeSlotArrayValue) { ?>
|
|
order_type != BranchTimeslot::TIMESLOT_DELIVERY ) {
?>
$timeValue) {
$pickupStart = ($timeValue['start'] != '') ? $timeValue['start'] : '--:--';
$pickupEnd = ($timeValue['end'] != '') ? $timeValue['end'] : '--:--';
$pickupStatus = ($timeValue['status'] == BranchTimeslot::ACTIVE) ? 'checked' : '';
?>
href="javascript:;" id="minus_p_= $timeSlotArrayKey ?>= $timeKey?>" onclick="removeSpan('= $_GET['id'] ?>', = $timeSlotArrayKey ?>, = BranchTimeslot::TIMESLOT_PICKUP ?>, 1, this.value, = $timeKey?>)">
href="javascript:;" id="plus_p_= $timeSlotArrayKey ?>= $timeKey?>" onclick="addSpan('= $_GET['id'] ?>', = $timeSlotArrayKey ?>, = BranchTimeslot::TIMESLOT_PICKUP ?>, 1, this.value, = $timeKey?>)">
href="javascript:;" id="minus_p_= $timeSlotArrayKey ?>= $timeKey?>" onclick="removeSpan('= $_GET['id'] ?>', = $timeSlotArrayKey ?>, = BranchTimeslot::TIMESLOT_PICKUP ?>, 1, this.value, = $timeKey?>)">
href="javascript:;" id="plus_p_= $timeSlotArrayKey ?>= $timeKey?>" onclick="addSpan('= $_GET['id'] ?>', = $timeSlotArrayKey ?>, = BranchTimeslot::TIMESLOT_PICKUP ?>, 1, this.value, = $timeKey?>)">
|
order_type != BranchTimeslot::TIMESLOT_PICKUP) { ?>
$timeValue) {
$deliveryStart = ($timeValue['start'] != '') ? $timeValue['start'] : '--:--';
$deliveryEnd = ($timeValue['end'] != '') ? $timeValue['end'] : '--:--';
$deliveryStatus = ($timeValue['status'] == BranchTimeslot::ACTIVE) ? 'checked' : '';
?>
href="javascript:;" id="minus_d_= $timeSlotArrayKey ?>= $timeKey?>" onclick="removeSpan('= $_GET['id'] ?>', = $timeSlotArrayKey ?>, = BranchTimeslot::TIMESLOT_DELIVERY ?>, 1, this.value, = $timeKey?>)">
href="javascript:;" id="plus_d_= $timeSlotArrayKey ?>= $timeKey?>" onclick="addSpan('= $_GET['id'] ?>', = $timeSlotArrayKey ?>, = BranchTimeslot::TIMESLOT_DELIVERY ?>, 1, this.value, = $timeKey?>)">
href="javascript:;" id="minus_d_= $timeSlotArrayKey ?>= $timeKey?>" onclick="removeSpan('= $_GET['id'] ?>', = $timeSlotArrayKey ?>, = BranchTimeslot::TIMESLOT_DELIVERY ?>, 1, this.value, = $timeKey?>)">
href="javascript:;" id="plus_d_= $timeSlotArrayKey ?>= $timeKey?>" onclick="addSpan('= $_GET['id'] ?>', = $timeSlotArrayKey ?>, = BranchTimeslot::TIMESLOT_DELIVERY ?>, 1, this.value, = $timeKey?>)">
|