<td><?php if ($isVerwalter) { echo generateGroupSelect('formUserGruppe', $_user['gruppe']); } else { echo ucfirst($_user['gruppe']); } ?> </td> <td> </td> <td nowrap><input type="text" name="formUserName" maxlength="255" value="<?php echo $_user['name']; ?> " style="width:99%"></td> <td> </td> <td nowrap rowspan="2"><?php echo makeDateTimeForm("formUserValidTill", formatDate($sql->mktime($_user['verfallsdatum']))); ?> </td> </tr> <tr class="<?php echo $_trClass; ?> "> <td> </td> <td> </td> <td> </td> <td align="right">Passwort:</td> <td> </td> <td colspan="1" nowrap><input type="text" name="formUserPass" maxlength="255" value="" style="width:99%"></td> <td> </td> </tr>
?> </td> <td class="small"> </td> <td class="small" nowrap><?php echo formatDate($sql->mktime($_tmpRecht['verfallsdatum'])); ?> </td> <td class="small"> </td> <td class="small" nowrap><input type="checkbox" name="formFileValidTill" class="small" value="<?php echo $_tmpRecht['id']; ?> "<?php echo $formFileValidTill == $_tmpRecht['id'] ? ' checked="checked"' : ''; ?> /> <?php echo makeDateTimeForm("formFileValidTill", formatDate($sql->mktime($_tmpRecht['tmpverfall'])), false, "small"); ?> </td> <td class="small"> </td> <td class="small" align="center"><input type="checkbox" name="formGrantDel" class="small" value="1"<?php echo $_tmpRecht['loeschen'] ? ' checked="checked"' : ''; ?> /></td> </tr> </form> <?php } // alle Rechte ?> </table> </td>