[Rt-commit] rtir branch, master, updated. 4.0.1rc1-181-g821ecd37

? sunnavy sunnavy at bestpractical.com
Thu Jun 4 17:15:20 EDT 2020


The branch, master has been updated
       via  821ecd3785c12b2ed7e85ca69f2c61771dd6d7ed (commit)
       via  26ec84b1f87fc26b1526c662d432eea87adbb790 (commit)
       via  10818cbfdd9e262a6083962b02303a1e511e12d4 (commit)
      from  49fb34712677d6bfc1b087fd5d1e778422610930 (commit)

Summary of changes:
 html/RTIR/Incident/Children/index.html | 4 ++--
 html/RTIR/Incident/Reply/index.html    | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

- Log -----------------------------------------------------------------
commit 10818cbfdd9e262a6083962b02303a1e511e12d4
Author: Aaron Trevena <ast at bestpractical.com>
Date:   Wed Jun 3 14:37:25 2020 +0100

    Reduce font size for correspondent headings on incident reply pages

diff --git a/html/RTIR/Incident/Reply/index.html b/html/RTIR/Incident/Reply/index.html
index 2600555c..c5687601 100644
--- a/html/RTIR/Incident/Reply/index.html
+++ b/html/RTIR/Incident/Reply/index.html
@@ -70,7 +70,7 @@
 
 <div class="form-row">
   <div class="col-12">
-    <h2><&|/l&>Reporters</&></h2>
+    <h4><&|/l&>Reporters</&></h4>
     <& /RTIR/Search/Elements/ShowResults,
         BaseURL       => $BaseURL,
         BaseQuery     => RT::IR->Query(Lifecycle => RT::IR->lifecycle_report, MemberOf => $id),
@@ -88,7 +88,7 @@
 % if ( $All ) {
 <div class="form-row">
   <div class="col-12">
-    <h2><&|/l&>Investigation Correspondents</&></h2>
+    <h4><&|/l&>Investigation Correspondents</&></h4>
     <& /RTIR/Search/Elements/ShowResults,
         BaseURL       => $BaseURL,
         BaseQuery     => RT::IR->Query(Lifecycle => RT::IR->lifecycle_investigation, MemberOf => $id),
@@ -106,7 +106,7 @@
 % unless( RT->Config->Get('RTIR_DisableCountermeasures') ) {
 <div class="form-row">
   <div class="col-12">
-    <h2><&|/l&>Countermeasure Correspondents</&></h2>
+    <h4><&|/l&>Countermeasure Correspondents</&></h4>
     <& /RTIR/Search/Elements/ShowResults,
         BaseURL       => $BaseURL,
         BaseQuery     => RT::IR->Query(Lifecycle => RT::IR->lifecycle_countermeasure, MemberOf => $id),

commit 26ec84b1f87fc26b1526c662d432eea87adbb790
Author: Aaron Trevena <ast at bestpractical.com>
Date:   Wed Jun 3 14:40:05 2020 +0100

    Reduce font size for report title on incident children pages

diff --git a/html/RTIR/Incident/Children/index.html b/html/RTIR/Incident/Children/index.html
index 187818e2..0a5554d8 100644
--- a/html/RTIR/Incident/Children/index.html
+++ b/html/RTIR/Incident/Children/index.html
@@ -51,9 +51,9 @@
 <& /Elements/ListActions, actions => \@results &>
 
 % if( $children->CountAll == $all_children->CountAll ) {
-<h2><% loc('Total [_1]: [_2]', RT::IR::TicketType(Lifecycle => $Lifecycle), $children->CountAll) %></h2>
+<h4><% loc('Total [_1]: [_2]', RT::IR::TicketType(Lifecycle => $Lifecycle), $children->CountAll) %></h4>
 % } else {
-<h2><% loc('Total [_1]: [_2]([_3])', RT::IR::TicketType(Lifecycle => $Lifecycle), $children->CountAll, $all_children->CountAll) %></h2>
+<h4><% loc('Total [_1]: [_2]([_3])', RT::IR::TicketType(Lifecycle => $Lifecycle), $children->CountAll, $all_children->CountAll) %></h4>
 % }
 
 <form action="index.html" method="post">

commit 821ecd3785c12b2ed7e85ca69f2c61771dd6d7ed
Merge: 49fb3471 26ec84b1
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Fri Jun 5 05:14:05 2020 +0800

    Merge branch '5.0/reduce-heading-font-size-for-incidents'


-----------------------------------------------------------------------


More information about the rt-commit mailing list