From 292163c7acb819bceeff35649b7a19e69c0613fb Mon Sep 17 00:00:00 2001 From: DariusIII Date: Tue, 24 Nov 2015 09:38:08 +0100 Subject: [PATCH] Change icons used for download and sned to queue --- newznab/build/nntmux.xml | 5 ++--- .../db/patches/mysql/+1~dnzb_failures.sql | 18 ------------------ www/admin/regex-edit.php | 1 - .../charisma/templates/frontend/books.tpl | 2 +- .../charisma/templates/frontend/browse.tpl | 6 +++--- .../charisma/templates/frontend/console.tpl | 2 +- .../charisma/templates/frontend/games.tpl | 2 +- .../charisma/templates/frontend/movies.tpl | 8 ++++---- .../charisma/templates/frontend/music.tpl | 2 +- .../templates/frontend/mymovielist.tpl | 4 ++-- .../templates/frontend/profileedit.tpl | 4 ++-- .../charisma/templates/frontend/search.tpl | 6 +++--- .../charisma/templates/frontend/viewanime.tpl | 8 ++++---- .../templates/frontend/viewmoviefull.tpl | 2 +- .../charisma/templates/frontend/viewnzb.tpl | 2 +- .../charisma/templates/frontend/viewseries.tpl | 4 ++-- www/themes/charisma/templates/frontend/xxx.tpl | 4 ++-- .../omicron/templates/frontend/books.tpl | 2 +- .../omicron/templates/frontend/browse.tpl | 6 +++--- .../omicron/templates/frontend/console.tpl | 2 +- .../omicron/templates/frontend/games.tpl | 2 +- .../omicron/templates/frontend/movies.tpl | 8 ++++---- .../omicron/templates/frontend/music.tpl | 2 +- .../omicron/templates/frontend/mymovielist.tpl | 4 ++-- .../omicron/templates/frontend/profileedit.tpl | 4 ++-- .../omicron/templates/frontend/search.tpl | 6 +++--- .../omicron/templates/frontend/viewanime.tpl | 8 ++++---- .../templates/frontend/viewmoviefull.tpl | 2 +- .../omicron/templates/frontend/viewnzb.tpl | 2 +- .../omicron/templates/frontend/viewseries.tpl | 4 ++-- www/themes/omicron/templates/frontend/xxx.tpl | 4 ++-- 31 files changed, 58 insertions(+), 78 deletions(-) delete mode 100644 resources/db/patches/mysql/+1~dnzb_failures.sql diff --git a/newznab/build/nntmux.xml b/newznab/build/nntmux.xml index c6f3d07ee..00d73c47a 100755 --- a/newznab/build/nntmux.xml +++ b/newznab/build/nntmux.xml @@ -6,13 +6,12 @@ 225 - 0.0.0 - + 0.4.2 9 - 4436 + 4437 diff --git a/resources/db/patches/mysql/+1~dnzb_failures.sql b/resources/db/patches/mysql/+1~dnzb_failures.sql deleted file mode 100644 index d331da40b..000000000 --- a/resources/db/patches/mysql/+1~dnzb_failures.sql +++ /dev/null @@ -1,18 +0,0 @@ -# This patch will eliminate the useless id column from dnzb_failures -# This should improve query times for failed releases operations across the board -# and save a little hdd/ram space - -# Remove auto_increment, drop and recreate the primary key , rename releaseid column and drop -# index -ALTER TABLE dnzb_failures - MODIFY COLUMN id INT(11) UNSIGNED NOT NULL, - CHANGE COLUMN releaseid release_id INT(11) UNSIGNED NOT NULL AFTER id, - DROP INDEX ux_dnzb_failures, - DROP PRIMARY KEY, - ADD PRIMARY KEY (release_id, userid), - DROP INDEX ix_dnzb_releaseid; - -# Drop the id and guid columns -ALTER TABLE dnzb_failures - DROP COLUMN id, - DROP COLUMN guid; diff --git a/www/admin/regex-edit.php b/www/admin/regex-edit.php index 817a4ec46..5662e6762 100644 --- a/www/admin/regex-edit.php +++ b/www/admin/regex-edit.php @@ -63,4 +63,3 @@ $page->smarty->assign('catlist',$category->getForSelect(true)); $page->content = $page->smarty->fetch('regex-edit.tpl'); $page->render(); - diff --git a/www/themes/charisma/templates/frontend/books.tpl b/www/themes/charisma/templates/frontend/books.tpl index fb3c39f01..3aeabee8e 100644 --- a/www/themes/charisma/templates/frontend/books.tpl +++ b/www/themes/charisma/templates/frontend/books.tpl @@ -151,7 +151,7 @@
{$mgrabs[$m@index]} Grab{if $mgrabs[$m@index] != 1}s{/if} {$result.size|fsize_format:"MB"} {if isset($sabintegrated)} - {/if} {if $weHasVortex} + class="fa fa-share" title="Send to NZBVortex"> {/if} diff --git a/www/themes/charisma/templates/frontend/console.tpl b/www/themes/charisma/templates/frontend/console.tpl index c912c1e56..53e646ea1 100644 --- a/www/themes/charisma/templates/frontend/console.tpl +++ b/www/themes/charisma/templates/frontend/console.tpl @@ -175,7 +175,7 @@
{$mgrabs[$m@index]} Grab{if $mgrabs[$m@index] != 1}s{/if} {$mgrabs[$m@index]} Grab{if $mgrabs[$m@index] != 1}s{/if} {$mgrabs[$m@index]} Grab{if $mgrabs[$m@index] != 1}s{/if} + > {/if} {if $mfailed[$m@index] > 0} @@ -311,7 +311,7 @@
{$mgrabs[$m@index]} Grab{if $mgrabs[$m@index] != 1}s{/if} + > {/if} {if $mfailed[$m@index] > 0} diff --git a/www/themes/charisma/templates/frontend/music.tpl b/www/themes/charisma/templates/frontend/music.tpl index c5634e217..babc4d601 100644 --- a/www/themes/charisma/templates/frontend/music.tpl +++ b/www/themes/charisma/templates/frontend/music.tpl @@ -177,7 +177,7 @@
{$mgrabs[$m@index]} Grab{if $mgrabs[$m@index] != 1}s{/if} {if $ourmovies[$result['imdb_id']] != ""} - Download {/if} + Download {/if} Add To My Movies @@ -46,4 +46,4 @@ {else}

