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 - - - Home - / Download Basket - - - - - RSS Feed - Your download basket can also be accessed via an RSS - feed. Some NZB downloaders can read this feed and automatically start downloading. - -{if $results|@count > 0} - - - With Selected: - - - {if isset($sabintegrated) && $sabintegrated !=""} - - {/if} - - + + + My Download Basket + + + Home + / Download Basket + - - - - - - - - Select All - Name - Added - Action - - - - {foreach $results as $result} - - - - - - {$result.searchname|escape:"htmlall"|wordwrap:75:"\n":true} - - {$result.createddate|date_format} - Delete + + + RSS Feed + Your download basket can also be accessed via an RSS + feed. Some NZB downloaders can read this feed and automatically start downloading. + + {if $results|@count > 0} + + + With Selected: + + + {if isset($sabintegrated) && $sabintegrated !=""} + + {/if} + + + + + + + + + + + Select All + Name + Added + Action - {/foreach} - - - -{else} - There are no NZBs in your download basket. -{/if} + + + {foreach $results as $result} + + + + + + {$result.searchname|escape:"htmlall"|wordwrap:75:"\n":true} + + {$result.createddate|date_format} + Delete + + {/foreach} + + + + {else} + There are no NZBs in your download basket. + {/if} + \ No newline at end of file