diff --git a/Changelog b/Changelog index fab2e3599..03a9215d7 100755 --- a/Changelog +++ b/Changelog @@ -1,3 +1,5 @@ +2017-07-26 DariusIII + * Fix: Add missing SABNzbd settings to profile pages in all themes 2017-07-25 DariusIII * Chg: Replace mt_rand with random_int in ProcessReleases class * Chg: Try to prevent creating new session on every BasePage load diff --git a/www/themes/Charisma/templates/profileedit.tpl b/www/themes/Charisma/templates/profileedit.tpl index cb06458e3..c270a0504 100755 --- a/www/themes/Charisma/templates/profileedit.tpl +++ b/www/themes/Charisma/templates/profileedit.tpl @@ -222,6 +222,20 @@ + + Priority Level + + {html_options id="sabpriority" class="form-control" name='sabpriority' values=$sabpriority_ids output=$sabpriority_names selected=$sabpriority_selected} +
Set the priority level for NZBs that are added to your queue
+ + + + Setting Storage + + {html_radios id="sabsetting" name='sabsetting' values=$sabsetting_ids output=$sabsetting_names selected=$sabsetting_selected separator='  '}{if $sabsetting_selected == 2}  [Clear Cookies]{/if} +
Where to store the SAB setting.
Cookie will store the setting in your browsers coookies and will only work when using your current browser.
Site will store the setting in your user account enabling it to work no matter where you are logged in from.
Please Note: You should only store your full SAB api key with sites you trust.
+ + {/if} diff --git a/www/themes/Gamma/templates/profileedit.tpl b/www/themes/Gamma/templates/profileedit.tpl index 750b84dc7..b62048e68 100755 --- a/www/themes/Gamma/templates/profileedit.tpl +++ b/www/themes/Gamma/templates/profileedit.tpl @@ -145,6 +145,20 @@ Select the type of api key you entered in the above setting. Using your full SAB api key will allow you access to the SAB queue from within this site. +
+ +
+ {html_options id="sabpriority" class="form-control" name='sabpriority' values=$sabpriority_ids output=$sabpriority_names selected=$sabpriority_selected} + Set the priority level for NZBs that are added to your queue +
+
+ <
> + +
+ {html_radios id="sabsetting" name='sabsetting' values=$sabsetting_ids output=$sabsetting_names selected=$sabsetting_selected separator='  '}{if $sabsetting_selected == 2}  [Clear Cookies]{/if} + Where to store the SAB setting.
Cookie will store the setting in your browsers coookies and will only work when using your current browser.
Site will store the setting in your user account enabling it to work no matter where you are logged in from.
Please Note: You should only store your full SAB api key with sites you trust.
+
+
NZBGet Integration diff --git a/www/themes/Gentele/templates/profileedit.tpl b/www/themes/Gentele/templates/profileedit.tpl index 8f244d299..26ff0f1dc 100755 --- a/www/themes/Gentele/templates/profileedit.tpl +++ b/www/themes/Gentele/templates/profileedit.tpl @@ -222,6 +222,20 @@ + + Priority Level + + {html_options id="sabpriority" class="form-control" name='sabpriority' values=$sabpriority_ids output=$sabpriority_names selected=$sabpriority_selected} +
Set the priority level for NZBs that are added to your queue
+ + + + Setting Storage + + {html_radios id="sabsetting" name='sabsetting' values=$sabsetting_ids output=$sabsetting_names selected=$sabsetting_selected separator='  '}{if $sabsetting_selected == 2}  [Clear Cookies]{/if} +
Where to store the SAB setting.
Cookie will store the setting in your browsers coookies and will only work when using your current browser.
Site will store the setting in your user account enabling it to work no matter where you are logged in from.
Please Note: You should only store your full SAB api key with sites you trust.
+ + {/if} diff --git a/www/themes/Omicron/templates/profileedit.tpl b/www/themes/Omicron/templates/profileedit.tpl index bc48f3d18..21b5d81ce 100755 --- a/www/themes/Omicron/templates/profileedit.tpl +++ b/www/themes/Omicron/templates/profileedit.tpl @@ -222,6 +222,20 @@ + + Priority Level + + {html_options id="sabpriority" class="form-control" name='sabpriority' values=$sabpriority_ids output=$sabpriority_names selected=$sabpriority_selected} +
Set the priority level for NZBs that are added to your queue
+ + + + Setting Storage + + {html_radios id="sabsetting" name='sabsetting' values=$sabsetting_ids output=$sabsetting_names selected=$sabsetting_selected separator='  '}{if $sabsetting_selected == 2}  [Clear Cookies]{/if} +
Where to store the SAB setting.
Cookie will store the setting in your browsers coookies and will only work when using your current browser.
Site will store the setting in your user account enabling it to work no matter where you are logged in from.
Please Note: You should only store your full SAB api key with sites you trust.
+ + {/if}