From a1e4ad7a3f7ca4e851e8ea06543958d2aff6f112 Mon Sep 17 00:00:00 2001 From: DariusIII Date: Mon, 4 Jul 2016 15:17:17 +0200 Subject: [PATCH] Fix wrong constant name in myshow-add.tpl in all the themes --- Changelog | 1 + build/nntmux.xml | 2 +- www/themes/Charisma/templates/myshows-add.tpl | 4 ++-- www/themes/Gentele/templates/myshows-add.tpl | 2 +- www/themes/Omicron/templates/myshows-add.tpl | 4 ++-- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Changelog b/Changelog index 029773f5e..b5f34a5cb 100755 --- a/Changelog +++ b/Changelog @@ -1,4 +1,5 @@ 2016-07-04 DariusIII + * Fix: Fix wrong constant name in myshow-add.tpl in all the themes * Fix: Fix my movies and my shows RSS feeds * Chg: Move adding of movies below cover 2016-07-01 DariusIII diff --git a/build/nntmux.xml b/build/nntmux.xml index 4a89478f8..62214fd4b 100755 --- a/build/nntmux.xml +++ b/build/nntmux.xml @@ -8,7 +8,7 @@ 9 - 5348 + 5349 0000-00-00 diff --git a/www/themes/Charisma/templates/myshows-add.tpl b/www/themes/Charisma/templates/myshows-add.tpl index c30de6578..0945aa0cb 100755 --- a/www/themes/Charisma/templates/myshows-add.tpl +++ b/www/themes/Charisma/templates/myshows-add.tpl @@ -1,8 +1,8 @@

{$type|ucwords} {$show.title|escape:"htmlall"} in:

- + {if isset($from)}{/if} {html_checkboxes name='category' values=$cat_ids output=$cat_names selected=$cat_selected separator='
'}
-
\ No newline at end of file + diff --git a/www/themes/Gentele/templates/myshows-add.tpl b/www/themes/Gentele/templates/myshows-add.tpl index 9dcffc428..2300d6951 100755 --- a/www/themes/Gentele/templates/myshows-add.tpl +++ b/www/themes/Gentele/templates/myshows-add.tpl @@ -1,7 +1,7 @@

{$type|ucwords} {$show.title|escape:"htmlall"} in:

- + {if isset($from)}{/if} {html_checkboxes name='category' values=$cat_ids output=$cat_names selected=$cat_selected separator='
'}
diff --git a/www/themes/Omicron/templates/myshows-add.tpl b/www/themes/Omicron/templates/myshows-add.tpl index c30de6578..0945aa0cb 100755 --- a/www/themes/Omicron/templates/myshows-add.tpl +++ b/www/themes/Omicron/templates/myshows-add.tpl @@ -1,8 +1,8 @@

{$type|ucwords} {$show.title|escape:"htmlall"} in:

- + {if isset($from)}{/if} {html_checkboxes name='category' values=$cat_ids output=$cat_names selected=$cat_selected separator='
'}
-
\ No newline at end of file +