Hey,

When I look at Simpleviews, I encounter icons for edit and delete. I am not sure why this was chosen, the standard in Drupal is a lowercase edit and delete. I believe it will actually cause more confusion, then adding a better user experience.

CommentFileSizeAuthor
#3 operations-columns.patch4.04 KBgábor hojtsy

Comments

robloach’s picture

Where is that Drupal 7 issue to change the lowercases to sentence case? This lowercasing has annoyed me since 4.2 or something.

Bojhan’s picture

I am not sure, honestly I don't care too much if you change it to Edit or edit but I am not sure that your annoyance with it is worth breaking consistency for all your users?

gábor hojtsy’s picture

Status: Active » Needs review
StatusFileSize
new4.04 KB

D6 standards also call for use of text not images, so its not a new D7 thing anyway. Here's a proposed patch. Since the D7 code is a bit different (ie. different paths for the links; attached CSS on forms handled differently), the same patch does not apply.

gábor hojtsy’s picture

Title: Conform table list to D7 standards » Conform admin table formatting to D6 standards

Retitled as this applies to D6.