From e40d1a2e1e71e115fbd672d5d77e630aa79ec2fb Mon Sep 17 00:00:00 2001 From: DariusIII Date: Fri, 24 Jun 2016 21:48:35 +0200 Subject: [PATCH] Fix styling of my download basket --- build/nntmux.xml | 2 +- www/themes/Gentele/templates/cart.tpl | 126 +++++++++++++------------- 2 files changed, 65 insertions(+), 63 deletions(-) diff --git a/build/nntmux.xml b/build/nntmux.xml index 5627590a9..c2973c864 100755 --- a/build/nntmux.xml +++ b/build/nntmux.xml @@ -8,7 +8,7 @@ 9 - 5320 + 5321 0000-00-00 diff --git a/www/themes/Gentele/templates/cart.tpl b/www/themes/Gentele/templates/cart.tpl index a76aafcb2..15e53fe8d 100755 --- a/www/themes/Gentele/templates/cart.tpl +++ b/www/themes/Gentele/templates/cart.tpl @@ -1,64 +1,66 @@ -
-

My Download Basket

- -
- -{if $results|@count > 0} -
-
- With Selected: -
- - {if isset($sabintegrated) && $sabintegrated !=""} - - {/if} - -
+
+
+

My Download Basket

+ -
-
-
-
- - - - - - - - - - - {foreach $results as $result} - - - - - + + + {if $results|@count > 0} + +
+ With Selected: +
+ + {if isset($sabintegrated) && $sabintegrated !=""} + + {/if} + +
+
+
+
+
+
+
Select AllNameAddedAction
- - - {$result.searchname|escape:"htmlall"|wordwrap:75:"\n":true} - {$result.createddate|date_format}Delete
+ + + + + + - {/foreach} - -
Select AllNameAddedAction
- -{else} - -{/if} + + + {foreach $results as $result} + + + + + + {$result.searchname|escape:"htmlall"|wordwrap:75:"\n":true} + + {$result.createddate|date_format} + Delete + + {/foreach} + + + + {else} + + {/if} +
\ No newline at end of file