Fixed: form outside table
This commit is contained in:
parent
1e8e7474d8
commit
bd91603cd8
@ -122,6 +122,10 @@ $arrayofcss=array();
|
|||||||
|
|
||||||
llxHeader('',$langs->trans("UserSetup"),'','',0,0,$arrayofjs,$arrayofcss);
|
llxHeader('',$langs->trans("UserSetup"),'','',0,0,$arrayofjs,$arrayofcss);
|
||||||
|
|
||||||
|
|
||||||
|
print '<form name="extsitesconfig" action="'.$_SERVER["PHP_SELF"].'" method="post">';
|
||||||
|
print '<input type="hidden" name="id" value="'.$id.'">';
|
||||||
|
|
||||||
$head=user_prepare_head($fuser);
|
$head=user_prepare_head($fuser);
|
||||||
|
|
||||||
dol_fiche_head($head, 'extsites', $langs->trans("User"), 0, 'user');
|
dol_fiche_head($head, 'extsites', $langs->trans("User"), 0, 'user');
|
||||||
@ -129,9 +133,6 @@ dol_fiche_head($head, 'extsites', $langs->trans("User"), 0, 'user');
|
|||||||
print $langs->trans("AgendaExtSitesDesc")."<br>\n";
|
print $langs->trans("AgendaExtSitesDesc")."<br>\n";
|
||||||
print "<br>\n";
|
print "<br>\n";
|
||||||
|
|
||||||
print '<form name="extsitesconfig" action="'.$_SERVER["PHP_SELF"].'" method="post">';
|
|
||||||
print '<input type="hidden" name="id" value="'.$id.'">';
|
|
||||||
|
|
||||||
$selectedvalue=$conf->global->AGENDA_DISABLE_EXT;
|
$selectedvalue=$conf->global->AGENDA_DISABLE_EXT;
|
||||||
if ($selectedvalue==1) $selectedvalue=0; else $selectedvalue=1;
|
if ($selectedvalue==1) $selectedvalue=0; else $selectedvalue=1;
|
||||||
|
|
||||||
@ -172,15 +173,15 @@ while ($i <= $MAXAGENDA)
|
|||||||
}
|
}
|
||||||
|
|
||||||
print '</table>';
|
print '</table>';
|
||||||
print '<br>';
|
|
||||||
|
|
||||||
print '<center>';
|
dol_fiche_end();
|
||||||
|
|
||||||
|
print '<div align="center">';
|
||||||
print "<input type=\"submit\" id=\"save\" name=\"save\" class=\"button hideifnotset\" value=\"".$langs->trans("Save")."\">";
|
print "<input type=\"submit\" id=\"save\" name=\"save\" class=\"button hideifnotset\" value=\"".$langs->trans("Save")."\">";
|
||||||
print "</center>";
|
print "</div>";
|
||||||
|
|
||||||
print "</form>\n";
|
print "</form>\n";
|
||||||
|
|
||||||
dol_fiche_end();
|
|
||||||
|
|
||||||
llxFooter();
|
llxFooter();
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user