mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 06:38:00 +02:00
Fixes #2972 multilan input size.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user