- fix two TODO's where a second field has to be stuck next to the previous
This commit is contained in:
@@ -26,10 +26,12 @@ return array(
|
||||
'fields' => array(
|
||||
'email_part' => array(
|
||||
'label' => $lng['emails']['emailaddress'],
|
||||
'type' => 'text'
|
||||
'type' => 'text',
|
||||
'has_nextto' => true
|
||||
),
|
||||
'domain' => array(
|
||||
'label' => '@TODO up to email-part',
|
||||
'next_to' => 'email_part',
|
||||
'next_to_prefix' => ' @ ',
|
||||
'type' => 'select',
|
||||
'select_var' => $domains
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user