diff options
author | sarven <csarven@plantard.controlezvous.ca> | 2009-01-18 22:08:51 +0000 |
---|---|---|
committer | sarven <csarven@plantard.controlezvous.ca> | 2009-01-18 22:08:51 +0000 |
commit | 9d384aadb1f27cea85d23c944f787cf300a4389a (patch) | |
tree | f5cf2048ce5c28663961dc531767e5a410df8543 /actions/register.php | |
parent | 6b23a9ed2f35e487847fe80b588eb3a967aaecb8 (diff) |
@id for site_nav_global_primary items in order to target for styling
Diffstat (limited to 'actions/register.php')
-rw-r--r-- | actions/register.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/register.php b/actions/register.php index f0d47f19b..08243c1e2 100644 --- a/actions/register.php +++ b/actions/register.php @@ -399,6 +399,7 @@ class RegisterAction extends Action $this->elementEnd('li'); $attrs = array('type' => 'checkbox', 'id' => 'license', + 'class' => 'checkbox', 'name' => 'license', 'value' => 'true'); if ($this->boolean('license')) { |