* help for preferences
This commit is contained in:
parent
e98b0e4183
commit
d28e81646d
2 changed files with 3 additions and 0 deletions
|
@ -4,3 +4,4 @@ Link = Preferences
|
|||
Title = Preferences
|
||||
Title.Prefs = Configure your CryptoBox
|
||||
|
||||
Help.Prefs = All values you can configure here are either stored directly on your server or on a disk with config partition. Keep this in mind if you recognize a confused behaving CryptoNAS. E.g. if the settings are stored on an external disk and you changed the network address, you have to connect the external disk during boot, otherwise the network settings won't be applied.
|
||||
|
|
|
@ -8,6 +8,8 @@
|
|||
<?cs var:html_escape(Lang.Plugins.system_preferences.Title.Prefs) ?>
|
||||
</legend>
|
||||
|
||||
<?cs call:show_help(Lang.Plugins.system_preferences.Help.Prefs) ?>
|
||||
|
||||
<?cs # sort the Plugins - using the most stupid way :) ?>
|
||||
<?cs loop: order = #0, #100, #1
|
||||
?><?cs # plugins ?><?cs each:x = Settings.PluginList
|
||||
|
|
Loading…
Add table
Reference in a new issue