diff --git a/lam/templates/masscreate.php b/lam/templates/masscreate.php index 178a1462..0b371a58 100644 --- a/lam/templates/masscreate.php +++ b/lam/templates/masscreate.php @@ -236,15 +236,46 @@ if ($select!='pdf') { echo _('Mass Creation'); echo ''."\n"; echo _('Please provide a csv-file with the following syntax. Values with * are required:'); - echo ''."\n"; - echo _('Surname*,Givenname*,Username*,PrimaryGroup,Title,Mail,telephonenumber,'); - echo ''."\n"; - echo _('mobileTelephoneNumber,facsimileNumber,street,postalCode,postalAddress,'); - echo ''."\n"; - echo _('employeeType. If Primary group is not given it\'ll used from profile.'); + echo ''. + '
'."\n". + ''. + ''."\n".''."\n".'\n'."\n".''."\n".''."\n".''."\n".''."\n".''."\n".''."\n".''."\n".''."\n".'
'."\n"; + echo _('Surname').'*,'; + echo ''; + echo _('Given name').'*,'; + echo ''; + echo _('Username').'*,'; + echo ""; + echo _('Primary group').','; + echo ''; + echo _('Title').','; + echo ''; + echo _('eMail address').','; + echo ''; + echo _('Telephone number').','; + echo '
'; + echo _('Mobile number').','; + echo ''; + echo _('Fax number').','; + echo ''; + echo _('Street').','; + echo ''; + echo _('Postal code').','; + echo ''; + echo _('Postal address').','; + echo '
'; + echo _('Employee type').' <CR>'; + echo '
'. + ''."\n". + ''. + '
'."\n"; + echo _('If Primary group is not given it\'ll used from profile.'); echo '
'."\n"; echo _('If PrimaryGroup does not exist it will be created.'); - echo '
'."\n"; + echo '
'. + ''."\n". + ''. + '
'."\n"; echo _('Select Profile:'); echo '