#12269 widget type on title at config/edit
This commit is contained in:
parent
4d5917e4b7
commit
75aa715805
|
@ -60,7 +60,8 @@ if ($manageDashboards !== 0 || $writeDashboards !== 0) {
|
|||
$output .= '</a> ';
|
||||
|
||||
$output .= '<a id="configure-widget-'.$cellData['id'].'" class="">';
|
||||
$output .= html_print_input_hidden('widget_name_'.$cellData['id'], $options['title'], true);
|
||||
$widget_description = db_get_value_sql('SELECT description FROM twidget WHERE id ='.$cellData['id_widget']);
|
||||
$output .= html_print_input_hidden('widget_name_'.$cellData['id'], $widget_description, true);
|
||||
$output .= html_print_image(
|
||||
'images/configuration@svg.svg',
|
||||
true,
|
||||
|
|
Loading…
Reference in New Issue