*** empty log message ***
This commit is contained in:
parent
da5a82dc03
commit
003503bda2
|
@ -731,7 +731,7 @@ switch ($select_local) { // Select which part of page will be loaded
|
||||||
echo '></td>'."\n".'<td>'.
|
echo '></td>'."\n".'<td>'.
|
||||||
'<a href="help.php?HelpNumber=426" target="lamhelp">'._('Help').'</a>'.
|
'<a href="help.php?HelpNumber=426" target="lamhelp">'._('Help').'</a>'.
|
||||||
'</td></tr>'."\n".'<tr><td>';
|
'</td></tr>'."\n".'<tr><td>';
|
||||||
echo _('Password does not expire.');
|
echo _('Password does not expire');
|
||||||
echo '</td>'."\n".'<td><input name="f_smb_flagsX" type="checkbox"';
|
echo '</td>'."\n".'<td><input name="f_smb_flagsX" type="checkbox"';
|
||||||
if ($_SESSION['account']->smb_flagsX) echo ' checked ';
|
if ($_SESSION['account']->smb_flagsX) echo ' checked ';
|
||||||
echo '></td>'."\n".'<td>'.
|
echo '></td>'."\n".'<td>'.
|
||||||
|
|
|
@ -31,7 +31,7 @@ session_save_path('../sess');
|
||||||
|
|
||||||
echo $_SESSION['account'];
|
echo $_SESSION['account'];
|
||||||
echo '<html><head><title>';
|
echo '<html><head><title>';
|
||||||
echo _('Create new Accounts');
|
echo _('Create new accounts');
|
||||||
echo '</title>'.
|
echo '</title>'.
|
||||||
'<link rel="stylesheet" type="text/css" href="../style/layout.css">'.
|
'<link rel="stylesheet" type="text/css" href="../style/layout.css">'.
|
||||||
'<meta http-equiv="pragma" content="no-cache">'.
|
'<meta http-equiv="pragma" content="no-cache">'.
|
||||||
|
@ -94,25 +94,25 @@ switch ($select) {
|
||||||
break;
|
break;
|
||||||
case 'detail':
|
case 'detail':
|
||||||
echo '<tr><td>';
|
echo '<tr><td>';
|
||||||
echo _('Surname*');
|
echo _('Surname').'*';
|
||||||
echo '</td>'."\n".'<td>'.
|
echo '</td>'."\n".'<td>'.
|
||||||
'<input name="f_general_surname" type="text" size="20" maxlength="20" value="' . $_SESSION['accounts'][$row]->general_surname . '">'.
|
'<input name="f_general_surname" type="text" size="20" maxlength="20" value="' . $_SESSION['accounts'][$row]->general_surname . '">'.
|
||||||
'</td><td>'.
|
'</td><td>'.
|
||||||
'<a href="help.php?HelpNumber=424" target="lamhelp">'._('Help').'</a>'.
|
'<a href="help.php?HelpNumber=424" target="lamhelp">'._('Help').'</a>'.
|
||||||
'</td></tr>'."\n".'<tr><td>';
|
'</td></tr>'."\n".'<tr><td>';
|
||||||
echo _('Given name*');
|
echo _('Given name').'*';
|
||||||
echo '</td>'."\n".'<td>'.
|
echo '</td>'."\n".'<td>'.
|
||||||
'<input name="f_general_givenname" type="text" size="20" maxlength="20" value="' . $_SESSION['accounts'][$row]->general_givenname . '">'.
|
'<input name="f_general_givenname" type="text" size="20" maxlength="20" value="' . $_SESSION['accounts'][$row]->general_givenname . '">'.
|
||||||
'</td>'."\n".'<td>'.
|
'</td>'."\n".'<td>'.
|
||||||
'<a href="help.php?HelpNumber=425" target="lamhelp">'._('Help').'</a>'.
|
'<a href="help.php?HelpNumber=425" target="lamhelp">'._('Help').'</a>'.
|
||||||
'</td></tr>'."\n".'<tr><td>';
|
'</td></tr>'."\n".'<tr><td>';
|
||||||
echo _('Username*');
|
echo _('Username').'*';
|
||||||
echo "</td>\n<td>".
|
echo "</td>\n<td>".
|
||||||
'<input name="f_general_username" type="text" size="20" maxlength="20" value="' . $_SESSION['accounts'][$row]->general_username . '">'.
|
'<input name="f_general_username" type="text" size="20" maxlength="20" value="' . $_SESSION['accounts'][$row]->general_username . '">'.
|
||||||
'</td><td>'.
|
'</td><td>'.
|
||||||
'<a href="help.php?HelpNumber=400" target="lamhelp">'._('Help').'</a>'.
|
'<a href="help.php?HelpNumber=400" target="lamhelp">'._('Help').'</a>'.
|
||||||
'</td></tr>'."\n".'<tr><td>';
|
'</td></tr>'."\n".'<tr><td>';
|
||||||
echo _('Primary group*');
|
echo _('Primary group').'*';
|
||||||
echo "</td>\n<td>".
|
echo "</td>\n<td>".
|
||||||
'<input name="f_general_group" type="text" size="20" maxlength="20" value="' . $_SESSION['accounts'][$row]->general_group . '">'.
|
'<input name="f_general_group" type="text" size="20" maxlength="20" value="' . $_SESSION['accounts'][$row]->general_group . '">'.
|
||||||
'</td><td>'.
|
'</td><td>'.
|
||||||
|
@ -124,7 +124,7 @@ switch ($select) {
|
||||||
echo $_SESSION['account']->general_surname . ' ' . $_SESSION['account']->general_givenname . '</td><td>'.
|
echo $_SESSION['account']->general_surname . ' ' . $_SESSION['account']->general_givenname . '</td><td>'.
|
||||||
'<a href="help.php?HelpNumber=448" target="lamhelp">'._('Help').'</a>'.
|
'<a href="help.php?HelpNumber=448" target="lamhelp">'._('Help').'</a>'.
|
||||||
'</td></tr>'."\n".'<tr><td>';
|
'</td></tr>'."\n".'<tr><td>';
|
||||||
echo _('Employee Type');
|
echo _('Employee type');
|
||||||
echo '</td>'."\n".'<td>'.
|
echo '</td>'."\n".'<td>'.
|
||||||
'<input name="f_personal_employeeType" type="text" size="30" maxlength="30" value="' . $_SESSION['accounts'][$row]->personal_employeeType . '">'.
|
'<input name="f_personal_employeeType" type="text" size="30" maxlength="30" value="' . $_SESSION['accounts'][$row]->personal_employeeType . '">'.
|
||||||
'</td><td>'.
|
'</td><td>'.
|
||||||
|
@ -148,25 +148,25 @@ switch ($select) {
|
||||||
'</td><td>'.
|
'</td><td>'.
|
||||||
'<a href="help.php?HelpNumber=452" target="lamhelp">'._('Help').'</a>'.
|
'<a href="help.php?HelpNumber=452" target="lamhelp">'._('Help').'</a>'.
|
||||||
'</td></tr>'."\n".'<tr><td>';
|
'</td></tr>'."\n".'<tr><td>';
|
||||||
echo _('Telephone Number');
|
echo _('Telephone number');
|
||||||
echo '</td>'."\n".'<td>'.
|
echo '</td>'."\n".'<td>'.
|
||||||
'<input name="f_personal_telephoneNumber" type="text" size="30" maxlength="30" value="' . $_SESSION['accounts'][$row]->personal_telephoneNumber . '">'.
|
'<input name="f_personal_telephoneNumber" type="text" size="30" maxlength="30" value="' . $_SESSION['accounts'][$row]->personal_telephoneNumber . '">'.
|
||||||
'</td><td>'.
|
'</td><td>'.
|
||||||
'<a href="help.php?HelpNumber=453" target="lamhelp">'._('Help').'</a>'.
|
'<a href="help.php?HelpNumber=453" target="lamhelp">'._('Help').'</a>'.
|
||||||
'</td></tr>'."\n".'<tr><td>';
|
'</td></tr>'."\n".'<tr><td>';
|
||||||
echo _('Mobile Phonenumber');
|
echo _('Mobile number');
|
||||||
echo '</td>'."\n".'<td>'.
|
echo '</td>'."\n".'<td>'.
|
||||||
'<input name="f_personal_mobileTelephoneNumber" type="text" size="30" maxlength="30" value="' . $_SESSION['accounts'][$row]->personal_mobileTelephoneNumber . '">'.
|
'<input name="f_personal_mobileTelephoneNumber" type="text" size="30" maxlength="30" value="' . $_SESSION['accounts'][$row]->personal_mobileTelephoneNumber . '">'.
|
||||||
'</td><td>'.
|
'</td><td>'.
|
||||||
'<a href="help.php?HelpNumber=454" target="lamhelp">'._('Help').'</a>'.
|
'<a href="help.php?HelpNumber=454" target="lamhelp">'._('Help').'</a>'.
|
||||||
'</td></tr>'."\n".'<tr><td>';
|
'</td></tr>'."\n".'<tr><td>';
|
||||||
echo _('Facsimile Number');
|
echo _('Fax number');
|
||||||
echo '</td>'."\n".'<td>'.
|
echo '</td>'."\n".'<td>'.
|
||||||
'<input name="f_personal_facsimileTelephoneNumber" type="text" size="30" maxlength="30" value="' . $_SESSION['accounts'][$row]->personal_facsimileTelephoneNumber . '">'.
|
'<input name="f_personal_facsimileTelephoneNumber" type="text" size="30" maxlength="30" value="' . $_SESSION['accounts'][$row]->personal_facsimileTelephoneNumber . '">'.
|
||||||
'</td><td>'.
|
'</td><td>'.
|
||||||
'<a href="help.php?HelpNumber=455" target="lamhelp">'._('Help').'</a>'.
|
'<a href="help.php?HelpNumber=455" target="lamhelp">'._('Help').'</a>'.
|
||||||
'</td></tr>'."\n".'<tr><td>';
|
'</td></tr>'."\n".'<tr><td>';
|
||||||
echo _('eMail Address');
|
echo _('eMail address');
|
||||||
echo '</td>'."\n".'<td>'.
|
echo '</td>'."\n".'<td>'.
|
||||||
'<input name="f_personal_mail" type="text" size="30" maxlength="30" value="' . $_SESSION['accounts'][$row]->personal_mail . '">'.
|
'<input name="f_personal_mail" type="text" size="30" maxlength="30" value="' . $_SESSION['accounts'][$row]->personal_mail . '">'.
|
||||||
'</td><td>'.
|
'</td><td>'.
|
||||||
|
|
Loading…
Reference in New Issue