Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
osticket
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
docker
osticket
Commits
cb4b7d33
Commit
cb4b7d33
authored
10 years ago
by
Jared Hancock
Browse files
Options
Downloads
Patches
Plain Diff
Fixup check ticket access page styles
parent
8f732939
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
assets/default/css/theme.css
+1
-5
1 addition, 5 deletions
assets/default/css/theme.css
include/client/accesslink.inc.php
+7
-5
7 additions, 5 deletions
include/client/accesslink.inc.php
include/client/login.inc.php
+2
-2
2 additions, 2 deletions
include/client/login.inc.php
with
10 additions
and
12 deletions
assets/default/css/theme.css
+
1
−
5
View file @
cb4b7d33
...
...
@@ -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
],
...
...
This diff is collapsed.
Click to expand it.
include/client/accesslink.inc.php
+
7
−
5
View file @
cb4b7d33
...
...
@@ -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
}
?>
...
...
This diff is collapsed.
Click to expand it.
include/client/login.inc.php
+
2
−
2
View file @
cb4b7d33
...
...
@@ -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=
"
u
sername"
type=
"text"
name=
"luser"
size=
"30"
value=
"
<?php
echo
$email
;
?>
"
>
<input
id=
"username"
placeholder=
"
Email or U
sername"
type=
"text"
name=
"luser"
size=
"30"
value=
"
<?php
echo
$email
;
?>
"
>
</div>
<div>
<input
id=
"passwd"
placeholder=
"
p
assword"
type=
"password"
name=
"lpasswd"
size=
"30"
value=
"
<?php
echo
$passwd
;
?>
"
></td>
<input
id=
"passwd"
placeholder=
"
P
assword"
type=
"password"
name=
"lpasswd"
size=
"30"
value=
"
<?php
echo
$passwd
;
?>
"
></td>
</div>
<p>
<input
class=
"btn"
type=
"submit"
value=
"Sign In"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment