<? include('includes/main.php'); ?>
<? include('includes/prfunctions.php'); ?>
<?
echo texttitle(STR_PAYROLL_DEDUCTION_GROUP_ADD);
if ($name) prdedgroupadd($name);
echo '<form action="adminprdedgroupadd.php" method="post" name="mainform"><input type="hidden" name="nonprintable" value="1"><table>';
formprdedgroupadd();
echo '</table><input type="submit" value="'.STR_ADD.'"></form>';
?>
<? include('includes/footer.php'); ?>