You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
721 B

  1. <section>
  2. <h3>{$c->__('notifs.manage')}</h3>
  3. <br />
  4. <h4 class="gray">{$c->__('wants_to_talk', $jid)}</h4>
  5. <ul class="active">
  6. <li onclick="Notifs_ajaxAccept('{$jid}'); Dialog.clear();">
  7. <span class="icon green">
  8. <i class="md md-person-add"></i>
  9. </span>
  10. {$c->__('button.accept')}
  11. </li>
  12. <li onclick="Notifs_ajaxRefuse('{$jid}'); Dialog.clear();">
  13. <span class="icon red">
  14. <i class="md md-close"></i>
  15. </span>
  16. {$c->__('button.refuse')}
  17. </li>
  18. </ul>
  19. </section>
  20. <div>
  21. <a onclick="Dialog.clear()" class="button flat">
  22. {$c->__('button.close')}
  23. </a>
  24. </div>