overlay_prompt.php 812 B

12345678910111213141516
  1. <div class="overlay_simple overlay_prompt invisible">
  2. <header class="overlay_simple_header">
  3. <span class="emoji_poss"><?=_('Prompt')?></span>
  4. </header>
  5. <div class="overlay_simple_body">
  6. <div class="overlay_prompt_text" style="margin-bottom:10px"></div>
  7. <div style="margin-bottom:10px">
  8. <input type="text" class="overlay_prompt_input textfield" style="margin:0;width:100%">
  9. </div>
  10. <div class="overlay_simple_controls">
  11. <button class="overlay_prompt_yes toot_button" style="float:right"><div class="toot_button_label"><i class="fa fa-fw fa-check"></i><span><?=_('Ok')?></span></div></button>
  12. <a href="javascript:$('.close_button').click();void(0)" class="overlay_prompt_cancel halcyon_link" style="float:right;margin-top:5px;margin-right:10px"><i class="fa fa-times"></i> <?=_('Cancel')?></a>
  13. </div>
  14. </div>
  15. </div>