From 30bddcb226cdec9e4a6f87b499d439a481b32162 Mon Sep 17 00:00:00 2001 From: Darko Date: Tue, 20 Jan 2015 14:16:24 +0100 Subject: [PATCH] Add missing settings, remove settings not used anymore. --- .../nntmux/views/admin/site-edit.tpl | 158 +++++++++++------- 1 file changed, 101 insertions(+), 57 deletions(-) diff --git a/lib/copy_this/www/templates/nntmux/views/admin/site-edit.tpl b/lib/copy_this/www/templates/nntmux/views/admin/site-edit.tpl index 313e28567..9e6dc79ed 100644 --- a/lib/copy_this/www/templates/nntmux/views/admin/site-edit.tpl +++ b/lib/copy_this/www/templates/nntmux/views/admin/site-edit.tpl @@ -349,63 +349,107 @@ -
- SABnzbd Integration Settings - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- {html_radios id="sabintegrationtype" name='sabintegrationtype' values=$sabintegrationtype_ids output=$sabintegrationtype_names selected=$fsite->sabintegrationtype separator='
'} -
- Whether to allow integration with a SAB install and if so what type of integration.
- Setting this to integrated also disables NZBGet from being selectable to the user.
-
-
- -
The url of the SAB installation, for example: http://localhost:8080/sabnzbd/
-
- -
The Api key of the SAB installation. Can be the full api key or the nzb api key (as of SAB 0.6)
-
- {html_radios id="sabapikeytype" name='sabapikeytype' values=$sabapikeytype_ids output=$sabapikeytype_names selected=$fsite->sabapikeytype separator='
'} -
Select the type of api key you entered in the above setting
-
- {html_options style="width:180px;" id="sabpriority" name='sabpriority' values=$sabpriority_ids output=$sabpriority_names selected=$fsite->sabpriority} -
Set the priority level for NZBs that are added to your queue
-
: - -
The downloads/complete folder for a local sab install, for example: /var/www/sab/downloads/complete
-
: - -
A url to a hosted virtual directory pointing to the sab downloads/complete folder, e.g. http://server/complete
-
-
+
+ Download Queue Integration Settings + + + + + + + + + + + + + + + + +
: + {html_radios id="sabintegrationtype" name='sabintegrationtype' values=$sabintegrationtype_ids output=$sabintegrationtype_names selected=$fsite->sabintegrationtype separator='
'} +
Whether to allow integration with a SAB/NZBGet install and if so what type of integration
+
: + +
The downloads/complete folder for a local sab install, for example: /var/www/sab/downloads/complete
+
: + +
A url to a hosted virtual directory pointing to the sab downloads/complete folder, e.g. http://server/complete
+
+ +
+ SABnzbd + + + + + + + + + + + + + + + + + + + + + + +
: + +
The url of the SAB installation, for example: http://localhost:8080/sabnzbd/
+
: + +
The Api key of the SAB installation. Can be the full api key or the nzb api key (as of SAB 0.6)
+
: + {html_radios id="sabapikeytype" name='sabapikeytype' values=$sabapikeytype_ids output=$sabapikeytype_names selected=$fsite->sabapikeytype separator='
'} +
Select the type of api key you entered in the above setting
+
: + {html_options id="sabpriority" name='sabpriority' values=$sabpriority_ids output=$sabpriority_names selected=$fsite->sabpriority} +
Set the priority level for NZBs that are added to your queue
+
+
+ + +
+ NZBGet + + + + + + + + + + + + + + + + + +
: + +
The url of the NZBGet installation, for example: http://localhost:6789/
+
: + +
The NZBGet ControlUsername e.g. nzbget
+
: + +
The NZBGet ControlPassword e.g. tegbzn6789
+
+
+ +