2015-08-20 16:37:14 -03:00
|
|
|
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
|
<!DOCTYPE packagegui SYSTEM "../schema/packages.dtd">
|
|
|
|
|
<?xml-stylesheet type="text/xsl" href="../xsl/package.xsl"?>
|
|
|
|
|
<packagegui>
|
|
|
|
|
<copyright>
|
|
|
|
|
<![CDATA[
|
|
|
|
|
/*
|
2016-09-09 17:29:11 -03:00
|
|
|
* notes.xml
|
|
|
|
|
*
|
|
|
|
|
* part of pfSense (https://www.pfsense.org)
|
2025-01-07 11:46:29 -03:00
|
|
|
* Copyright (c) 2015-2025 Rubicon Communications, LLC (Netgate)
|
2016-09-09 17:29:11 -03:00
|
|
|
* Copyright (c) 2008 Mark J Crane
|
|
|
|
|
* All rights reserved.
|
|
|
|
|
*
|
|
|
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
|
|
* you may not use this file except in compliance with the License.
|
|
|
|
|
* You may obtain a copy of the License at
|
|
|
|
|
*
|
|
|
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
|
*
|
|
|
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
|
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
|
* See the License for the specific language governing permissions and
|
|
|
|
|
* limitations under the License.
|
|
|
|
|
*/
|
2015-08-20 16:37:14 -03:00
|
|
|
]]>
|
|
|
|
|
</copyright>
|
|
|
|
|
<description>Notes</description>
|
|
|
|
|
<name>Notes</name>
|
2022-09-30 13:51:40 -04:00
|
|
|
<title>Status/Notes</title>
|
2015-11-16 07:59:39 -02:00
|
|
|
<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>
|
2023-01-30 09:26:14 -05:00
|
|
|
<menu>
|
|
|
|
|
<name>Notes</name>
|
|
|
|
|
<section>Status</section>
|
|
|
|
|
<configfile>notes.xml</configfile>
|
|
|
|
|
<url>/pkg.php?xml=notes.xml</url>
|
|
|
|
|
</menu>
|
2015-08-20 16:37:14 -03:00
|
|
|
<tabs>
|
|
|
|
|
<tab>
|
2015-11-16 07:59:39 -02:00
|
|
|
<text>Notes</text>
|
|
|
|
|
<url>/pkg.php?xml=notes.xml</url>
|
2015-08-20 16:37:14 -03:00
|
|
|
<active/>
|
|
|
|
|
</tab>
|
|
|
|
|
</tabs>
|
|
|
|
|
<configpath>installedpackages->package->$packagename->configuration->notes</configpath>
|
|
|
|
|
<adddeleteeditpagefields>
|
|
|
|
|
<columnitem>
|
|
|
|
|
<fielddescr>Title</fielddescr>
|
|
|
|
|
<fieldname>title</fieldname>
|
|
|
|
|
</columnitem>
|
|
|
|
|
<columnitem>
|
|
|
|
|
<fielddescr>Category</fielddescr>
|
|
|
|
|
<fieldname>category</fieldname>
|
|
|
|
|
</columnitem>
|
2015-11-16 07:59:39 -02:00
|
|
|
<addtext>Add a new note</addtext>
|
|
|
|
|
<edittext>Edit this note</edittext>
|
|
|
|
|
<deletetext>Delete this note</deletetext>
|
2015-08-20 16:37:14 -03:00
|
|
|
</adddeleteeditpagefields>
|
|
|
|
|
<fields>
|
|
|
|
|
<field>
|
|
|
|
|
<fielddescr>Title</fielddescr>
|
|
|
|
|
<fieldname>title</fieldname>
|
|
|
|
|
<description>Enter the title.</description>
|
|
|
|
|
<type>input</type>
|
2016-01-25 08:22:09 -05:00
|
|
|
<required/>
|
2015-08-20 16:37:14 -03:00
|
|
|
</field>
|
|
|
|
|
<field>
|
|
|
|
|
<fielddescr>Category</fielddescr>
|
|
|
|
|
<fieldname>category</fieldname>
|
|
|
|
|
<description>Enter the category.</description>
|
|
|
|
|
<type>input</type>
|
|
|
|
|
</field>
|
|
|
|
|
<field>
|
2016-01-25 08:22:09 -05:00
|
|
|
<fielddescr>Notes</fielddescr>
|
2015-08-20 16:37:14 -03:00
|
|
|
<fieldname>notes</fieldname>
|
|
|
|
|
<description></description>
|
|
|
|
|
<type>textarea</type>
|
|
|
|
|
<encoding>base64</encoding>
|
|
|
|
|
<size>30</size>
|
|
|
|
|
<cols>70</cols>
|
|
|
|
|
<rows>20</rows>
|
2016-01-25 08:22:09 -05:00
|
|
|
<required/>
|
2015-08-20 16:37:14 -03:00
|
|
|
</field>
|
|
|
|
|
</fields>
|
|
|
|
|
</packagegui>
|