/
Merge all module toolbar buttons into same file
Merge all module toolbar buttons into same file
Imported From: http://groups.google.com/group/in-portal-dev/browse_thread/thread/deaafa625ff7c376#
I propose we merge all 135 "tool_*.gif" files of Core module into single file. We could do the same for all other modules as well, so we end up with 1 file per module, that will contain all toolbar images.
This approach allows to save page load time. Also we will add css classes, that will contain position of each toolbar button in the file. Toolbar buttons will be located in file like this:
[Add Button Enabled] [Add Button Hover] [Add Button Disabled] [Modify Button Enabled] [Modify Button Hover] [Modify Button Disabled]
Same approach is used in mediawiki and youtube.