1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 22:27:34 +02:00

Fixes #2972 multilan input size.

This commit is contained in:
Cameron
2018-01-09 09:39:45 -08:00
parent 47c03d535f
commit a9a45eb770

View File

@@ -5404,7 +5404,8 @@ class e_form
if(!empty($attributes['multilan']))
{
$ret = "<span class='input-group input-xxlarge'>".$ret."</span>";
$msize = vartrue($parms['size'], 'xxlarge');
$ret = "<span class='input-group input-".$msize."'>".$ret."</span>";
}
break;