[Rt-commit] rt branch, 4.6/fix-inconsistent-ticket-display-spacing, repushed
? sunnavy
sunnavy at bestpractical.com
Thu Feb 13 14:02:58 EST 2020
The branch 4.6/fix-inconsistent-ticket-display-spacing was deleted and repushed:
was 729d5d7f389aace8989daa46ceeecfef90442383
now 1fff1da477fc0df659daba035c6d09c4198fe9f4
1: 8f04da7ba < -: ------- Remove <br> tag between metadata and ticket history on display page
5: 103d4b930 ! 1: d8fad8726 Remove unnecessary <br> tag on ticket pages
@@ -1,6 +1,75 @@
Author: Craig Kaiser <craig at bestpractical.com>
- Remove uneeded <br> tags from Jumbo page
+ Remove unnecessary <br> tag on ticket pages
+
+diff --git a/share/html/Ticket/Create.html b/share/html/Ticket/Create.html
+--- a/share/html/Ticket/Create.html
++++ b/share/html/Ticket/Create.html
+@@
+ </div>
+ </div>
+ </&>
+-<br />
++
+ <div class="ticket-info-dates">
+ <&|/Widgets/TitleBox, title => loc("Dates"),
+ title_class=> 'inverse',
+@@
+ </&>
+ </div>
+ </div>
+-<br />
++
+ </div>
+
+ <div class="boxcontainer col-md-6">
+@@
+ &>
+ </&>
+ </div>
+-<br />
+
+ </div>
+ </div>
+
+diff --git a/share/html/Ticket/Display.html b/share/html/Ticket/Display.html
+--- a/share/html/Ticket/Display.html
++++ b/share/html/Ticket/Display.html
+@@
+ <& /Ticket/Elements/ShowSummary, Ticket => $TicketObj, Attachments => $attachments, InlineEdit => $InlineEdit &>
+ </&>
+ </div>
+-<br />
+
+ % $m->callback( Ticket => $TicketObj, %ARGS, Transactions => $transactions, Attachments => $attachments, CallbackName => 'BeforeShowHistory' );
+
+
+diff --git a/share/html/Ticket/Forward.html b/share/html/Ticket/Forward.html
+--- a/share/html/Ticket/Forward.html
++++ b/share/html/Ticket/Forward.html
+@@
+
+ <form action="Forward.html" id="ForwardMessage" name="ForwardMessage" method="post">
+ % $m->callback( CallbackName => 'FormStart', ARGSRef => \%ARGS );
+-<input type="hidden" class="hidden" name="id" value="<% $id %>" /><br />
++<input type="hidden" class="hidden" name="id" value="<% $id %>" />
+ <input type="hidden" class="hidden" name="QuoteTransaction" value="<% $ARGS{'QuoteTransaction'} || '' %>" />
+
+ <& /Elements/Crypt/SignEncryptWidget:ShowIssues, self => $gnupg_widget &>
+
+diff --git a/share/html/Ticket/History.html b/share/html/Ticket/History.html
+--- a/share/html/Ticket/History.html
++++ b/share/html/Ticket/History.html
+@@
+
+ % $m->callback( %ARGS, Ticket => $Ticket, CallbackName => 'BeforeActionList' );
+
+-
+-<br />
+-
+ <& /Elements/ShowHistory,
+ Object => $Ticket,
+ ShowHeaders => $ARGS{'ShowHeaders'},
diff --git a/share/html/Ticket/ModifyAll.html b/share/html/Ticket/ModifyAll.html
--- a/share/html/Ticket/ModifyAll.html
2: 134b6e6b6 = 2: 6be74d086 Remove individual padding rule for ticket elememts
3: d0bf13b35 = 3: 1785a5f6e Remove margin from bottom of titlebox
4: 54cb5b918 < -: ------- Remove unecessary <br> tag from ticket History page
6: da0c434a9 ! 4: 27b974afb Remove outdated padding setting specifically for smaller screen sizes
@@ -31,5 +31,5 @@
-
div#footer {
position: absolute;
- text-align: right;
+ font-size: 0.8em;
7: 27cdd65c7 = 5: e0241ec82 Wrap Submit into a form-row on ticket modify pages
8: 729d5d7f3 < -: ------- Fix inconsistent border spacing for nested titleboxes
-: ------- > 6: e0c38082e Use consistent border spacing for titleboxes
-: ------- > 7: 1fff1da47 Use the same padding for the container of the outer titlebox
More information about the rt-commit
mailing list