Closed (works as designed)
Project:
Drupal core
Version:
7.x-dev
Component:
forms system
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
4 Sep 2008 at 12:15 UTC
Updated:
4 Sep 2008 at 13:08 UTC
hardcoding the * to represent a required field forces the user to have a * and means they can't change it (easily)
i think it should be wrapped in t so it can be changed, or, to allow the user to define what the required symbol / word should be: ie. if a client wants "(required)" instead of *.
Comments
Comment #1
damien tournoud commentedAgreed, but I would rather see that as a theme function.
Comment #2
George2 commentedopps, it is - theme_form_element
thanks gaele