Bug #23205
closed
Inconsistent icon usage for Page Properties
Added by Henrik Ziegenhain over 14 years ago.
Updated about 6 years ago.
Description
Between page and list module is a small inconsistent usage of the icon for the page properties.
I think in terms of Usability this should be fixed.
How to test:
1. go to page module
2. look at the icon for page properties (sheet with pencil)
3. go to list module
4. look also at the page properties icon (only the old yellow pencil)
Or just take a look at the attached screenshot :)
(issue imported from #M15147)
Files
also the sorting is a bit mixed up
Hi Georg,
damn you`re right. I made the screens and overlooked this...
Would be nice to see the same order.
Attached screen v2.
i will make a patch next week, don't have time now. just for a reminder or if someone else is faster:
page view > /typo3/sysext/cms/layout/db_layout.php > 1207
list view > /typo3/class.db_list_extra.inc > 207
Thanks 4 the hint.
Switching to the correct Icon in list was easy :)
But does someone excepct Georg know how to change the order of icons?
Just changing the order in the array to doesn`t work:
$buttons = array(
..
'move' => '',
'hide_unhide' => '',
..
)
Debug (sad I already how cool the new debug console is?) prints out the correct new order. Strange.
Edit:
oh... there is ja already a patch for the wrong icon. Thanks Georg
Sorry, now I searched for over an hour how to change the order of icons.
It seemed to be an easy job, but I didn`t find the correct piece of code. Where are the core-devs? :)
will provide a patch tomorrow
- Status changed from Resolved to Closed
Also available in: Atom
PDF