diff --git a/www/themes/charisma/templates/frontend/viewseries.tpl b/www/themes/charisma/templates/frontend/viewseries.tpl
index efef2bdbc..0def8ad83 100644
--- a/www/themes/charisma/templates/frontend/viewseries.tpl
+++ b/www/themes/charisma/templates/frontend/viewseries.tpl
@@ -38,7 +38,7 @@
{if $show.image != 0}
+ src="{$smarty.const.WWW_TOP}/covers/tvshows/{$show.id}.jpg"/>
{/if}
@@ -48,16 +48,8 @@
@@ -93,17 +85,17 @@
{if $myshows.id != ''}
Edit
Remove
{else}
Add
+ href="{$smarty.const.WWW_TOP}/myshows/add/{$show.id}?from={$smarty.server.REQUEST_URI|escape:"url"}"
+ class="myshows" rel="add" name="series{$show.id}" title="Add to My Shows">Add
{/if}
diff --git a/www/themes/charisma/templates/frontend/viewserieslist.tpl b/www/themes/charisma/templates/frontend/viewserieslist.tpl
index ba9eee82e..7e8f02f05 100644
--- a/www/themes/charisma/templates/frontend/viewserieslist.tpl
+++ b/www/themes/charisma/templates/frontend/viewserieslist.tpl
@@ -44,23 +44,23 @@
{foreach $series as $s}
- {$s.releasetitle|escape:"htmlall"}{if $s.prevdate != ''} Last: {$s.previnfo|escape:"htmlall"} aired {$s.prevdate|date_format}{/if} |
+ {$s.releasetitle|escape:"htmlall"}{if $s.prevdate != ''} Last: {$s.previnfo|escape:"htmlall"} aired {$s.prevdate|date_format}{/if} |
{$s.country|escape:"htmlall"} |
{$s.genre|escape:"htmlall"|replace:'|':', '} |
{if $s.userseriesid != ''}
- Edit
+ Edit
- Remove
+ Remove
{else}
- Add
+ Add
{/if}
|
- Series
- {if $s.videos_id > 0}
- TVRage
-
+ Series
+ {if $s.id > 0}
+ TVRage
+
{/if}
|
diff --git a/www/themes/omicron/templates/frontend/viewseries.tpl b/www/themes/omicron/templates/frontend/viewseries.tpl
index efef2bdbc..38555e390 100644
--- a/www/themes/omicron/templates/frontend/viewseries.tpl
+++ b/www/themes/omicron/templates/frontend/viewseries.tpl
@@ -29,16 +29,16 @@
{foreach $show as $r}
{$r.title}
{if !$r@last} / {/if}
- {/foreach}{if isset($isadmin)}
- Edit{/if}
+ {/foreach}
+ {if isset($isadmin)} Edit{/if}
{if $catname != ''}Current category shown: {$catname|escape:"htmlall"}{/if}
{if $show.image != 0}
+ src="{$smarty.const.WWW_TOP}/covers/tvshows/{$show.id}.jpg"/>
{/if}
@@ -48,16 +48,8 @@
@@ -93,17 +85,17 @@
{if $myshows.id != ''}
Edit
Remove
{else}
Add
+ href="{$smarty.const.WWW_TOP}/myshows/add/{$show.id}?from={$smarty.server.REQUEST_URI|escape:"url"}"
+ class="myshows" rel="add" name="series{$show.id}" title="Add to My Shows">Add
{/if}
diff --git a/www/themes/omicron/templates/frontend/viewserieslist.tpl b/www/themes/omicron/templates/frontend/viewserieslist.tpl
index ba9eee82e..7e8f02f05 100644
--- a/www/themes/omicron/templates/frontend/viewserieslist.tpl
+++ b/www/themes/omicron/templates/frontend/viewserieslist.tpl
@@ -44,23 +44,23 @@
{foreach $series as $s}
- {$s.releasetitle|escape:"htmlall"}{if $s.prevdate != ''} Last: {$s.previnfo|escape:"htmlall"} aired {$s.prevdate|date_format}{/if} |
+ {$s.releasetitle|escape:"htmlall"}{if $s.prevdate != ''} Last: {$s.previnfo|escape:"htmlall"} aired {$s.prevdate|date_format}{/if} |
{$s.country|escape:"htmlall"} |
{$s.genre|escape:"htmlall"|replace:'|':', '} |
{if $s.userseriesid != ''}
- Edit
+ Edit
- Remove
+ Remove
{else}
- Add
+ Add
{/if}
|
- Series
- {if $s.videos_id > 0}
- TVRage
-
+ Series
+ {if $s.id > 0}
+ TVRage
+
{/if}
|