|
@@ -1004,7 +1004,7 @@ class Input
|
|
|
|
|
|
$base = 'name="' . $param['name'] . '" id="' . $param['name'] . '"';
|
|
$base = 'name="' . $param['name'] . '" id="' . $param['name'] . '"';
|
|
if (strstr($param['name'], 'up_col_')) {
|
|
if (strstr($param['name'], 'up_col_')) {
|
|
- $base = '';
|
|
|
|
|
|
+ $base = 'data-col="'.$param['name'].'"';
|
|
$xm = false;
|
|
$xm = false;
|
|
} elseif (!isset($param['select_type']) && isset($param['option']) && isset($param['update']) && $param['update'] == 'select') {
|
|
} elseif (!isset($param['select_type']) && isset($param['option']) && isset($param['update']) && $param['update'] == 'select') {
|
|
$total = count($param['option']);
|
|
$total = count($param['option']);
|