Actions (like "Delete") depend on the text of the button, so they only work in English now.
Temporary put fixed texts back in nzo.tmpl until we have a proper solution.
- Nzo/Nzb editing page now no longer requires the queue to be loaded first. Closes#95
- The url has changed from queue/SABnzbd_nzo_xxx/ to nzb/SABnzbd_nzo_xxx/
- Added the ability to edit certain nzb details such as the name/pp/script/cat/priority
- Can only show nzb details using the url nzb/SABnzbd_nzo_xxx/details
- Can only show nzb files using the url nzb/SABnzbd_nzo_xxx/files
Each template must now reside under the "interfaces" folder.
The "standard" templates are now called "Default".
The Config-General screen now shows all interfaces found in the "interfaces" folders and lets the user pick one.
Only through the command option -t it is possible to specify an absolute path.
Any non-absolute path in the -t option is matched against the templates in "interfaces", only when one is matched it will be used. Otherwise the Default will be used. Any templates missing the template/main.tmpl constructions is refused and the Default is used.
Also: set the $web_name variable for the template. This is to be used in the "default.css?version=$web_name" construction, to ensure that the browser picks up the correct default.css when changing interfaces.