<p>
Por favor, complete el formulario para asociarse al grupo:<br />
<?php if ($admin) { ?>
- <p style="color: navy; text-weight: bold">
+ <span style="color: navy; font-weight: bold">
El sistema aún no tiene 2 administradores, este usuario
será administrador del sistema.
- </p>
+ </span><br />
<?php } ?>
Nro Registro: <input type="text" name="admin_id" value="<?php echo $id ?>" /><br />
Contraseña (repítala 2 veces): <input type="password" name="admin_pass1" />
<input type="password" name="admin_pass2" /><br />
E-Mail: <input type="text" name="admin_email" value="<?php echo $email ?>" /><br />
<input type="submit" value="Asociarse" /><br />
+ <?php if (!$admin) { ?>
<a href="admin.login.php">Ingresar</a>
+ <?php } ?>
</p>
</form>
<?php