From 92951ad445d77564264af7031bc5f119e6f8003b Mon Sep 17 00:00:00 2001 From: Peter Rotich <peter@osticket.com> Date: Fri, 30 Mar 2012 18:32:56 -0400 Subject: [PATCH] Change cancel link & input size --- include/staff/ticket-open.inc.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/staff/ticket-open.inc.php b/include/staff/ticket-open.inc.php index a858c5708..911666447 100644 --- a/include/staff/ticket-open.inc.php +++ b/include/staff/ticket-open.inc.php @@ -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']; ?>"> <span class="error">* <?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']; ?>"> <span class="error">* <?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']?>"> <font class="error">* <?=$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> -- GitLab