The following warnings occurred: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
|
Icons in admin - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Developer Discussions (http://get-simple.info/forums/forumdisplay.php?fid=8) +--- Thread: Icons in admin (/showthread.php?tid=3191) |
Icons in admin - islander - 2012-05-14 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? Icons in admin - mvlcek - 2012-05-14 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. 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. Icons in admin - islander - 2012-05-15 I am new to GS, so I haven´t even contemplated creating a plug-in. Thanks for the info, I will browse the Wiki. Icons in admin - alienee2 - 2012-05-15 islander Wrote:I am new to GS, so I haven´t even contemplated creating a plug-in. you can easily achieve this with the custom admin css pluign; Icons in admin - islander - 2012-05-15 alienee2 Wrote:islander Wrote:I am new to GS, so I haven´t even contemplated creating a plug-in. Awesome, I didnt see this plug-in, downloading it now. Thanks! |