quote:
And wouldn't that be a good thing really given that your admin already know what the custom fields are for?
With the addition of extra custom fields, we are using eight of them in the admin and it can get confusing on what some of them are used for. Some of them have multiple purposes on various products.
If we use too much text in the admin to describe that custom field, it disrupts the layout. So we want to keep the text short there.
So in the admin, I would much prefer this
admincustomlabel4="<span title =""Some really long explanation of what this is for"">Custom 4</span>"
admincustomlabel5="<span title =""Anther really and I mean really long explanation of what this is for"">Custom 5</span>"
over this
admincustomlabel4="Some really long explanation of what this is for"
admincustomlabel5="Anther really and I mean really long explanation of what this is for"
This would keep the admin product page neat, and allow us to hover over the name of the custom field to remember what it's for.

With upwards of ten people working in the admin, not everyone, particularly new users, will recall what these fields are for. Unless we want to disrupt the layout of the admin.
I'm not concerned with the front facing website names of these fields. Just the admin.
My ask, is to allow html tags in the
admin names of the custom fields, and stop stripping them. We may want to add styling on some as well.
admincustomlabel4="<span title =""Some really long explanation of what this is for"" style=""color:red;font-weight:bold;"">Custom 4</span>"
Thanks,
David