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.
 
 
 
 

18 lines
487 B

<section>
<h3>{$c->__('group.delete_title')}</h3>
<br />
<h4 class="gray">{$c->__('group.delete_text')}</h4>
<br />
<h4 class="gray">{$node}</h4>
</section>
<div class="no_bar">
<a onclick="Dialog.clear()" class="button flat">
{$c->__('button.cancel')}
</a>
<a
name="submit"
class="button flat"
onclick="Group_ajaxDeleteConfirm('{$server}', '{$node}'); Dialog.clear()">
{$c->__('button.remove')}
</a>
</div>