Change whitelist invite form's add new item control to be consistent with similar controls elsewhere
This commit is contained in:
parent
37cf7c0e8c
commit
04a593487a
|
@ -152,19 +152,10 @@ class WhitelistInviteForm extends Form
|
||||||
'class' => 'add_row',
|
'class' => 'add_row',
|
||||||
'href' => 'javascript://',
|
'href' => 'javascript://',
|
||||||
),
|
),
|
||||||
'+'
|
_m('Add another item')
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
function getUsersDomain()
|
|
||||||
{
|
|
||||||
$user = common_current_user();
|
|
||||||
|
|
||||||
assert(!empty($user));
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Action elements
|
* Action elements
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user