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);
Email Address:
</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>
<?php
if($cfg->notifyONNewStaffTicket()) { ?>
......@@ -37,7 +37,7 @@ $info=Format::htmlchars(($errors && $_POST)?$_POST:$info);
Full Name:
</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>
</td>
</tr>
......@@ -115,7 +115,7 @@ $info=Format::htmlchars(($errors && $_POST)?$_POST:$info);
Subject:
</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>
</td>
</tr>
......@@ -304,6 +304,6 @@ $info=Format::htmlchars(($errors && $_POST)?$_POST:$info);
<p style="padding-left:250px;">
<input type="submit" name="submit" value="Open">
<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>
</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