more editing

This commit is contained in:
Flatlogic Bot 2026-03-22 15:27:17 +00:00
parent a03fa77672
commit 329da3e5d5
2 changed files with 30 additions and 2 deletions

View File

@ -19,7 +19,7 @@ $patients = $db->query("SELECT * FROM patients ORDER BY id DESC LIMIT 50")->fetc
<h3 class="fw-bold text-secondary"><?php echo __('queue_management'); ?></h3>
<div class="d-flex gap-2">
<a href="queue_display.php" target="_blank" class="btn btn-outline-primary">
<i class="bi bi-tv"></i> <?php echo __('open_tv_display'); ?>
<i class="bi bi-tv"></i> Open_tv_display
</a>
<button class="btn btn-success shadow-sm text-white" data-bs-toggle="modal" data-bs-target="#addTokenModal">
<i class="bi bi-plus-lg me-1"></i> <?php echo __('issue_token'); ?>

View File

@ -368,6 +368,20 @@ $translations = array (
'instructions' => 'Instructions',
'add_drug' => 'Add Drug',
'nursing_notes' => 'Nursing Notes',
'issue_new_token' => 'Issue New Token',
'select_patient' => 'Select Patient',
'showing_last_50_patients' => 'Showing last 50 registered patients',
'doctor_optional' => 'Doctor (Optional)',
'any_doctor' => 'Any Doctor',
'waiting' => 'Waiting',
'serving' => 'Serving',
'all_statuses' => 'All Statuses',
'refresh' => 'Refresh',
'no_tokens_found' => 'No tokens found',
'token' => 'Token',
'wait_time' => 'Wait Time',
'call' => 'Call',
'finish' => 'Finish',
),
'ar' =>
array (
@ -737,5 +751,19 @@ $translations = array (
'instructions' => 'التعليمات',
'add_drug' => 'إضافة دواء',
'nursing_notes' => 'ملاحظات التمريض',
'issue_new_token' => 'إصدار تذكرة جديدة',
'select_patient' => 'اختر المريض',
'showing_last_50_patients' => 'عرض آخر 50 مريض مسجل',
'doctor_optional' => 'الطبيب (اختياري)',
'any_doctor' => 'أي طبيب',
'waiting' => 'انتظار',
'serving' => 'تحت الخدمة',
'all_statuses' => 'كل الحالات',
'refresh' => 'تحديث',
'no_tokens_found' => 'لا توجد تذاكر',
'token' => 'التذكرة',
'wait_time' => 'وقت الانتظار',
'call' => 'نداء',
'finish' => 'إنهاء',
),
);
);