mirror of
https://github.com/e107inc/e107.git
synced 2025-07-28 18:30:53 +02:00
Fixes #1330 - Inline field type fix for 'number'
This commit is contained in:
@@ -4801,7 +4801,7 @@ var_dump($select_options);*/
|
||||
|
||||
if(empty($attributes['noedit']) && !empty($parms['editable']) && empty($parms['link'])) // avoid bad markup, better solution coming up
|
||||
{
|
||||
$value = $this->renderInline($field,$id,$attributes['title'],$value, $value);
|
||||
$value = $this->renderInline($field,$id,$attributes['title'],$value, $value, 'number');
|
||||
}
|
||||
elseif(!empty($parms['link']))
|
||||
{
|
||||
|
Reference in New Issue
Block a user