mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 11:50:30 +02:00
Removed extra table cell tag.
This commit is contained in:
@@ -3922,7 +3922,7 @@ class pluginBuilder
|
|||||||
$frm->text("pluginPrefs[".$i."][value]", '',50,'placeholder='.EPL_ADLAN_130)."</td><td>".
|
$frm->text("pluginPrefs[".$i."][value]", '',50,'placeholder='.EPL_ADLAN_130)."</td><td>".
|
||||||
$frm->select("pluginPrefs[".$i."][type]", $options, '', 'class=null', EPL_ADLAN_131)."</td><td>".
|
$frm->select("pluginPrefs[".$i."][type]", $options, '', 'class=null', EPL_ADLAN_131)."</td><td>".
|
||||||
$frm->text("pluginPrefs[".$i."][help]", '',80,'size=xxlarge&placeholder='.EPL_ADLAN_174)."</td>".
|
$frm->text("pluginPrefs[".$i."][help]", '',80,'size=xxlarge&placeholder='.EPL_ADLAN_174)."</td>".
|
||||||
"</td></tr>";
|
"</tr>";
|
||||||
}
|
}
|
||||||
|
|
||||||
$text .= "</table>";
|
$text .= "</table>";
|
||||||
|
Reference in New Issue
Block a user