<? endforeach; ?> </select> <? endif; ?> </td> </tr> <tr> <td> <label for="visible"><?php echo _('Sichtbarkeit'); ?> :</label> </td> <td colspan="2"> <? if (!$prelim): ?> <?php echo vis_chooser($user['visible'], false, 'visible'); ?> <? endif; ?> <small>(<?php echo htmlReady($user['visible']); ?> )</small> </td> </tr> <tr> <td> <label for="vorname" class="required"><?php echo _('Vorname'); ?> :</label> </td>
</select> </td> </tr> <tr class="<?php echo TextHelper::cycle('table_row_even', 'table_row_odd'); ?> "> <td> <?php echo _("Sichtbarkeit:"); ?> </td> <td> <? if (!$prelim) : ?> <?php echo vis_chooser($user['visible'], true); ?> <? else : ?> <?php echo _("niemals"); ?> <? endif ?> </td> </tr> <tr class="<?php echo TextHelper::cycle('table_row_even', 'table_row_odd'); ?> "> <td> <?php echo _("Vorname:");