[Rt-commit] r12541 - rt/branches/3.6-RELEASE/html/Ticket
ruz at bestpractical.com
ruz at bestpractical.com
Mon May 19 20:03:30 EDT 2008
Author: ruz
Date: Mon May 19 20:03:22 2008
New Revision: 12541
Modified:
rt/branches/3.6-RELEASE/html/Ticket/Create.html
Log:
* revert Kevin's CreateTicket change
Modified: rt/branches/3.6-RELEASE/html/Ticket/Create.html
==============================================================================
--- rt/branches/3.6-RELEASE/html/Ticket/Create.html (original)
+++ rt/branches/3.6-RELEASE/html/Ticket/Create.html Mon May 19 20:03:22 2008
@@ -86,7 +86,7 @@
</td>
</tr>
<tr>
-<td class="labeltop">
+<td class="label">
<&|/l&>Cc</&>:
</td>
<td class="value" colspan="5">
@@ -96,7 +96,7 @@
</td>
</tr>
<tr>
-<td class="labeltop">
+<td class="label">
<&|/l&>Admin Cc</&>:
</td>
<td class="value" colspan="5">
@@ -168,7 +168,7 @@
</tr>
</table>
</&>
-<& /Elements/Submit, Label => loc("Create"), Name => 'CreateTicket' &>
+<& /Elements/Submit, Label => loc("Create")&>
</div>
<div id="Ticket-Create-details">
@@ -235,7 +235,7 @@
</td>
</tr>
</table>
-<& /Elements/Submit, Label => loc("Create"), Name => 'CreateTicket' &>
+<& /Elements/Submit, Label => loc("Create") &>
</div>
</form>
@@ -371,7 +371,7 @@
# }}}
-if ((!exists $ARGS{'AddMoreAttach'}) and exists $ARGS{'CreateTicket'} and ($ARGS{'id'} eq 'new')) { # new ticket?
+if ((!exists $ARGS{'AddMoreAttach'}) and ($ARGS{'id'} eq 'new')) { # new ticket?
if ($ValidCFs) {
$m->comp('Display.html', %ARGS);
$RT::Logger->crit("After display call; error is $@");
More information about the Rt-commit
mailing list