mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
fix for prev commit
This commit is contained in:
parent
ce7f88f75d
commit
69e61efd86
1 changed files with 9 additions and 7 deletions
|
|
@ -288,13 +288,15 @@ $().ready(function(){
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="modal" style="display:none">
|
<div id="modal" style="display:none">
|
||||||
<div class="modal-content">
|
<div class="modal-box">
|
||||||
<div id="modalMessage"></div>
|
<div class="modal-content">
|
||||||
<input id="modalTextInput" type="text" />
|
<div id="modalMessage"></div>
|
||||||
</div>
|
<input id="modalTextInput" type="text" />
|
||||||
<div class="modal-bottom form-bottom-buttons">
|
</div>
|
||||||
<button type="submit" id="btnModalOk"><?php _e('action_ok');?></button>
|
<div class="modal-bottom form-bottom-buttons">
|
||||||
<button id="btnModalCancel"><?php _e('action_cancel');?></button>
|
<button type="submit" id="btnModalOk"><?php _e('action_ok');?></button>
|
||||||
|
<button id="btnModalCancel"><?php _e('action_cancel');?></button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue