From 7d452a2ee0b0d52badb26120dd528438b74d0428 Mon Sep 17 00:00:00 2001 From: William Hearn Date: Thu, 3 Mar 2016 19:29:09 -0500 Subject: [PATCH] Issue #2680619: Sidebar Menu extra / missing tags --- templates/panes/megamenu.tpl.php | 16 ++-------- templates/panes/megamenu_nav.tpl.php | 53 +++++++++++--------------------- templates/panes/megamenu_sidebar.tpl.php | 14 ++------- templates/panes/sidebar.tpl.php | 16 ++-------- templates/panes/sidebar_nav.tpl.php | 53 +++++++++++--------------------- templates/panes/sidebar_sidebar.tpl.php | 14 ++------- 6 files changed, 44 insertions(+), 122 deletions(-) diff --git a/templates/panes/megamenu.tpl.php b/templates/panes/megamenu.tpl.php index 65494b7..8b47590 100644 --- a/templates/panes/megamenu.tpl.php +++ b/templates/panes/megamenu.tpl.php @@ -1,17 +1,7 @@ type: the content type inside this pane @@ -30,7 +20,6 @@ - @@ -41,7 +30,6 @@ - diff --git a/templates/panes/megamenu_nav.tpl.php b/templates/panes/megamenu_nav.tpl.php index 70b5ded..35a1146 100644 --- a/templates/panes/megamenu_nav.tpl.php +++ b/templates/panes/megamenu_nav.tpl.php @@ -1,17 +1,7 @@ type: the content type inside this pane @@ -27,35 +17,28 @@ * data including the contexts and all of the other panes being displayed. */ ?> -
+
- <> -
- - +
> + + + + + + title_pane == $pane->pid) : ?> +

+ + > - - - - - title_pane == $pane->pid) : ?> -

- - > - - - - - - > - -
- + + + > +
- > +
diff --git a/templates/panes/megamenu_sidebar.tpl.php b/templates/panes/megamenu_sidebar.tpl.php index c65b356..80eea22 100644 --- a/templates/panes/megamenu_sidebar.tpl.php +++ b/templates/panes/megamenu_sidebar.tpl.php @@ -1,17 +1,7 @@ type: the content type inside this pane diff --git a/templates/panes/sidebar.tpl.php b/templates/panes/sidebar.tpl.php index 65494b7..8b47590 100644 --- a/templates/panes/sidebar.tpl.php +++ b/templates/panes/sidebar.tpl.php @@ -1,17 +1,7 @@ type: the content type inside this pane @@ -30,7 +20,6 @@ - @@ -41,7 +30,6 @@ - diff --git a/templates/panes/sidebar_nav.tpl.php b/templates/panes/sidebar_nav.tpl.php index 70b5ded..35a1146 100644 --- a/templates/panes/sidebar_nav.tpl.php +++ b/templates/panes/sidebar_nav.tpl.php @@ -1,17 +1,7 @@ type: the content type inside this pane @@ -27,35 +17,28 @@ * data including the contexts and all of the other panes being displayed. */ ?> -
+
- <> -
- - +
> + + + + + + title_pane == $pane->pid) : ?> +

+ + > - - - - - title_pane == $pane->pid) : ?> -

- - > - - - - - - > - -
- + + + > +
- > +
diff --git a/templates/panes/sidebar_sidebar.tpl.php b/templates/panes/sidebar_sidebar.tpl.php index c65b356..80eea22 100644 --- a/templates/panes/sidebar_sidebar.tpl.php +++ b/templates/panes/sidebar_sidebar.tpl.php @@ -1,17 +1,7 @@ type: the content type inside this pane -- 2.3.8 (Apple Git-58)