diff --git a/views/pages/categoryListPage.html b/views/pages/categoryListPage.html index 4220bee08..dc54a3e09 100644 --- a/views/pages/categoryListPage.html +++ b/views/pages/categoryListPage.html @@ -9,6 +9,11 @@
+
+
+ {{> includes/searchBarPanel.html }} +
+

Discussions

@@ -37,6 +42,11 @@

{{name}}

{{/paginationRendered}}
+
+
+ {{> includes/searchBarPanel.html }} +
+
{{> includes/footer.html }} @@ -44,5 +54,6 @@

{{name}}

{{> includes/scripts/showTopPagination.html }} {{/paginationRendered}} {{> includes/scripts/tableTrLinkScript.html }} + {{> includes/scripts/formControlClear.html }} diff --git a/views/pages/discussionListPage.html b/views/pages/discussionListPage.html index f2db4b262..f18ffd760 100644 --- a/views/pages/discussionListPage.html +++ b/views/pages/discussionListPage.html @@ -14,6 +14,11 @@
  • Forum
  • {{category.name}}
  • +
    +
    + {{> includes/searchBarPanel.html }} +
    +
    Create Topic @@ -32,6 +37,11 @@ {{/paginationRendered}} +
    +
    + {{> includes/searchBarPanel.html }} +
    +
    {{> includes/footer.html }} @@ -39,5 +49,6 @@ {{> includes/scripts/showTopPagination.html }} {{/paginationRendered}} {{> includes/scripts/tableTrLinkScript.html }} + {{> includes/scripts/formControlClear.html }}