[Rt-commit] r5063 - in rtir/branches/1.9-EXPERIMENTAL: html/RTIR
alexmv at bestpractical.com
alexmv at bestpractical.com
Mon Apr 24 15:19:20 EDT 2006
Author: alexmv
Date: Mon Apr 24 15:19:19 2006
New Revision: 5063
Modified:
rtir/branches/1.9-EXPERIMENTAL/ (props changed)
rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Create.html
Log:
r12486 at zoq-fot-pik: chmrr | 2006-04-24 15:18:47 -0400
* Formatting fix -- only show parents if they exist, and don't squish
it up next to the 'split from' ticket number
Modified: rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Create.html
==============================================================================
--- rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Create.html (original)
+++ rtir/branches/1.9-EXPERIMENTAL/html/RTIR/Create.html Mon Apr 24 15:19:19 2006
@@ -78,8 +78,14 @@
% } elsif ( $TicketObj ) {
<tr>
<td align="right"><&|/l&>Split from</&>:</td>
- <td><% $TicketObj->id %><&|/l&>New ticket would be linked to Incident(s):</&><% $parentvalue %></td>
+ <td><% $TicketObj->id %></td>
</tr>
+% if ($parentvalue) {
+ <tr>
+ <td align="right"><&|/l&>Will be linked to Incident(s):</&></td>
+ <td><% $parentvalue %></td>
+ </tr>
+% }
% } else {
<tr>
<td class="label"><&|/l&>Incident</&><% $Type eq 'Block'? loc('(required)'): '' %>:</td>
More information about the Rt-commit
mailing list