Browse Source

Update Wiki-URL to 3.5

pull/1960/head
Safihre 4 years ago
parent
commit
ea570442c6
  1. 2
      interfaces/Config/templates/config.tmpl
  2. 2
      interfaces/Config/templates/config_cat.tmpl
  3. 2
      interfaces/Config/templates/config_folders.tmpl
  4. 2
      interfaces/Config/templates/config_general.tmpl
  5. 2
      interfaces/Config/templates/config_notify.tmpl
  6. 2
      interfaces/Config/templates/config_rss.tmpl
  7. 2
      interfaces/Config/templates/config_scheduling.tmpl
  8. 2
      interfaces/Config/templates/config_server.tmpl
  9. 2
      interfaces/Config/templates/config_sorting.tmpl
  10. 2
      interfaces/Config/templates/config_special.tmpl
  11. 2
      interfaces/Config/templates/config_switches.tmpl

2
interfaces/Config/templates/config.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="Config"#--> <!--#set global $pane="Config"#-->
<!--#set global $help_uri="configuration/3.4/configure"#--> <!--#set global $help_uri="configuration/3.5/configure"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#--> <!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<!--#from sabnzbd.encoding import CODEPAGE#--> <!--#from sabnzbd.encoding import CODEPAGE#-->

2
interfaces/Config/templates/config_cat.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="Categories"#--> <!--#set global $pane="Categories"#-->
<!--#set global $help_uri="configuration/3.4/categories"#--> <!--#set global $help_uri="configuration/3.5/categories"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#--> <!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<div class="colmask"> <div class="colmask">
<div class="section"> <div class="section">

2
interfaces/Config/templates/config_folders.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="Folders"#--> <!--#set global $pane="Folders"#-->
<!--#set global $help_uri="configuration/3.4/folders"#--> <!--#set global $help_uri="configuration/3.5/folders"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#--> <!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<div class="colmask"> <div class="colmask">

2
interfaces/Config/templates/config_general.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="General"#--> <!--#set global $pane="General"#-->
<!--#set global $help_uri="configuration/3.4/general"#--> <!--#set global $help_uri="configuration/3.5/general"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#--> <!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<div class="colmask"> <div class="colmask">

2
interfaces/Config/templates/config_notify.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="Email"#--> <!--#set global $pane="Email"#-->
<!--#set global $help_uri="configuration/3.4/notifications"#--> <!--#set global $help_uri="configuration/3.5/notifications"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#--> <!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<!--#def show_notify_checkboxes($section_label)#--> <!--#def show_notify_checkboxes($section_label)#-->

2
interfaces/Config/templates/config_rss.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="RSS"#--> <!--#set global $pane="RSS"#-->
<!--#set global $help_uri="configuration/3.4/rss"#--> <!--#set global $help_uri="configuration/3.5/rss"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#--> <!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<!--#import html#--> <!--#import html#-->
<div class="colmask"> <div class="colmask">

2
interfaces/Config/templates/config_scheduling.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="Scheduling"#--> <!--#set global $pane="Scheduling"#-->
<!--#set global $help_uri="configuration/3.4s/scheduling"#--> <!--#set global $help_uri="configuration/3.5s/scheduling"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#--> <!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<% <%

2
interfaces/Config/templates/config_server.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="Servers"#--> <!--#set global $pane="Servers"#-->
<!--#set global $help_uri="configuration/3.4/servers"#--> <!--#set global $help_uri="configuration/3.5/servers"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#--> <!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<!--#import json#--> <!--#import json#-->

2
interfaces/Config/templates/config_sorting.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="Sorting"#--> <!--#set global $pane="Sorting"#-->
<!--#set global $help_uri="configuration/3.4/sorting"#--> <!--#set global $help_uri="configuration/3.5/sorting"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#--> <!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<div class="colmask"> <div class="colmask">

2
interfaces/Config/templates/config_special.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="Special"#--> <!--#set global $pane="Special"#-->
<!--#set global $help_uri="configuration/3.4/special"#--> <!--#set global $help_uri="configuration/3.5/special"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#--> <!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<div class="colmask"> <div class="colmask">

2
interfaces/Config/templates/config_switches.tmpl

@ -1,5 +1,5 @@
<!--#set global $pane="Switches"#--> <!--#set global $pane="Switches"#-->
<!--#set global $help_uri="configuration/3.4/switches"#--> <!--#set global $help_uri="configuration/3.5/switches"#-->
<!--#include $webdir + "/_inc_header_uc.tmpl"#--> <!--#include $webdir + "/_inc_header_uc.tmpl"#-->
<div class="colmask"> <div class="colmask">

Loading…
Cancel
Save