6 lines
545 B
Smarty
6 lines
545 B
Smarty
<textarea id="texteditor" name="texteditor" style="width:100%">${content}</textarea>
|
|
<br><br>
|
|
<input type="text" placeholder="Tags..." />
|
|
<button id="btn_back" class="btn" onClick="system.load('text');" style="margin-right: 15px; height: 32px; font-size: 13px; float: left;">Back</button>
|
|
<button id="btn_add" class="btn-danger" style="margin-right: 15px; height: 32px; font-size: 13px; float: right;">Delete</button>
|
|
<button id="btn_add" class="btn-success" style="margin-right: 15px; height: 32px; font-size: 13px; float: right;">Save</button> |