The "Delete" link when reading a message that was on the second or
[squirrelmail.git] / src / options_folder.php
index a9efbba2eab52999dff296305aff723247727c37..bacd3effb1d0239293904e984aca605b9f8261b5 100644 (file)
@@ -25,6 +25,8 @@
       include("../functions/array.php");
    if (!isset($i18n_php))
       include("../functions/i18n.php");
+   if (!isset($plugin_php))
+      include("../functions/plugin.php");
 
    include("../src/load_prefs.php");
    displayPageHeader($color, "None");
@@ -38,7 +40,7 @@
       <center><b><?php echo _("Options") . " - " . _("Folder Preferences"); ?></b></center>
    </td></tr></table>
 
-   <form action="options.php" method=post>
+   <form name=f action="options.php" method=post>
       <table width=100% cellpadding=0 cellspacing=2 border=0>
 
 <?php if ($show_prefix_option == true) {   ?>   
                <input type=radio name=unseentype value=2<?php if ($unseen_type == 2) echo " checked"; ?>> <?php echo _("Unseen and Total"); ?> - (4/27)
             </td>
          </tr>
+         <?php do_hook("options_folders_inside"); ?>
          <tr>
             <td>&nbsp;
             </td><td>
-               <input type="submit" value="Submit" name="submit_folder">
+               <input type="submit" value="<?php echo _("Submit"); ?>" name="submit_folder">
             </td>
          </tr>
       </table>
    </form>
+   <?php do_hook("options_folders_bottom"); ?>
 </body></html>