diff --git a/admin/categories.php b/admin/categories.php index 07ce466..79f760c 100644 --- a/admin/categories.php +++ b/admin/categories.php @@ -81,12 +81,12 @@ include 'includes/header.php';
Organize your menu and inventory
Start by adding your first category.
| Category | -Arabic Name | -Description | -Actions | += t('category') ?> | += t('arabic_name') ?> | += t('description') ?> | += t('actions') ?> |
- = htmlspecialchars($cat['description'] ?? 'No description') ?>
+ = htmlspecialchars($cat['description'] ?? t('none')) ?>
|
+ onclick='prepareEditForm(= htmlspecialchars(json_encode($cat), ENT_QUOTES, "UTF-8") ?>)'>= t('edit') ?>
- Delete
+ = t('delete') ?>
|
@@ -156,7 +156,7 @@ include 'includes/header.php';
|---|