diff --git a/Admin/Install/Navigation.install.json b/Admin/Install/Navigation.install.json index 4550f82..fe4b0d8 100755 --- a/Admin/Install/Navigation.install.json +++ b/Admin/Install/Navigation.install.json @@ -18,7 +18,7 @@ "pid": "/", "type": 3, "subtype": 1, - "name": "Inbox", + "name": "Dashboard", "uri": "{/base}/messages/dashboard?{?}", "target": "self", "icon": null, @@ -33,6 +33,22 @@ "pid": "/", "type": 3, "subtype": 1, + "name": "Inbox", + "uri": "{/base}/messages/inbox?{?}", + "target": "self", + "icon": null, + "order": 4, + "from": "Messages", + "permission": { "permission": 2, "category": null, "element": null }, + "parent": 1001201001, + "children": [], + "status": 3 + }, + { + "id": 1001204001, + "pid": "/", + "type": 3, + "subtype": 1, "name": "Outbox", "uri": "{/base}/messages/outbox?{?}", "target": "self", @@ -41,10 +57,11 @@ "from": "Messages", "permission": { "permission": 2, "category": null, "element": null }, "parent": 1001201001, - "children": [] + "children": [], + "status": 3 }, { - "id": 1001204001, + "id": 1001205001, "pid": "/", "type": 3, "subtype": 1, @@ -56,10 +73,11 @@ "from": "Messages", "permission": { "permission": 2, "category": null, "element": null }, "parent": 1001201001, - "children": [] + "children": [], + "status": 3 }, { - "id": 1001205001, + "id": 1001206001, "pid": "/", "type": 3, "subtype": 1, @@ -71,10 +89,11 @@ "from": "Messages", "permission": { "permission": 2, "category": null, "element": null }, "parent": 1001201001, - "children": [] + "children": [], + "status": 3 }, { - "id": 1001206001, + "id": 1001207001, "pid": "/", "type": 3, "subtype": 1, @@ -86,10 +105,11 @@ "from": "Messages", "permission": { "permission": 2, "category": null, "element": null }, "parent": 1001201001, - "children": [] + "children": [], + "status": 3 }, { - "id": 1001207001, + "id": 1001208001, "pid": "/", "type": 3, "subtype": 1, @@ -104,7 +124,7 @@ "children": [] }, { - "id": 1001208001, + "id": 1001209001, "pid": "/", "type": 3, "subtype": 1, diff --git a/Theme/Backend/mail-create.tpl.php b/Theme/Backend/mail-create.tpl.php index f098b99..30cc43f 100755 --- a/Theme/Backend/mail-create.tpl.php +++ b/Theme/Backend/mail-create.tpl.php @@ -18,12 +18,12 @@ echo $this->data['nav']->render(); ?>
| + | = $this->getHtml('Tag'); ?> + | = $this->getHtml('Subject'); ?> + | = $this->getHtml('From'); ?> + | = $this->getHtml('Date'); ?> + |
| + | printHtml($value->seen == 0 ? ' class="unseen"' : ''); ?>> + | printHtml($value->seen == 0 ? ' class="unseen"' : ''); ?>>= $this->printHtml(\str_replace('_',' ', \mb_decode_mimeheader($value->subject))); ?> + | printHtml($value->seen == 0 ? ' class="unseen"' : ''); ?>>= $this->printHtml($value->from); ?> + | printHtml($value->seen == 0 ? ' class="unseen"' : ''); ?>>= $this->printHtml((new \DateTime($value->date))->format('Y-m-d H:i:s')); ?> + + + |
| = $this->getHtml('Empty', '0', '0'); ?> + + | ||||