GetSimple Support Forum

Full Version: Icons in admin
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I would like to personalize some of the admin buttons to make them stand out more for other users, by adding some icons.
I have tried adding normal <img='save.png'> tags to do so within the lang files, but this fails.
Aside from modifying all the CSS tags for buttons, anyone know of a simpler solution?
islander Wrote:I would like to personalize some of the admin buttons to make them stand out more for other users, by adding some icons.
I have tried adding normal <img='save.png'> tags to do so within the lang files, but this fails.
Aside from modifying all the CSS tags for buttons, anyone know of a simpler solution?

The best way would be to create a plugin with all images in a subdirectory and adding the CSS (background-image, padding-left for a.pages, etc.) in a header hook.
I am new to GS, so I haven´t even contemplated creating a plug-in.
Thanks for the info, I will browse the Wiki.
islander Wrote:I am new to GS, so I haven´t even contemplated creating a plug-in.
Thanks for the info, I will browse the Wiki.

you can easily achieve this with the custom admin css pluign;
alienee2 Wrote:
islander Wrote:I am new to GS, so I haven´t even contemplated creating a plug-in.
Thanks for the info, I will browse the Wiki.

you can easily achieve this with the custom admin css pluign;

Awesome, I didnt see this plug-in, downloading it now. Thanks!