diff --git a/include/client/login.inc.php b/include/client/login.inc.php index e5ca83021149a0b5514f05303c8f34a12d581df4..7d5f9e36d905a13db5d6cace376484bcce63e5e1 100644 --- a/include/client/login.inc.php +++ b/include/client/login.inc.php @@ -51,13 +51,14 @@ if (count($ext_bks)) { } if ($cfg && $cfg->isClientRegistrationEnabled()) { if (count($ext_bks)) echo '<hr style="width:70%"/>'; ?> + <div style="margin-bottom: 5px"> Not yet registered? <a href="account.php?do=create">Create an account</a> - <br/> - <div style="margin-top: 5px;"> + </div> +<?php } ?> + <div> <b>I'm an agent</b> — <a href="<?php echo ROOT_PATH; ?>scp">sign in here</a> </div> -<?php } ?> </div> </div> </form>