[Rt-commit] rt branch, 4.6/article-styling, repushed
Michel Rodriguez
michel at bestpractical.com
Fri Mar 6 09:31:54 EST 2020
The branch 4.6/article-styling was deleted and repushed:
was c70e58e91bc4a36967320f75d152232403389ac2
now 15f5dad40be85b348563e4031dafa9c9d4c6e2fc
1: 566926c3d = 1: 566926c3d Convert linked classes in Articles > Search to a portlet.
2: 4fb9578e8 ! 2: cb1922331 Make [Update] in Articles > Overview look like Take link in ticket searches.
@@ -10,7 +10,6 @@
</div>
</div>
+
-+<div id="article-list">
% while (my $Article = $MyArticles->Next) {
% $i++;
<div class="<% $i%2 ? 'oddline' : 'evenline'%> form-row article-metadata">
@@ -27,7 +26,6 @@
</div>
</div>
% }
-+</div>
+
<& /Widgets/TitleBoxEnd &>
<%INIT>
@@ -37,14 +35,6 @@
--- a/share/html/Articles/Elements/UpdatedArticles
+++ b/share/html/Articles/Elements/UpdatedArticles
@@
- </div>
- </div>
-
-+<div id="article-list">
- % while (my $Article = $MyArticles->Next) {
- % $i++;
- <div class="<% $i%2 ? 'oddline' : 'evenline'%> form-row article-metadata">
-@@
<span class="current-value"><%$Article->CreatorObj->Name%></span>
</div>
<div class="col-md-3 value text-left">
@@ -53,12 +43,4 @@
</div>
</div>
-@@
- </div>
- </div>
- % }
-+</div>
-
- <& /Widgets/TitleBoxEnd &>
- <%INIT>
3: 9fee12484 = 3: c1eaad24f Make headers smaller in Article search results.
4: 6e2351a5b = 4: 1bb5cc9f4 Change "Modify this search" to the gear icon in the article search.
5: c70e58e91 < -: ------- Add formatting to the "Topics" heading in article search results.
-: ------- > 5: 66a3a8171 Add formatting to the "Topics" heading in article search results.
-: ------- > 6: d31f8cf0e Remove "Search results" header in the article search result page.
-: ------- > 7: 15f5dad40 Format newest/most recently updated article headers.
More information about the rt-commit
mailing list