Skip to content
Snippets Groups Projects
Commit cb4b7d33 authored by Jared Hancock's avatar Jared Hancock
Browse files

Fixup check ticket access page styles

parent 8f732939
No related branches found
No related tags found
No related merge requests found
......@@ -643,12 +643,8 @@ label.required {
color: #d00;
display: block;
}
#clientLogin #email {
width: 250px;
margin-right: 0;
}
#clientLogin #email,
#clientLogin #ticketno {
width: 120px;
margin-right: 0;
}
#clientLogin input[type=text],
......
......@@ -14,12 +14,14 @@ link will be emailed to you.</p>
<strong><?php echo Format::htmlchars($errors['login']); ?></strong>
<br>
<div>
<label for="email">E-Mail Address:</label><br/>
<input id="email" type="text" name="lemail" size="30" value="<?php echo $email; ?>">
<label for="email">E-Mail Address:
<input id="email" placeholder="e.g. john.doe@osticket.com" type="text"
name="lemail" size="30" value="<?php echo $email; ?>"></label>
</div>
<div>
<label for="ticketno">Ticket Number:</label><br/>
<input id="ticketno" type="text" name="lticket" size="16" value="<?php echo $ticketid; ?>"></td>
<input id="ticketno" type="text" name="lticket" placeholder="e.g. 051243"
size="30" value="<?php echo $ticketid; ?>"></td>
</div>
<p>
<input class="btn" type="submit" value="Email Access Link">
......@@ -28,9 +30,9 @@ link will be emailed to you.</p>
<div style="display:table-cell;padding-left: 2em;padding-right:90px;">
<?php if ($cfg && $cfg->getClientRegistrationMode() !== 'disabled') { ?>
Have an account with us?
<a href="account.php?do=create">Sign In</a> <?php
<a href="login.php">Sign In</a> <?php
if ($cfg->isClientRegistrationEnabled()) { ?>
or <a href="login.php?do=create">register for an account</a> <?php
or <a href="account.php?do=create">register for an account</a> <?php
} ?> to access all your tickets.
<?php
} ?>
......
......@@ -24,10 +24,10 @@ if ($content) {
<div style="width:40%;display:table-cell;box-shadow: 12px 0 15px -15px rgba(0,0,0,0.4);padding:15px;">
<strong><?php echo Format::htmlchars($errors['login']); ?></strong>
<div>
<input id="username" placeholder="username" type="text" name="luser" size="30" value="<?php echo $email; ?>">
<input id="username" placeholder="Email or Username" type="text" name="luser" size="30" value="<?php echo $email; ?>">
</div>
<div>
<input id="passwd" placeholder="password" type="password" name="lpasswd" size="30" value="<?php echo $passwd; ?>"></td>
<input id="passwd" placeholder="Password" type="password" name="lpasswd" size="30" value="<?php echo $passwd; ?>"></td>
</div>
<p>
<input class="btn" type="submit" value="Sign In">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment