Fix wrong constant name in myshow-add.tpl in all the themes

This commit is contained in:
DariusIII
2016-07-04 15:17:17 +02:00
parent 5009d4afa3
commit a1e4ad7a3f
5 changed files with 7 additions and 6 deletions
+1
View File
@@ -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
+1 -1
View File
@@ -8,7 +8,7 @@
<precommit>9</precommit>
<!-- this is the version of the pre-commit file in githooks NOT the files it calls -->
</hooks>
<commit>5348</commit></git>
<commit>5349</commit></git>
<scripts>
<last>
<date>0000-00-00</date>
@@ -1,8 +1,8 @@
<h4>{$type|ucwords} {$show.title|escape:"htmlall"} in:</h4>
<form id="myshows" action="{$smarty.const.WWW_TOP}/myshows/do{$type}" method="post">
<input type="hidden" name="subpage" value="{$rid}"/>
<input type="hidden" name="subpage" value="{$video}"/>
{if isset($from)}<input type="hidden" name="from" value="{$from}" />{/if}
{html_checkboxes name='category' values=$cat_ids output=$cat_names selected=$cat_selected separator='<br />'}
<br/>
<input class="btn btn-primary" type="submit" name="{$type}" value="{$type|ucwords}"/>
</form>
</form>
+1 -1
View File
@@ -1,7 +1,7 @@
<div class="row" style="background-color: white">
<h4>{$type|ucwords} {$show.title|escape:"htmlall"} in:</h4>
<form id="myshows" action="{$smarty.const.WWW_TOP}/myshows/do{$type}" method="post">
<input type="hidden" name="subpage" value="{$rid}"/>
<input type="hidden" name="subpage" value="{$video}"/>
{if isset($from)}<input type="hidden" name="from" value="{$from}" />{/if}
{html_checkboxes name='category' values=$cat_ids output=$cat_names selected=$cat_selected separator='<br />'}
<br/>
+2 -2
View File
@@ -1,8 +1,8 @@
<h4>{$type|ucwords} {$show.title|escape:"htmlall"} in:</h4>
<form id="myshows" action="{$smarty.const.WWW_TOP}/myshows/do{$type}" method="post">
<input type="hidden" name="subpage" value="{$rid}"/>
<input type="hidden" name="subpage" value="{$video}"/>
{if isset($from)}<input type="hidden" name="from" value="{$from}" />{/if}
{html_checkboxes name='category' values=$cat_ids output=$cat_names selected=$cat_selected separator='<br />'}
<br/>
<input class="btn btn-primary" type="submit" name="{$type}" value="{$type|ucwords}"/>
</form>
</form>