equal
deleted
inserted
replaced
96 echo " " . _('Really delete this user?') . "\n"; |
96 echo " " . _('Really delete this user?') . "\n"; |
97 echo " </td>\n"; |
97 echo " </td>\n"; |
98 echo " </tr>\n"; |
98 echo " </tr>\n"; |
99 |
99 |
100 echo " </table>\n"; |
100 echo " </table>\n"; |
101 echo " <input type=\"submit\" class=\"button\" name=\"commit\" value=\"" . _('Comit changes') . "\">\n"; |
101 echo " <input type=\"submit\" class=\"button\" name=\"commit\" value=\"" . _('Commit changes') . "\">\n"; |
102 echo " </form>\n"; |
102 echo " </form>\n"; |
103 } |
103 } |
104 } |
104 } |
105 include_once("inc/footer.inc.php"); |
105 include_once("inc/footer.inc.php"); |
106 ?> |
106 ?> |