mirror of
https://github.com/Karaka-Management/oms-News.git
synced 2026-02-11 14:28:40 +00:00
Small template fixes for new css
This commit is contained in:
parent
7fbf310822
commit
d74163d589
|
|
@ -53,7 +53,7 @@ echo $this->getData('nav')->render(); ?>
|
|||
<input type="datetime-local" name="publish" id="iPublish" value="<?= $this->printHtml((new \DateTime('NOW'))->format('Y-m-d\TH:i:s')); ?>">
|
||||
<tr>
|
||||
<td>
|
||||
<input type="submit" name="deleteButton" id="iDeleteButton" value="<?= $this->getHtml('Delete', 0); ?>">
|
||||
<input type="submit" name="deleteButton" id="iDeleteButton" value="<?= $this->getHtml('Delete', '0', '0'); ?>">
|
||||
<td class="rightText">
|
||||
<input type="submit" name="saveButton" id="iSaveButton" value="<?= $this->getHtml('Save', '0', '0'); ?>">
|
||||
<input type="submit" name="publishButton" id="iPublishButton" value="<?= $this->getHtml('Publish'); ?>">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user