diff options
| author | Eric Poirier | 2016-05-19 14:21:42 +0000 |
|---|---|---|
| committer | Eric Poirier | 2016-05-19 14:21:55 +0000 |
| commit | 738a69ecb49ce48096ee1c664362a31573b471b1 (patch) | |
| tree | 129e24b2640421aecf151d4f239e1729c1108aaf | |
| parent | 111b4ec57ae5aa08c9e460fc553c96d18bf8f87f (diff) | |
| download | dev.eclipse.org-738a69ecb49ce48096ee1c664362a31573b471b1.tar.gz dev.eclipse.org-738a69ecb49ce48096ee1c664362a31573b471b1.tar.xz dev.eclipse.org-738a69ecb49ce48096ee1c664362a31573b471b1.zip | |
Bug 493090 - Making legal name field editable
Signed-off-by: Eric Poirier <eric@eclipse.org>
| -rw-r--r-- | eclipse.org-common/classes/users/tpl/cla_form.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse.org-common/classes/users/tpl/cla_form.tpl.php b/eclipse.org-common/classes/users/tpl/cla_form.tpl.php index e71dd1f..713c65c 100644 --- a/eclipse.org-common/classes/users/tpl/cla_form.tpl.php +++ b/eclipse.org-common/classes/users/tpl/cla_form.tpl.php @@ -96,7 +96,7 @@ <div class="form-group"> <label for="edit-legal-name">Legal Name <span class="form-required" title="This field is required.">*</span></label> - <input readonly + <input class="form-control form-text" type="text" id="edit-legal-name" name="legal_name" value="<?php print $this->Friend->getFirstName() . ' ' . $this->Friend->getLastName(); ?>" size="60" maxlength="128" /> |
