1
0
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:
Cameron
2016-04-14 08:12:03 -07:00
parent b095230a38
commit 62bde01095

View File

@@ -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>";