[Rt-commit] rt branch 5.0/fix-multiple-mt-css-classes created. rt-5.0.2-185-ga11b559681

BPS Git Server git at git.bestpractical.com
Tue Apr 26 15:30:14 UTC 2022


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt".

The branch, 5.0/fix-multiple-mt-css-classes has been created
        at  a11b5596816a66ff61f19be6b3005baac89989cb (commit)

- Log -----------------------------------------------------------------
commit a11b5596816a66ff61f19be6b3005baac89989cb
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Tue Apr 26 23:04:39 2022 +0800

    Reduce whitespace between the continuous descriptive paragraphs
    
    Both paragraphs here are for the same input(Run Dashboard Searches As)
    and it's better to not split them that much.

diff --git a/share/html/Dashboards/Subscription.html b/share/html/Dashboards/Subscription.html
index d60094aa3c..4d37095aeb 100644
--- a/share/html/Dashboards/Subscription.html
+++ b/share/html/Dashboards/Subscription.html
@@ -259,7 +259,7 @@
   <&|/l&>Most searches show the same results for all users and can be run as the user who owns the dashboard subscription (Subscription owner).</&>
   </p>
 
-  <p class="description mt-3 mb-1 ml-3">
+  <p class="description mb-1 ml-3">
   <&|/l&>For searches like "10 highest priority tickets I own" that contain __CurrentUser__ in the query, the results are specific to each recipient. For dashboards with these searches, select "Each dashboard recipient" below to run each search with the recipient set as the "Current User".</&>
   </p>
 

commit 1b93626f6d9615b0015b8adceb5e3f6e18532e5f
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Tue Apr 26 21:18:05 2022 +0800

    Fix multiple mt-* classes that are applied at the same time
    
    It was supposed to be "mt-3 mb-1", like other pages.

diff --git a/share/html/Dashboards/Subscription.html b/share/html/Dashboards/Subscription.html
index c5b631c74a..d60094aa3c 100644
--- a/share/html/Dashboards/Subscription.html
+++ b/share/html/Dashboards/Subscription.html
@@ -255,11 +255,11 @@
 
 <&| /Widgets/TitleBox, title => loc('Search Context') &>
 
-  <p class="description mt-3 mt-1 ml-3">
+  <p class="description mt-3 mb-1 ml-3">
   <&|/l&>Most searches show the same results for all users and can be run as the user who owns the dashboard subscription (Subscription owner).</&>
   </p>
 
-  <p class="description mt-3 mt-1 ml-3">
+  <p class="description mt-3 mb-1 ml-3">
   <&|/l&>For searches like "10 highest priority tickets I own" that contain __CurrentUser__ in the query, the results are specific to each recipient. For dashboards with these searches, select "Each dashboard recipient" below to run each search with the recipient set as the "Current User".</&>
   </p>
 
diff --git a/share/html/Prefs/CustomDateRanges.html b/share/html/Prefs/CustomDateRanges.html
index e0208ef26a..dba3ff95ea 100644
--- a/share/html/Prefs/CustomDateRanges.html
+++ b/share/html/Prefs/CustomDateRanges.html
@@ -55,7 +55,7 @@
   <& /Elements/ShowCustomDateRanges, CustomDateRanges => $system_config->{'RT::Ticket'} || {}, ObjectType => 'RT::Ticket' &>
 % }
 % else {
-  <p class="mt-3 mt-1 ml-3"><&|/l&>No system custom date ranges</&></p>
+  <p class="mt-3 mb-1 ml-3"><&|/l&>No system custom date ranges</&></p>
 % }
 </&>
 
@@ -64,7 +64,7 @@
   <& /Elements/ShowCustomDateRanges, CustomDateRanges => $user_config->{'RT::Ticket'} || {}, ObjectType => 'RT::Ticket' &>
 % }
 % else {
-  <p class="mt-3 mt-1 ml-3"><&|/l&>No other users custom date ranges</&></p>
+  <p class="mt-3 mb-1 ml-3"><&|/l&>No other users custom date ranges</&></p>
 % }
 </&>
 
diff --git a/share/html/Reports/TimeWorkedReport.html b/share/html/Reports/TimeWorkedReport.html
index 306619c31a..8a33213f51 100644
--- a/share/html/Reports/TimeWorkedReport.html
+++ b/share/html/Reports/TimeWorkedReport.html
@@ -154,7 +154,7 @@ loc("Find a user...") %>" value="<% $User %>" />
 </div>
 % }
 % elsif ( $StartDate && $EndDate ) {
-<p class="description mt-3 mt-1 ml-3">
+<p class="description mt-3 mb-1 ml-3">
   <&|/l&>No tickets found.</&>
 </p>
 % }
diff --git a/share/html/Widgets/Form/CustomDateRanges b/share/html/Widgets/Form/CustomDateRanges
index 200cd34b3e..e928a3fbcd 100644
--- a/share/html/Widgets/Form/CustomDateRanges
+++ b/share/html/Widgets/Form/CustomDateRanges
@@ -62,7 +62,7 @@ Default, etc.
   <& /Elements/ShowCustomDateRanges, CustomDateRanges => $config->{'RT::Ticket'} || {}, ObjectType => 'RT::Ticket' &>
 % }
 % else {
-  <p class="mt-3 mt-1 ml-3"><&|/l&>No custom date ranges in config files</&></p>
+  <p class="mt-3 mb-1 ml-3"><&|/l&>No custom date ranges in config files</&></p>
 % }
 </&>
 

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


hooks/post-receive
-- 
rt


More information about the rt-commit mailing list