@@ -25,8 +24,8 @@ class UwAddUsersForm extends FormBase {
...
@@ -25,8 +24,8 @@ class UwAddUsersForm extends FormBase {
// The list of users this form.
// The list of users this form.
$form['users']=[
$form['users']=[
'#title'=>'WatIAM user ID(s) (maximum 8 characters per ID)',
'#title'=>t('WatIAM user ID(s) (maximum 8 characters per ID)'),
'#description'=>'Enter a single WatIAM user ID, or multiple WatIAM user IDs, one per line.<br>You can use <a href="https://idm.uwaterloo.ca/search/" target="_blank">authenticated WatIAM search</a> if you don\'t know their user ID (will open a new window).',
'#description'=>t('Enter a single WatIAM user ID, or multiple WatIAM user IDs, one per line.<br>You can use <a href="https://idm.uwaterloo.ca/search/" target="_blank">authenticated WatIAM search</a> if you don\'t know their user ID (will open a new window).'),
'#type'=>'textarea',
'#type'=>'textarea',
'#required'=>TRUE,
'#required'=>TRUE,
];
];
...
@@ -52,9 +51,9 @@ class UwAddUsersForm extends FormBase {
...
@@ -52,9 +51,9 @@ class UwAddUsersForm extends FormBase {
// Step through each of the submitted users to create if needed/possible,
// Step through each of the submitted users to create if needed/possible,