No results

-{/if} \ No newline at end of file +{/if} diff --git a/www/themes/charisma/templates/frontend/profileedit.tpl b/www/themes/charisma/templates/frontend/profileedit.tpl index 3127a34d6..9a203a0f2 100644 --- a/www/themes/charisma/templates/frontend/profileedit.tpl +++ b/www/themes/charisma/templates/frontend/profileedit.tpl @@ -20,7 +20,7 @@
@@ -344,4 +344,4 @@
-
\ No newline at end of file + diff --git a/www/themes/charisma/templates/frontend/search.tpl b/www/themes/charisma/templates/frontend/search.tpl index ee0af84fd..487a36a95 100644 --- a/www/themes/charisma/templates/frontend/search.tpl +++ b/www/themes/charisma/templates/frontend/search.tpl @@ -328,7 +328,7 @@ {if isset($sabintegrated)} - {/if} {if $weHasVortex} + class="fa fa-share" title="Send to NZBVortex"> {/if} diff --git a/www/themes/charisma/templates/frontend/viewanime.tpl b/www/themes/charisma/templates/frontend/viewanime.tpl index 20c363e12..1f3c7bf9c 100644 --- a/www/themes/charisma/templates/frontend/viewanime.tpl +++ b/www/themes/charisma/templates/frontend/viewanime.tpl @@ -122,7 +122,7 @@ {$result.size|fsize_format:"MB"} {if isset($sabintegrated)} - {/if} {if $weHasVortex} + class="fa fa-share" title="Send to NZBVortex"> {/if} {/foreach} -{/if} \ No newline at end of file +{/if} diff --git a/www/themes/charisma/templates/frontend/viewmoviefull.tpl b/www/themes/charisma/templates/frontend/viewmoviefull.tpl index 3d4bc42c4..38231ec61 100644 --- a/www/themes/charisma/templates/frontend/viewmoviefull.tpl +++ b/www/themes/charisma/templates/frontend/viewmoviefull.tpl @@ -172,7 +172,7 @@ + class="icon icon_nzb fa fa-cloud-download text-muted"> {if isset($sabintegrated)} + class="fa fa-cloud-download"> Download