Removed, now a plugin, no idea if this will be included with the source tree.
[squirrelmail.git] / src / addressbook.php
index 32f5d9a092add06e15435dbeeba62ad9b0ea542d..d8c7d4537788852051b90f45d3646155b5666801 100644 (file)
    address_form("addaddr", _("Add address"), $defdata);
    print "</FORM>";
 
+   // Add hook for anything that wants on the bottom
+   do_hook("addressbook_bottom");
 ?>
-<!-- ----------------- csv import form --------------------- -->
-  
-<FORM ENCTYPE="multipart/form-data" ACTION="addressbook_csvimport.php" METHOD=POST>
-<INPUT TYPE="hidden" NAME="max_file_size" value="5000">
-Import CSV File: <INPUT NAME="smusercsv" TYPE="file">
-<INPUT TYPE="submit" VALUE="Import CSV File">
-</FORM>
 
 </BODY></HTML>