Skip to content
Snippets Groups Projects
Commit 92951ad4 authored by Peter Rotich's avatar Peter Rotich
Browse files

Change cancel link & input size

parent f5a933a0
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ $info=Format::htmlchars(($errors && $_POST)?$_POST:$info); ...@@ -22,7 +22,7 @@ $info=Format::htmlchars(($errors && $_POST)?$_POST:$info);
Email Address: Email Address:
</td> </td>
<td> <td>
<input type="text" size="30" name="email" value="<?php echo $info['email']; ?>"> <input type="text" size="45" name="email" value="<?php echo $info['email']; ?>">
&nbsp;<span class="error">*&nbsp;<?php echo $errors['email']; ?></span> &nbsp;<span class="error">*&nbsp;<?php echo $errors['email']; ?></span>
<?php <?php
if($cfg->notifyONNewStaffTicket()) { ?> if($cfg->notifyONNewStaffTicket()) { ?>
...@@ -37,7 +37,7 @@ $info=Format::htmlchars(($errors && $_POST)?$_POST:$info); ...@@ -37,7 +37,7 @@ $info=Format::htmlchars(($errors && $_POST)?$_POST:$info);
Full Name: Full Name:
</td> </td>
<td> <td>
<input type="text" size="30" name="name" value="<?php echo $info['name']; ?>"> <input type="text" size="45" name="name" value="<?php echo $info['name']; ?>">
&nbsp;<span class="error">*&nbsp;<?php echo $errors['name']; ?></span> &nbsp;<span class="error">*&nbsp;<?php echo $errors['name']; ?></span>
</td> </td>
</tr> </tr>
...@@ -115,7 +115,7 @@ $info=Format::htmlchars(($errors && $_POST)?$_POST:$info); ...@@ -115,7 +115,7 @@ $info=Format::htmlchars(($errors && $_POST)?$_POST:$info);
Subject: Subject:
</td> </td>
<td> <td>
<input type="text" name="subject" size="35" value="<?=$info['subject']?>"> <input type="text" name="subject" size="55" value="<?=$info['subject']?>">
&nbsp;<font class="error">*&nbsp;<?=$errors['subject']?></font> &nbsp;<font class="error">*&nbsp;<?=$errors['subject']?></font>
</td> </td>
</tr> </tr>
...@@ -304,6 +304,6 @@ $info=Format::htmlchars(($errors && $_POST)?$_POST:$info); ...@@ -304,6 +304,6 @@ $info=Format::htmlchars(($errors && $_POST)?$_POST:$info);
<p style="padding-left:250px;"> <p style="padding-left:250px;">
<input type="submit" name="submit" value="Open"> <input type="submit" name="submit" value="Open">
<input type="reset" name="reset" value="Reset"> <input type="reset" name="reset" value="Reset">
<input type="button" name="cancel" value="Cancel" onclick='window.location.href="departments.php"'> <input type="button" name="cancel" value="Cancel" onclick='window.location.href="tickets.php"'>
</p> </p>
</form> </form>
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