freenetis-github/application/views/js/members_show_all.php @ 3d07030e
8baed187 | Michal Kliment | <?php
|
|
/**
|
|||
* Members show all javascript view.
|
|||
*
|
|||
* @author Michal Kliment, Ondřej Fibich
|
|||
*/
|
|||
// IDE complementation
|
|||
if (FALSE): ?><script type="text/javascript"><?php endif
|
|||
?>
|
|||
<?php if ($registrations): ?>
|
|||
$("a").click(function (){
|
|||
return window.confirm('<?php echo __('Do you really want to end editing of registrations') ?>?');
|
|||
});
|
|||
<?php endif; ?>
|