mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 08:14:38 +02:00
Update functions_ui.php
This commit is contained in:
parent
a44e1feeb4
commit
f1d20d56e7
@ -5622,7 +5622,7 @@ function ui_get_sorting_arrows($url_up, $url_down, $selectUp, $selectDown)
|
|||||||
|
|
||||||
return '<span class="sort_arrow">
|
return '<span class="sort_arrow">
|
||||||
<a href="'.$url_up.'">'.html_print_image($arrow_up, true, ['alt' => 'up']).'</a>
|
<a href="'.$url_up.'">'.html_print_image($arrow_up, true, ['alt' => 'up']).'</a>
|
||||||
<a href="'.$url_down.'">'.html_print_image($arrow_.down, true, ['alt' => 'down']).'</a>
|
<a href="'.$url_down.'">'.html_print_image($arrow_down, true, ['alt' => 'down']).'</a>
|
||||||
</span>';
|
</span>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user