mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 13:17:24 +02:00
Issue #1512 - News Grid
This commit is contained in:
@@ -106,7 +106,7 @@ class news_menu_form extends e_form
|
|||||||
foreach($arr as $k=>$v)
|
foreach($arr as $k=>$v)
|
||||||
{
|
{
|
||||||
|
|
||||||
$text .= "<tr><td>".$this->radio('layout', $k, ($curVal == $k), array('label'=>$k)."</td><td>".str_replace('{STYLE}',"class='alert alert-info' style='margin-bottom:0;text-align:center' ",$v)."</td></tr>";
|
$text .= "<tr><td>".$this->radio('layout', $k, ($curVal == $k), array('label'=>$k))."</td><td>".str_replace('{STYLE}',"class='alert alert-info' style='margin-bottom:0;text-align:center' ",$v)."</td></tr>";
|
||||||
}
|
}
|
||||||
|
|
||||||
$text .= "</table>";
|
$text .= "</table>";
|
||||||
|
Reference in New Issue
Block a user