get rid of the license label, since it mucks everything else up.

darcs-hash:20080528170556-84dde-5dd6fe94b31e2fb4387f0c7e8775122bd5c4965b.gz
This commit is contained in:
Evan Prodromou 2008-05-28 13:05:56 -04:00
parent bd3f393f63
commit 7b244b2a66
1 changed files with 0 additions and 2 deletions

View File

@ -131,12 +131,10 @@ class RegisterAction extends Action {
'id' => 'license',
'name' => 'license',
'value' => 'true'));
common_element_start('label', array('for' => 'license'));
common_text(_t('My text and files are available under '));
common_element('a', array(href => $config['license']['url']),
$config['license']['title']);
common_text(_t(' except this private data: password, email address, IM address, phone number.'));
common_element_end('label');
common_element_end('p');
common_submit('submit', _t('Register'));
common_element_end('form');