mirror of
https://github.com/Karaka-Management/oms-Messages.git
synced 2026-01-30 01:08:41 +00:00
Start changing styles
This commit is contained in:
parent
604433226a
commit
cd3efed1dd
|
|
@ -26,7 +26,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
</section>
|
||||
|
||||
<div class="box w-100">
|
||||
<table class="table darkred">
|
||||
<table class="default">
|
||||
<caption><?= $this->getHtml('Messages') ?><i class="fa fa-download floatRight download btn"></i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<tr><td><td><input type="text" placeholder=" <?= $this->getHtml('Subject') ?>" name="subject">
|
||||
<tr><td><td><input type="file" name="files" multiple>
|
||||
<tr><td><td><div class="textarea" contenteditable="true" style="height: 400px;"></div><textarea placeholder="" style="display: none" name="mail"></textarea>
|
||||
<tr><td><td><input type="submit" value="<?= $this->getHtml('Send', 0) ?>"> <input type="submit" value="<?= $this->getHtml('Save', 0) ?>">
|
||||
<tr><td><td><input type="submit" value="<?= $this->getHtml('Send', '0', '0') ?>"> <input type="submit" value="<?= $this->getHtml('Save', '0', '0') ?>">
|
||||
</table>
|
||||
</form>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
</section>
|
||||
|
||||
<div class="box w-100">
|
||||
<table class="table darkred">
|
||||
<table class="default">
|
||||
<caption><?= $this->getHtml('Messages') ?><i class="fa fa-download floatRight download btn"></i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
</section>
|
||||
|
||||
<div class="box w-100">
|
||||
<table class="table darkred">
|
||||
<table class="default">
|
||||
<caption><?= $this->getHtml('Messages') ?><i class="fa fa-download floatRight download btn"></i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
</section>
|
||||
|
||||
<div class="box w-100">
|
||||
<table class="table darkred">
|
||||
<table class="default">
|
||||
<caption><?= $this->getHtml('Messages') ?><i class="fa fa-download floatRight download btn"></i></caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user