git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@13101
7612ce4b-ef26-0410-bec9-
ea0150e637f0
" </tr>\n";
}
+ $hidden_widgets = '';
foreach ($option['options'] as $opt) {
if ($opt->type != SMOPT_TYPE_HIDDEN) {
echo "<tr>\n" .
" </td>\n" .
"</tr>\n";
} else {
- echo $opt->createWidget();
+ $hidden_widgets .= $opt->createWidget();
}
}
echo " <tr>\n <td colspan=\"2\" align=\"right\">\n"
- . " <input type=\"submit\" value=\"" . _("Submit")
+ . $hidden_widgets . " <input type=\"submit\" value=\"" . _("Submit")
. "\" name=\"" . $submit_name . "\" /> \n </td>\n </tr>\n";
echo "</table>\n";