|
<script type="text/javascript" language="JavaScript">
|
|
function confirm_action(c_name, url)
|
|
{
|
|
<? if($forum_config['enable_confirms']) {?>if (confirm(c_name))
|
|
{
|
|
document.location = url;
|
|
}
|
|
<? } else { ?> document.location = url; <? } echo "\n"; ?>
|
|
}
|
|
</script>
|
|
<center>
|
|
<div align="center" style="width: <?= (TABLES_WIDTH+40); ?>px; background-color: #F1F3FE">
|
|
<div align="center" style="width: <?= TABLES_WIDTH; ?>px;">
|
|
<br>
|
|
<div align="left" style="width: <?= TABLES_WIDTH; ?>px">
|
|
<span class="pa_sect"><?= $skin['L.groups']; ?></span>
|
|
<form action="admin_groups.php?mode=add" method="POST">
|
|
<input type="submit" class="fbutton" value="<?= $skin['L.new_group']; ?>">
|
|
</form>
|
|
</div>
|
|
<table class="maintable" width="<?= TABLES_WIDTH; ?>">
|