Type: Small improvement Software: shimmie2 Module: tag_edit Reference: http://trac.shishnet.org/shimmie2/browser/branches/branch_2.2/ext/tag_edit/theme.php Verified: Yes Solved: Yes Official res.: Unknown Author: Daniel Marschall Date: 2008-10-28 Here is another small thing we could do to improve the board: 1. In the upload form the tag-box has the property id='tagBox', but in the editing frame it has no such property. Solution: Add id='tagBox'to the tag_edit extension (preferred) ~ ext/tag_edit/theme.php # Search for Tags # Replace with Tags # Line 37 This has the positive effect that a not-tagged image shows the gray "tagme" information also at the edit frame. Further improvements: - In /themes/.../script.js the colors #000 and #999 are hard-coded. Can't we use a style information like a class for the CSS file instead? Like style.class = "gray_text|black_text";?