Change whitelist invite form's add new item control to be consistent with similar controls elsewhere

This commit is contained in:
Zach Copley 2011-05-11 14:33:22 -07:00
parent 37cf7c0e8c
commit 04a593487a

View File

@ -152,19 +152,10 @@ class WhitelistInviteForm extends Form
'class' => 'add_row',
'href' => 'javascript://',
),
'+'
_m('Add another item')
);
}
function getUsersDomain()
{
$user = common_current_user();
assert(!empty($user));
}
/**
* Action elements
*