mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +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,
|
true,
|
||||||
[
|
[
|
||||||
'onclick' => 'sortUpDown(\'up\');',
|
'onclick' => 'sortUpDown(\'up\');',
|
||||||
'title' => __('Move down selected fields'),
|
'title' => __('Move up selected fields'),
|
||||||
]
|
]
|
||||||
).'</a>';
|
).'</a>';
|
||||||
$table->data[1][2] .= '<a href="javascript:">'.html_print_image(
|
$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,
|
true,
|
||||||
[
|
[
|
||||||
'onclick' => 'sortUpDown(\'down\');',
|
'onclick' => 'sortUpDown(\'down\');',
|
||||||
'title' => __('Move up selected fields'),
|
'title' => __('Move down selected fields'),
|
||||||
]
|
]
|
||||||
).'</a>';
|
).'</a>';
|
||||||
$table->data[1][2] .= '</div></div>';
|
$table->data[1][2] .= '</div></div>';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user