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

oops: Use new staff logo on staff pwreset pages

parent 1a2e3d80
Branches
Tags
No related merge requests found
...@@ -5,7 +5,10 @@ $info = ($_POST)?Format::htmlchars($_POST):array(); ...@@ -5,7 +5,10 @@ $info = ($_POST)?Format::htmlchars($_POST):array();
?> ?>
<div id="loginBox"> <div id="loginBox">
<h1 id="logo"><a href="index.php">osTicket <?php echo __('Agent Password Reset'); ?></a></h1> <h1 id="logo"><a href="index.php">
<span class="valign-helper"></span>
<img src="logo.php?login" alt="osTicket :: <?php echo __('Agent Password Reset');?>" />
</a></h1>
<h3><?php echo Format::htmlchars($msg); ?></h3> <h3><?php echo Format::htmlchars($msg); ?></h3>
<form action="pwreset.php" method="post"> <form action="pwreset.php" method="post">
......
...@@ -5,7 +5,10 @@ $info = ($_POST && $errors)?Format::htmlchars($_POST):array(); ...@@ -5,7 +5,10 @@ $info = ($_POST && $errors)?Format::htmlchars($_POST):array();
?> ?>
<div id="loginBox"> <div id="loginBox">
<h1 id="logo"><a href="index.php">osTicket <?php echo __('Agent Password Reset'); ?></a></h1> <h1 id="logo"><a href="index.php">
<span class="valign-helper"></span>
<img src="logo.php?login" alt="osTicket :: <?php echo __('Agent Password Reset');?>" />
</a></h1>
<h3><?php echo Format::htmlchars($msg); ?></h3> <h3><?php echo Format::htmlchars($msg); ?></h3>
<form action="pwreset.php" method="post"> <form action="pwreset.php" method="post">
<?php csrf_token(); ?> <?php csrf_token(); ?>
......
...@@ -5,7 +5,10 @@ $info = ($_POST && $errors)?Format::htmlchars($_POST):array(); ...@@ -5,7 +5,10 @@ $info = ($_POST && $errors)?Format::htmlchars($_POST):array();
?> ?>
<div id="loginBox"> <div id="loginBox">
<h1 id="logo"><a href="index.php">osTicket <?php echo __('Agent Password Reset'); ?></a></h1> <h1 id="logo"><a href="index.php">
<span class="valign-helper"></span>
<img src="logo.php?login" alt="osTicket :: <?php echo __('Agent Password Reset');?>" />
</a></h1>
<h3><?php echo __('A confirmation email has been sent'); ?></h3> <h3><?php echo __('A confirmation email has been sent'); ?></h3>
<h3 style="color:black;"><em><?php echo __( <h3 style="color:black;"><em><?php echo __(
'A password reset email was sent to the email on file for your account. Follow the link in the email to reset your password.' 'A password reset email was sent to the email on file for your account. Follow the link in the email to reset your password.'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment