diff options
author | doktornotor <notordoktor@gmail.com> | 2015-11-14 00:15:18 +0100 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-11-14 00:15:18 +0100 |
commit | 0c7905b65d5449cb849342d997333a4799d7bca6 (patch) | |
tree | a9877aa5b6b01561d9bf538a077c9bfa46697551 | |
parent | 7c927243cda9c8cae152a8f51b7775eb65b2deb1 (diff) | |
download | pfsense-packages-0c7905b65d5449cb849342d997333a4799d7bca6.tar.gz pfsense-packages-0c7905b65d5449cb849342d997333a4799d7bca6.tar.bz2 pfsense-packages-0c7905b65d5449cb849342d997333a4799d7bca6.zip |
Add privileges configuration to notes package
Improve some descriptions while here.
-rw-r--r-- | config/notes/notes.xml | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/config/notes/notes.xml b/config/notes/notes.xml index 03c0a01a..d6fb9abf 100644 --- a/config/notes/notes.xml +++ b/config/notes/notes.xml @@ -43,23 +43,29 @@ </copyright> <description>Notes</description> <name>Notes</name> - <version>0.2.6</version> - <title>Settings</title> + <version>0.2.8</version> + <title>Status: Notes</title> + <aftersaveredirect>/pkg.php?xml=notes.xml</aftersaveredirect> + <addedit_string>[notes] Successfully created/modified a note.</addedit_string> + <delete_string>[notes] Successfully deleted a note.</delete_string> <menu> <name>Notes</name> - <tooltiptext>Notes.</tooltiptext> <section>Status</section> <configfile>notes.xml</configfile> <url>/pkg.php?xml=notes.xml</url> </menu> <tabs> <tab> - <text>Settings</text> - <url>/pkg_edit.php?xml=notes.xml</url> + <text>Notes</text> + <url>/pkg.php?xml=notes.xml</url> <active/> </tab> </tabs> <configpath>installedpackages->package->$packagename->configuration->notes</configpath> + <additional_files_needed> + <prefix>/etc/inc/priv/</prefix> + <item>https://packages.pfsense.org/packages/config/notes/notes.priv.inc</item> + </additional_files_needed> <adddeleteeditpagefields> <columnitem> <fielddescr>Title</fielddescr> @@ -69,6 +75,9 @@ <fielddescr>Category</fielddescr> <fieldname>category</fieldname> </columnitem> + <addtext>Add a new note</addtext> + <edittext>Edit this note</edittext> + <deletetext>Delete this note</deletetext> </adddeleteeditpagefields> <fields> <field> |