1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 13:21:54 +02:00

Issue #1138 Bootstrap3 styling of lists.

This commit is contained in:
Cameron
2015-07-13 13:09:52 -07:00
parent b94d8b2b49
commit 9d6e3978e6
5 changed files with 9 additions and 9 deletions

View File

@@ -482,7 +482,7 @@ class admin_shortcodes
$allconfigs = multiarray_sort($allconfigs,'title'); //XXX FIXME - not sorting correctly.
$text = "<ul id='e-latest' class='unstyled'>";
$text = "<ul id='e-latest' class='unstyled list-unstyled'>";
foreach($allconfigs as $k=>$v)
{
foreach($v as $val)
@@ -1161,7 +1161,7 @@ class admin_shortcodes
$allconfigs = multiarray_sort($allconfigs,'title'); //XXX FIXME - not sorting correctly.
$text = "<ul id='e-status' class='unstyled'>";
$text = "<ul id='e-status' class='unstyled list-unstyled'>";
foreach($allconfigs as $k=>$v)
{
foreach($v as $val)