mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
#8252 Fixed title
This commit is contained in:
parent
90d4cfa0db
commit
e43426ddc8
@ -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>';
|
||||
|
Loading…
x
Reference in New Issue
Block a user