delete_user.php
changeset 110 455405c757e1
parent 82 c255196bc447
child 119 f74e4f88b680
equal deleted inserted replaced
109:34b2d49f52c6 110:455405c757e1
    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 ?>