mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-09-02 11:18:56 +00:00
Fix wrong constant name in myshow-add.tpl in all the themes
This commit is contained in:
@@ -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
@@ -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,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/>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user