diff --git a/share/html/SelfService/Article/Search.html b/share/html/SelfService/Article/Search.html index 11905de87db..a4b34530495 100644 --- a/share/html/SelfService/Article/Search.html +++ b/share/html/SelfService/Article/Search.html @@ -47,51 +47,53 @@ %# END BPS TAGGED BLOCK }}} <& /SelfService/Elements/Header, Title => loc('Search Articles') &> +<&| /Widgets/TitleBox, title => '' &> +
- - <&|/l&>Search for Articles matching - -
- +
+
+
-
+
+
+
-
- +
+

% if ($Articles_Content) { % if ($articles_basics->Count || $articles_content->Count) { -<&|/l,$Articles_Content&>Articles matching [_1] +<&|/l,$Articles_Content&>Articles matching: [_1] % } else { -<&|/l,$Articles_Content&>No Articles match [_1] +<&|/l,$Articles_Content&>No Articles match [_1] % } % } - -

+

+
-% my %dedupe_articles; -% while (my $article = $articles_content->Next) { -% $dedupe_articles{$article->Id}++; - -% } +
+
+
+% my %dedupe_articles; +% while (my $article = $articles_content->Next) { +% $dedupe_articles{$article->Id}++; +
<%$article->Name || loc('(no name)')%>
+
<%$article->Summary%>
+% } -% while (my $article = $articles_basics->Next) { -% next if $dedupe_articles{$article->Id}; -
- - <%$article->Name || loc('(no name)')%>: <%$article->Summary%> - +% while (my $article = $articles_basics->Next) { +% next if $dedupe_articles{$article->Id}; +
<%$article->Name || loc('(no name)')%>
+
<%$article->Summary%>
+% } +
-% }
+ <%init> use RT::Articles;