mirror of
https://github.com/Karaka-Management/oms-Messages.git
synced 2026-01-10 16:18:40 +00:00
fix templates
This commit is contained in:
parent
2ea51e8640
commit
5eb8d6db19
|
|
@ -15,7 +15,7 @@
|
|||
"children": [
|
||||
{
|
||||
"id": 1001202001,
|
||||
"pid": "/",
|
||||
"pid": "/messages",
|
||||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "Dashboard",
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
},
|
||||
{
|
||||
"id": 1001203001,
|
||||
"pid": "/",
|
||||
"pid": "/messages",
|
||||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "Inbox",
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
},
|
||||
{
|
||||
"id": 1001204001,
|
||||
"pid": "/",
|
||||
"pid": "/messages",
|
||||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "Outbox",
|
||||
|
|
@ -62,7 +62,7 @@
|
|||
},
|
||||
{
|
||||
"id": 1001205001,
|
||||
"pid": "/",
|
||||
"pid": "/messages",
|
||||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "Trash",
|
||||
|
|
@ -78,7 +78,7 @@
|
|||
},
|
||||
{
|
||||
"id": 1001206001,
|
||||
"pid": "/",
|
||||
"pid": "/messages",
|
||||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "Spam",
|
||||
|
|
@ -94,7 +94,7 @@
|
|||
},
|
||||
{
|
||||
"id": 1001207001,
|
||||
"pid": "/",
|
||||
"pid": "/messages",
|
||||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "Draft",
|
||||
|
|
@ -110,7 +110,7 @@
|
|||
},
|
||||
{
|
||||
"id": 1001208001,
|
||||
"pid": "/",
|
||||
"pid": "/messages",
|
||||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "Templates",
|
||||
|
|
@ -125,7 +125,7 @@
|
|||
},
|
||||
{
|
||||
"id": 1001209001,
|
||||
"pid": "/",
|
||||
"pid": "/messages",
|
||||
"type": 3,
|
||||
"subtype": 1,
|
||||
"name": "Settings",
|
||||
|
|
|
|||
|
|
@ -18,13 +18,13 @@ echo $this->data['nav']->render(); ?>
|
|||
<div class="inner">
|
||||
<form>
|
||||
<table class="layout wf-100">
|
||||
<tr><td style="width: 1%"><button class="simple"><i class="g-icon">book</i></button><td><input type="text" name="to">
|
||||
<tr><td style="width: 1%"><button class="simple"><i class="g-icon">book</i></button><td><input type="text" name="cc">
|
||||
<tr><td style="width: 1%"><button class="simple"><i class="g-icon">book</i></button><td><input type="text" name="bcc">
|
||||
<tr><td><td><input type="text" name="subject">
|
||||
<tr><td><td><input type="file" name="files" multiple>
|
||||
<tr><td><td><div class="textarea" contenteditable="true" style="height: 400px;"></div><textarea style="display: none" name="mail"></textarea>
|
||||
<tr><td><td><input type="submit" value="<?= $this->getHtml('Send', '0', '0'); ?>" name="send-mail"> <input type="submit" value="<?= $this->getHtml('Save', '0', '0'); ?>" name="save-mail">
|
||||
<tr><td style="width: 1%"><button class="simple"><i class="g-icon">book</i></button><td style="width: 1%">TO<td><input type="text" name="to">
|
||||
<tr><td style="width: 1%"><button class="simple"><i class="g-icon">book</i></button><td style="width: 1%">CC<td><input type="text" name="cc">
|
||||
<tr><td style="width: 1%"><button class="simple"><i class="g-icon">book</i></button><td style="width: 1%">BCC<td><input type="text" name="bcc">
|
||||
<tr><td colspan="2">Subject<td><input type="text" name="subject">
|
||||
<tr><td><td><td><input type="file" name="files" multiple>
|
||||
<tr><td><td><td><div class="textarea" contenteditable="true" style="height: 400px;"></div><textarea style="display: none" name="mail"></textarea>
|
||||
<tr><td><td><td><input type="submit" value="<?= $this->getHtml('Send', '0', '0'); ?>" name="send-mail"> <input type="submit" value="<?= $this->getHtml('Save', '0', '0'); ?>" name="save-mail">
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user