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

Admin-ui: Grid responsive fixes.

This commit is contained in:
Cameron
2017-04-05 14:54:05 -07:00
parent 16957243bc
commit a992d06e05
2 changed files with 6 additions and 4 deletions

View File

@@ -4758,7 +4758,7 @@ class e_form
// $ttl = '<img src="'.$thsrc.'" alt="'.$alt.'" class="thumbnail e-thumb" />';
$thparms['alt'] = $alt;
$thparms['class'] = "thumbnail e-thumb img-responsive";
$thparms['class'] = "thumbnail e-thumb";
@@ -4783,7 +4783,7 @@ class e_form
elseif(!empty($parms['fallback']))
{
$value = $parms['fallback'];
$thparms['class'] = "thumbnail e-thumb img-responsive fallback";
$thparms['class'] = "thumbnail e-thumb fallback";
return $tp->toImage($value, $thparms);
}
break;
@@ -5902,7 +5902,7 @@ class e_form
}
}
if($s != $perPage)
if($s != $perPage && $s != 0)
{
$slides[] = array('text'=>$tmp);
}