This commit is contained in:
Daniel Maya 2022-06-08 13:29:43 +02:00
parent 90d4cfa0db
commit e43426ddc8
1 changed files with 2 additions and 2 deletions

View File

@ -168,7 +168,7 @@ $table->data[1][2] .= '<a href="javascript:">'.html_print_image(
true,
[
'onclick' => 'sortUpDown(\'up\');',
'title' => __('Move down selected fields'),
'title' => __('Move up selected fields'),
]
).'</a>';
$table->data[1][2] .= '<a href="javascript:">'.html_print_image(
@ -176,7 +176,7 @@ $table->data[1][2] .= '<a href="javascript:">'.html_print_image(
true,
[
'onclick' => 'sortUpDown(\'down\');',
'title' => __('Move up selected fields'),
'title' => __('Move down selected fields'),
]
).'</a>';
$table->data[1][2] .= '</div></div>';