Added hook at the bottom named addressbook_bottom for import plugin.
authorlbergman <lbergman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 4 Aug 2000 19:29:44 +0000 (19:29 +0000)
committerlbergman <lbergman@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 4 Aug 2000 19:29:44 +0000 (19:29 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@678 7612ce4b-ef26-0410-bec9-ea0150e637f0

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>