From f4450bec46010fa9af09e4c31c473800496d076b Mon Sep 17 00:00:00 2001 From: markheloking Date: Mon, 8 Dec 2014 15:13:07 +0100 Subject: [PATCH] Fix 2-row on home Fix the search and layout buttons being on two different rows --- gui/slick/interfaces/default/home.tmpl | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/gui/slick/interfaces/default/home.tmpl b/gui/slick/interfaces/default/home.tmpl index fe1403b4..c4244626 100644 --- a/gui/slick/interfaces/default/home.tmpl +++ b/gui/slick/interfaces/default/home.tmpl @@ -214,6 +214,10 @@ + #if $layout != 'poster': + Search: + + #end if #if $layout == 'poster': @@ -238,12 +242,6 @@ #end if -#if $layout != 'poster': -
- -
-#end if - #for $curShowlist in $showlists: #set $curListType = $curShowlist[0] #set $myShowList = $list($curShowlist[1])