inital release

This commit is contained in:
katagia 2003-06-01 11:41:35 +00:00
parent 84d812e73d
commit 292b7addee
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ switch ($select) {
$_SESSION['accounts'][$row]->personal_postalCode.'</td><td>'.
$_SESSION['accounts'][$row]->personal_postalAddress.'</td><td>'.
$_SESSION['accounts'][$row]->personal_employeeType.'</td></tr>';
}
}
echo '<tr><td><input name="back" type="submit" value="'; echo _('Back'); echo '">';
echo '</td><td><input name="cancel" type="submit" value="'; echo _('Cancel'); echo '">';
echo '</td><td><input name="create" type="submit" value="'; echo _('Create'); echo '">';