Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 2197

Přidáno uživatelem Michal Kliment před asi 11 roky(ů)

Upravy:
- refs #774: Potvrzeni smazani neodeslanych e-mailu (smazani nepoitrebneho JS)

Zobrazit rozdíly:

freenetis/branches/1.1/application/views/js/email_queues_show_all_sent.php
<?php
/**
* Sent e-mails show javascript view.
*
* @author Ondřej Fibich
*/
// IDE complementation
if (FALSE): ?><script type="text/javascript"><?php endif
?>
// confirmation before deletion
$('#delete_sent_link').click(function ()
{
var m = '<?php echo __('Do you really want to delete these') ?> ';
m += $(this).attr('ref'); // count of e-mails
m += ' <?php echo __('e-mails', array(), 1) ?>?';
return window.confirm(m);
});

Také k dispozici: Unified diff