1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 03:24:20 +02:00

HTML fixes.

This commit is contained in:
Cameron
2016-06-26 10:34:44 -07:00
parent b709c38361
commit 6a520a61a6
3 changed files with 8 additions and 7 deletions

View File

@@ -5231,7 +5231,7 @@ class e_form
{
$text = vartrue($fdata['fieldset_pre'])."
<fieldset id='{$id}'>
<fieldset id='{$id}-".$tab."'>
<legend>".vartrue($fdata['legend'])."</legend>
".vartrue($fdata['table_pre'])."
<table class='table adminform'>
@@ -5677,7 +5677,7 @@ class e_form
foreach($defsubmitopt as $k=>$v)
{
$text .= "<li><a href='#' class='e-noclick'>".$this->radio('__after_submit_action', $k, $selected == $k, "label=".$v)."</a></li>";
$text .= "<li class='after-submit'>".$this->radio('__after_submit_action', $k, $selected == $k, "label=".$v)."</li>";
}
//$text .= '