mirror of
https://github.com/Karaka-Management/oms-Tasks.git
synced 2026-02-15 14:18:41 +00:00
Minor visual changes
This commit is contained in:
parent
8a372762e1
commit
357169f600
|
|
@ -117,10 +117,13 @@ echo $this->getData('nav')->render(); ?>
|
||||||
</select>
|
</select>
|
||||||
<tr><td><label for="iReceiver"><?= $this->getHtml('To') ?></label>
|
<tr><td><label for="iReceiver"><?= $this->getHtml('To') ?></label>
|
||||||
<tr><td><input type="text" id="iReceiver" name="forward" value="<?= $this->printHtml($this->request->getHeader()->getAccount()); ?>" placeholder=" Guest">
|
<tr><td><input type="text" id="iReceiver" name="forward" value="<?= $this->printHtml($this->request->getHeader()->getAccount()); ?>" placeholder=" Guest">
|
||||||
<tr><td colspan="2"><label for="iMedia"><?= $this->getHtml('Media') ?></label>
|
<tr><td><label for="iMedia"><?= $this->getHtml('Media') ?></label>
|
||||||
<tr><td><input type="text" id="iMedia" placeholder=" File"><td><button><?= $this->getHtml('Select') ?></button>
|
<tr><td><div class="ipt-wrap">
|
||||||
<tr><td colspan="2"><label for="iUpload"><?= $this->getHtml('Upload') ?></label>
|
<div class="ipt-first"><input type="text" id="iMedia" placeholder=" File"></div>
|
||||||
<tr><td><input type="file" id="iUpload" form="fTask"><input form="fTask" type="hidden" name="type"><td>
|
<div class="ipt-second"><button><?= $this->getHtml('Select') ?></button></div>
|
||||||
|
</div>
|
||||||
|
<tr><td><label for="iUpload"><?= $this->getHtml('Upload') ?></label>
|
||||||
|
<tr><td><input type="file" id="iUpload" form="fTask"><input form="fTask" type="hidden" name="type">
|
||||||
<tr><td><input type="submit" value="<?= $this->getHtml('Create', 0, 0); ?>"><input type="hidden" name="task" value="<?= $this->printHtml($this->request->getData('id')); ?>"><input type="hidden" name="type" value="1">
|
<tr><td><input type="submit" value="<?= $this->getHtml('Create', 0, 0); ?>"><input type="hidden" name="task" value="<?= $this->printHtml($this->request->getData('id')); ?>"><input type="hidden" name="type" value="1">
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user