[Rt-commit] rtir branch, 4.2-theme/migrate-to-elevator-themes, repushed
Blaine Motsinger
blaine at bestpractical.com
Tue Sep 17 18:06:31 EDT 2019
The branch 4.2-theme/migrate-to-elevator-themes was deleted and repushed:
was 9a1988a8a77115bbb028e2c93aeb05d403316b89
now 7d376de2eeeba51885d9ac13ad632e96028522ae
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: 9a1988a8 ! 10: 7d376de2 Migrate RTIR/Incident/Reply to elevator themes
@@ -1,8 +1,6 @@
Author: Blaine Motsinger <blaine at bestpractical.com>
Migrate RTIR/Incident/Reply to elevator themes
-
- WIP
diff --git a/html/RTIR/Elements/UpdateData b/html/RTIR/Elements/UpdateData
--- a/html/RTIR/Elements/UpdateData
@@ -172,3 +170,43 @@
</&>
<%INIT>
+
+diff --git a/html/RTIR/Incident/Reply/index.html b/html/RTIR/Incident/Reply/index.html
+--- a/html/RTIR/Incident/Reply/index.html
++++ b/html/RTIR/Incident/Reply/index.html
+@@
+
+ <& /Elements/Crypt/SignEncryptWidget:ShowIssues, self => $gnupg_widget &>
+
++<div class="form-row">
+ <h2><&|/l&>Reporters</&></h2>
+ <& /RTIR/Search/Elements/ShowResults,
+ BaseURL => $BaseURL,
+@@
+ OrderBy => $OrderBy,
+ Order => $Order,
+ &>
++</div>
+ % if ( $All ) {
++<div class="form-row">
+ <h2><&|/l&>Investigation Correspondents</&></h2>
+ <& /RTIR/Search/Elements/ShowResults,
+ BaseURL => $BaseURL,
+@@
+ OrderBy => $OrderBy,
+ Order => $Order,
+ &>
++</div>
+ % unless( RT->Config->Get('RTIR_DisableCountermeasures') ) {
++<div class="form-row">
+ <h2><&|/l&>Countermeasure Correspondents</&></h2>
+ <& /RTIR/Search/Elements/ShowResults,
+ BaseURL => $BaseURL,
+@@
+ OrderBy => $OrderBy,
+ Order => $Order,
+ &>
++</div>
+ % }
+ % }
+
More information about the rt-commit
mailing list