mirror of
https://github.com/Karaka-Management/oms-Messages.git
synced 2026-02-14 08:18:41 +00:00
Fixing doc blocks
This commit is contained in:
parent
b709874943
commit
c9df8cb966
|
|
@ -25,7 +25,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<tr><td><td><input type="text" placeholder=" <?= $this->getText('Subject'); ?>" name="subject">
|
<tr><td><td><input type="text" placeholder=" <?= $this->getText('Subject'); ?>" name="subject">
|
||||||
<tr><td><td><input type="file" name="files" multiple>
|
<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><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->getText(0]['Send']; ?>"> <input type="submit" value="<?= $this->l11n->lang[0, 'Backend', 'Save'); ?>">
|
<tr><td><td><input type="submit" value="<?= $this->getText('Send', 0); ?>"> <input type="submit" value="<?= $this->getText('Save', 0); ?>">
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -25,7 +25,7 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<tr><td><td><input type="text" placeholder=" <?= $this->getText('Subject'); ?>" name="subject">
|
<tr><td><td><input type="text" placeholder=" <?= $this->getText('Subject'); ?>" name="subject">
|
||||||
<tr><td><td><input type="file" name="files" multiple>
|
<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><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->getText(0]['Send']; ?>"> <input type="submit" value="<?= $this->l11n->lang[0, 'Backend', 'Save'); ?>">
|
<tr><td><td><input type="submit" value="<?= $this->getText('Send', 0); ?>"> <input type="submit" value="<?= $this->getText('Save', 0); ?>">
|
||||||
</table>
|
</table>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user