[Rt-commit] rtir branch, 4.2-theme/migrate-to-elevator-themes, repushed
Blaine Motsinger
blaine at bestpractical.com
Fri Feb 28 13:28:25 EST 2020
The branch 4.2-theme/migrate-to-elevator-themes was deleted and repushed:
was 9a3a7649064ccabbae7e42427a387ab27503e194
now fdd0e3a9e09ef277141bde2e8820d40f7952693c
1: 857706ac = 1: 857706ac Migrate RTIR/index to elevator themes
2: b6a39e7d = 2: b6a39e7d Migrate RTIR/Display to elevator themes
3: be8d48a6 = 3: be8d48a6 Fix has_watchers test regex for elevator themes
4: a18bd87e = 4: a18bd87e Fix ticket_is_linked_to_inc test regex for elevator themes
5: e42a2dff = 5: e42a2dff Migrate RTIR/Incident/Display to elevator themes
6: ecec102a = 6: ecec102a Migrate RTIR/Incident/Create to elevator themes
7: 09016018 = 7: 09016018 Migrate RTIR/Create to elevator themes
8: 24691153 = 8: 24691153 Migrate RTIR/Tools/Lookup to elevator themes
9: 3833dcfe = 9: 3833dcfe Migrate RTIR/Reporting to elevator themes
10: 7d376de2 = 10: 7d376de2 Migrate RTIR/Incident/Reply to elevator themes
11: a8537ca4 = 11: a8537ca4 Migrate RTIR/Update to elevator themes
12: f02a0744 = 12: f02a0744 Migrate RTIR/Merge to elevator themes
13: 74dbe3d5 = 13: 74dbe3d5 Migrate modals to new elevator themes
14: 2cfbb20f = 14: 2cfbb20f Migrate RTIR/Edit to elevator themes
15: 21508531 = 15: 21508531 Migrate RTIR/Advanced to elevator themes
16: 8cdb81b7 = 16: 8cdb81b7 Fix articles tests for RT 4.6 articles refactor
17: 291dc8c1 = 17: 291dc8c1 Fix button styles
18: 9296bdf0 = 18: 9296bdf0 Fix position of topactions
19: 4a1f81bb ! 19: 1605bfe3 Fix label and value row alignment
@@ -158,6 +158,28 @@
<div class="value col-md-9">
- <span class="current-value form-control"><% $constituency %></span>
+ <span class="current-value"><% $constituency %></span>
+ </div>
+ </div>
+ % }
+@@
+ <% loc('Split from') %>:
+ </div>
+ <div class="value col-md-9">
+- <a href="<%RT::IR->HREFTo('Incident/Display.html?id='.$SplitObj->id)%>"><% loc("[_1] #[_2]: [_3]", RT::IR::TicketType(Lifecycle => $SplitObj->QueueObj->Lifecycle), $SplitObj->Id, $SplitObj->Subject) %></a>
++ <span class="current-value form-control">
++ <a href="<%RT::IR->HREFTo('Incident/Display.html?id='.$SplitObj->id)%>"><% loc("[_1] #[_2]: [_3]", RT::IR::TicketType(Lifecycle => $SplitObj->QueueObj->Lifecycle), $SplitObj->Id, $SplitObj->Subject) %></a>
++ </span>
+ </div>
+ </div>
+ % }
+@@
+ <% loc('Link with') %>:
+ </div>
+ <div class="value col-md-9">
+- <a href="<%RT::IR->HREFTo('Display.html?id='.$ChildObj->id)%>"><% loc("[_1] #[_2]: [_3]", RT::IR::TicketType(Lifecycle => $ChildObj->QueueObj->Lifecycle), $ChildObj->Id, $ChildObj->Subject) %></a>
++ <span class="current-value form-control">
++ <a href="<%RT::IR->HREFTo('Display.html?id='.$ChildObj->id)%>"><% loc("[_1] #[_2]: [_3]", RT::IR::TicketType(Lifecycle => $ChildObj->QueueObj->Lifecycle), $ChildObj->Id, $ChildObj->Subject) %></a>
++ </span>
</div>
</div>
% }
@@ -194,3 +216,81 @@
<& /RTIR/Elements/EditCustomFields,
%ARGS,
+diff --git a/html/RTIR/Incident/Display.html b/html/RTIR/Incident/Display.html
+--- a/html/RTIR/Incident/Display.html
++++ b/html/RTIR/Incident/Display.html
+@@
+ <% loc("Constituency") %>:
+ </div>
+ <div class="value col-md-9">
+- <span class="current-value form-control"><% $constituency %></span>
++ <span class="current-value"><% $constituency %></span>
+ </div>
+ </div>
+ % }
+ <div class="form-row">
+ <div class="label col-md-3">
+- <% loc("Queue") %>
++ <% loc("Queue") %>:
+ </div>
+ <div class="value col-md-9">
+- <span class="current-value form-control"><% $TicketObj->QueueObj->Name %></span>
++ <span class="current-value"><% $TicketObj->QueueObj->Name %></span>
+ </div>
+ </div>
+ <div class="form-row">
+@@
+ <% loc("Status") %>:
+ </div>
+ <div class="value col-md-9">
+- <span class="current-value form-control"><% $TicketObj->Status %></span>
++ <span class="current-value"><% $TicketObj->Status %></span>
+ </div>
+ </div>
+ % if ( !$TicketObj->QueueObj->SLADisabled ) {
+@@
+ <&|/l&>SLA</&>:
+ </div>
+ <div class="value col-md-9">
+- <span class="current-value form-control"><% loc($TicketObj->SLA) %></span>
++ <span class="current-value"><% loc($TicketObj->SLA) %></span>
+ </div>
+ </div>
+ % }
+@@
+ <&|/l&>Owner</&>:
+ </div>
+ <div class="value col-md-9">
+- <span class="current-value form-control"><& /Elements/ShowUser, User => $TicketObj->OwnerObj &></span>
++ <span class="current-value"><& /Elements/ShowUser, User => $TicketObj->OwnerObj &></span>
+ </div>
+ </div>
+ <div class="form-row">
+@@
+ <&|/l&>Subject</&>:
+ </div>
+ <div class="value col-md-9">
+- <span class="current-value form-control"><% $TicketObj->Subject %></span>
++ <span class="current-value"><% $TicketObj->Subject %></span>
+ </div>
+ </div>
+ <div class="form-row">
+@@
+ <&|/l&>Priority</&>:
+ </div>
+ <div class="value col-md-9">
+- <span class="current-value form-control"><& /Ticket/Elements/ShowPriority, Ticket => $TicketObj &></span>
++ <span class="current-value"><& /Ticket/Elements/ShowPriority, Ticket => $TicketObj &></span>
+ </div>
+ </div>
+ <div class="form-row">
+@@
+ <&|/l&>Time Worked</&>:
+ </div>
+ <div class="value col-md-9">
+- <span class="current-value form-control"><%loc('[_1] min', $TimeWorked)%></span>
++ <span class="current-value"><%loc('[_1] min', $TimeWorked)%></span>
+ </div>
+ </div>
+
+
20: cd706a1c = 20: 8fc8b8fe Fix nav and header to match RT styling
21: 9a3a7649 ! 21: bd34e727 Fix message box alignment to match RT styling
@@ -103,3 +103,4 @@
</div>
<& /Ticket/Elements/AddAttachments, %ARGS, QueueObj => $QueueObj &>
+
--: ------- > 22: fdd0e3a9 Update requires_rt and message for 5.0
More information about the rt-commit
mailing list