R35/R2025 toolbar redesign: Simplified Icons + Labels = Usability Nightmare – How can we revert this quickly?
Hi community,
in general I am happy with most of the UI/UX improvements in R35/2025. Many of them are great ideas and we are happy that Aras added them.
BUT: There is one "improvement" that I don´t like and I am searching for options to revert it as fast as possible. I am looking for a solution that I can reuse on every Innovator instance that doesn’t want to follow the new 'simplification' design trend.
Aras has simplified the toolbar CUI buttons, aligning them more closely with the current - but questionable - trend of overly clean design. As a result, the icons have become harder to distinguish. To compensate, labels were added, but they take up a significant amount of space. The situation worsens when using the German or French language pack, where labels are typically 30- 40% longer. In that case, there’s hardly any pixel left for custom elements, often forcing the toolbar to wrap into a second row.
This is the default search grid in Release 35/2025:
This is a common layout that I use in I12/14:
Many of my ItemTypes have one or two custom buttons in the toolbar. They often use labels so people can easily see that the custom buttons are unique and important for the specific ItemType. In the shown sample I even removed one default element ("Today") to save some space.
Fun detail: Aras now uses the upload icon to represent 'share,' which doesn’t fit the context at all. This is especially confusing when custom buttons next to it actually perform "real" upload actions (like in my image)!
How can we bring back the previous design fast?
- I assume the additional labels can be removed in the language pack?
- Update the icons via AML?
What is your opinion regarding the design update?
Angela
Hi Angela, here's how you can configure the style and label behavior of the default toolbars through CUI. I've only made these changes for one button, but you could easily use the same process to make any changes you'd like.
- In your old code tree, copy any icons you want to keep in Innovator/Client/images.
- Paste the icons into the same location in your new code tree. I'd recommend updating the names so you don't overwrite the R35 icons - just in case you change your mind.
- Navigate to Administration > Configuration > Client Presentation in the TOC and run the search.
- Click Global to open the main configuration item.
- In the CommandBarSection tab, open itemview.relationshipscommandbar.default and click Edit.
- In the CommandBarItem tab, open commonitems.commandbar.sharemenu and click Edit.
- For the Image property, select the icon you want to use via the Internal Files tab in the image selector.
Note: Don't pick the file through the External File option because it will upload the icon to the vault instead of referencing the relative path in your code tree (which makes packaging a pain). - Clear the value for the Label property to hide the text label.
- Add any other styling changes you want to make in the additional data field. This string will mimic the style of the old button's shadow.
[embed:dc8ab71f-3b98-42d9-b0f6-e21e02a0f8e2:09e3071f-f83b-4a5a-9fe3-59ba6c395017:type=json&text=%7B%0A%22cssStyle%22%3A%22border%3A1px%20solid%20transparent%3B%20border-radius%3A4px%3B%20box-shadow%3A0%201px%203px%20rgba%280%2C0%2C0%2C.16%29%2C0%201px%202px%20rgba%280%2C0%2C0%2C.56%29%3B%22%0A%7D] - Save the commonitems.commandbar.sharemenu item
- Save the itemview.relationshipscommandbar.default item. (you need to change both for your changes to appear)
- Open a new item and check out the relationships toolbar. The share button will use the icon you select, with no label, and the styling you specified.
These changes will all be reflected in the default CUI package when you export it.
Hope this helps!