source: trunk/data/helptexts.xml @ 3058

Last change on this file since 3058 was 3058, checked in by Martin Svensson, 17 years ago

Added one more configuration file for download in the plugin list.
Created a helptext about editing helptexts + updated the existing text to use help.css

  • Property svn:keywords set to Id
File size: 17.9 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE helptexts SYSTEM "helpfile.dtd">
3<!--
4  $Id:
5  Copyright (C) Authors contributing to this file.
6
7  This file is part of BASE - BioArray Software Environment.
8  Available at http://base.thep.lu.se/
9
10  BASE is free software; you can redistribute it and/or
11  modify it under the terms of the GNU General Public License
12  as published by the Free Software Foundation; either version 2
13  of the License, or (at your option) any later version.
14
15  BASE is distributed in the hope that it will be useful,
16  but WITHOUT ANY WARRANTY; without even the implied warranty of
17  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18  GNU General Public License for more details.
19
20  You should have received a copy of the GNU General Public License
21  along with this program; if not, write to the Free Software
22  Foundation, Inc., 59 Temple Place - Suite 330,
23  Boston, MA  02111-1307, USA.
24-->
25<helptexts clientExternalID="net.sf.basedb.clients.web">
26  <helpitem externalID="help.edit">
27    <name>Edit help texts</name>
28    <description>&lt;h4&gt;Properties&lt;/h4&gt;&#xD;
29&lt;ul&gt;&#xD;
30&lt;li&gt;&#xD;
31  &lt;req&gt;Title&lt;/req&gt;&lt;br&gt;&#xD;
32  The helptext's title. It should be a relevant name/title that gives a hint what the text is about. &lt;imp&gt;Maximum length of the text is 255 characters&lt;/imp&gt;. The title will be displayed at the top of the popup-window that the text is viewed in.&#xD;
33&lt;/li&gt;&#xD;
34&lt;li&gt;&#xD;
35  &lt;req&gt;External ID&lt;/req&gt;&lt;br&gt;&#xD;
36  The id is used by the webclient to identify the help text. &lt;imp&gt;It should consist of few explaining words separated with '.'&lt;/imp&gt;. Many helptexts' external IDs are already specified in the webclient, it's therefore recommended visit the part of the webclient where the help text should be placed and look for already existing IDs/help links.&#xD;
37&lt;/li&gt;&#xD;
38&lt;li&gt;&#xD;
39  &lt;ui&gt;Help text&lt;/ui&gt;&lt;br&gt;&#xD;
40  The whole helptext should be written in this textarea. Click on the magnifying glass to get a larger typing window. The editing is in plain text, but the help text itself will be HTML-decoded before displayed and it's therefore recommended to use basic HTML-tags to make the text more readable. There are some tools, explained later in this text, that can be used to simplify the editing process.&#xD;
41&lt;/li&gt;&#xD;
42&lt;/ul&gt;&#xD;
43Save the helptext item by pressing the &lt;btn&gt;Save&lt;/btn&gt; - button or press &lt;btn&gt;Cancel&lt;/btn&gt; to discard the changes.&#xD;
44&#xD;
45&lt;h4&gt;Editing tools&lt;/h4&gt;&#xD;
46The toolbar for text editing contains following buttons that are listed in the table below. &#xD;
47Mark the text that shall be between the start- and end tag and click on the toolbutton for the wanted function.&#xD;
48&lt;table width=100% border="1" cellpadding="2" style="border-collapse:collapse;"&gt;&#xD;
49  &lt;tr&gt;&#xD;
50    &lt;th width="50" colspan="2"&gt;Edit tools&lt;/th&gt;&#xD;
51    &lt;th&gt;Starttag&lt;/th&gt;&#xD;
52    &lt;th&gt;Endtag&lt;/th&gt;&#xD;
53    &lt;th&gt;Description&lt;/th&gt;&#xD;
54  &lt;/tr&gt; &#xD;
55  &#xD;
56  &lt;tr&gt;&#xD;
57    &lt;td&gt;&lt;btn&gt;&lt;img src="/base2/images/text_bold.png"/&gt;&lt;/btn&gt;&lt;/td&gt;&#xD;
58    &lt;td&gt;-&lt;/td&gt;&#xD;
59    &lt;td&gt;&lt;ui&gt;&amp;lt;b&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
60    &lt;td&gt;&lt;ui&gt;&amp;lt;/b&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
61    &lt;td&gt;Bold text&lt;/td&gt;&#xD;
62  &lt;/tr&gt;&#xD;
63&#xD;
64  &lt;tr&gt;&#xD;
65    &lt;td&gt;&lt;btn&gt;&lt;img src="/base2/images/text_italic.png"/&gt;&lt;/btn&gt;&lt;/td&gt;&#xD;
66    &lt;td&gt;-&lt;/td&gt;&#xD;
67    &lt;td&gt;&lt;ui&gt;&amp;lt;i&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
68    &lt;td&gt;&lt;ui&gt;&amp;lt;/i&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
69    &lt;td&gt;Italic text&lt;/td&gt;&#xD;
70  &lt;/tr&gt;&#xD;
71&#xD;
72  &lt;tr&gt;&#xD;
73    &lt;td&gt;&lt;btn&gt;&lt;img src="/base2/images/text_underline.png"/&gt;&lt;/btn&gt;&lt;/td&gt;&#xD;
74    &lt;td&gt;-&lt;/td&gt;&#xD;
75    &lt;td&gt;&lt;ui&gt;&amp;lt;u&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
76    &lt;td&gt;&lt;ui&gt;&amp;lt;/u&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
77    &lt;td&gt;Underlined text&lt;/td&gt;&#xD;
78  &lt;/tr&gt;&#xD;
79&#xD;
80  &lt;tr&gt;&#xD;
81    &lt;td&gt;&lt;btn&gt;&lt;img src="/base2/images/text_h3.png"/&gt;&lt;/btn&gt;&lt;/td&gt;&#xD;
82    &lt;td&gt;-&lt;/td&gt;&#xD;
83    &lt;td&gt;&lt;ui&gt;&amp;lt;h3&amp;gt;&lt;/ui&gt;&lt;/td&gt;    &#xD;
84    &lt;td&gt;&lt;ui&gt;&amp;lt;/h3&amp;gt;&lt;/ui&gt;&lt;/td&gt;    &#xD;
85    &lt;td&gt;Large header, e.g. new chapter.&lt;/td&gt;&#xD;
86  &lt;/tr&gt;&#xD;
87&#xD;
88  &lt;tr&gt;&#xD;
89    &lt;td&gt;&lt;btn&gt;&lt;img src="/base2/images/text_h4.png"/&gt;&lt;/btn&gt;&lt;/td&gt;&#xD;
90    &lt;td&gt;-&lt;/td&gt;&#xD;
91    &lt;td&gt;&lt;ui&gt;&amp;lt;h4&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
92    &lt;td&gt;&lt;ui&gt;&amp;lt;/h4&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
93    &lt;td&gt;Small header, e.g. new part&lt;/td&gt;&#xD;
94  &lt;/tr&gt;&#xD;
95&#xD;
96  &lt;tr&gt;&#xD;
97    &lt;td rowspan="5"&gt;&lt;btn&gt;&lt;img src="/base2/images/text_style_edit.gif"/&gt;&lt;/btn&gt;&lt;/td&gt;&#xD;
98    &lt;td&gt;&lt;mnu&gt;Important&lt;/mnu&gt;&lt;/td&gt;&#xD;
99    &lt;td&gt;&lt;ui&gt;&amp;lt;imp&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
100    &lt;td&gt;&lt;ui&gt;&amp;lt;/imp&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
101    &lt;td&gt;Marks the text as important. This should be used when the reader should take extra notice.&lt;/td&gt;&#xD;
102  &lt;/tr&gt;&#xD;
103  &lt;tr&gt;&#xD;
104    &lt;td&gt;&lt;mnu&gt;User input&lt;/mnu&gt;&lt;/td&gt;&#xD;
105    &lt;td&gt;&lt;ui&gt;&amp;lt;ui&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
106    &lt;td&gt;&lt;ui&gt;&amp;lt;/ui&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
107    &lt;td&gt;Marks a text to symblize input from user, e.g. textfields&lt;/td&gt;    &#xD;
108  &lt;/tr&gt;&#xD;
109  &lt;tr&gt;&#xD;
110    &lt;td&gt;&lt;mnu&gt;Required&lt;/mnu&gt;&lt;/td&gt;&#xD;
111    &lt;td&gt;&lt;ui&gt;&amp;lt;req&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
112    &lt;td&gt;&lt;ui&gt;&amp;lt;/req&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
113    &lt;td&gt;Marks the text to symlize required input from user.&lt;/td&gt;&#xD;
114  &lt;/tr&gt;&#xD;
115  &lt;tr&gt;&#xD;
116    &lt;td&gt;&lt;mnu&gt;Button&amp;nbsp;text&lt;/mnu&gt;&lt;/td&gt;&#xD;
117    &lt;td&gt;&lt;ui&gt;&amp;lt;btn&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
118    &lt;td&gt;&lt;ui&gt;&amp;lt;/btn&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
119    &lt;td&gt;Text that symbolize a button. This will put a border around the text give it a grey background.&lt;/td&gt;&#xD;
120  &lt;/tr&gt;&#xD;
121  &lt;tr&gt;&#xD;
122    &lt;td&gt;&lt;mnu&gt;Menu&amp;nbsp;text&lt;/mnu&gt;&lt;/td&gt;&#xD;
123    &lt;td&gt;&lt;ui&gt;&amp;lt;mnu&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
124    &lt;td&gt;&lt;ui&gt;&amp;lt;/mnu&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
125    &lt;td&gt;Marks text to symbolize a menu. The text's background will be light grey.&lt;/td&gt;&#xD;
126  &lt;/tr&gt;&#xD;
127&#xD;
128  &lt;tr&gt;&#xD;
129    &lt;td rowspan="3"&gt;&lt;btn&gt;&lt;img src="/base2/images/text_table.png"/&gt;&lt;/btn&gt;&lt;/td&gt;&#xD;
130    &lt;td&gt;&lt;mnu&gt;Table&lt;/mnu&gt;&lt;/td&gt;&#xD;
131    &lt;td&gt;&lt;ui&gt;&amp;lt;table frame="borders"&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
132    &lt;td&gt;&lt;ui&gt;&amp;lt;/table&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
133    &lt;td&gt;Inserts an empty table with a small border around.&lt;/td&gt;&#xD;
134  &lt;/tr&gt;&#xD;
135  &lt;tr&gt;&#xD;
136    &lt;td&gt;&lt;mnu&gt;Row&lt;/mnu&gt;&lt;/td&gt;&#xD;
137    &lt;td&gt;&lt;ui&gt;&amp;lt;tr&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
138    &lt;td&gt;&lt;ui&gt;&amp;lt;/tr&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
139    &lt;td&gt;Inserts a table row. &lt;imp&gt;Need to be inside a table-tag.&lt;/imp&gt;&lt;/td&gt;&#xD;
140  &lt;/tr&gt;&#xD;
141  &lt;tr&gt;&#xD;
142    &lt;td&gt;&lt;mnu&gt;Cell&lt;/mnu&gt;&lt;/td&gt;&#xD;
143    &lt;td&gt;&lt;ui&gt;&amp;lt;td&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
144    &lt;td&gt;&lt;ui&gt;&amp;lt;/td&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
145    &lt;td&gt;Inserts a table cell. &lt;imp&gt;Need to be inside a table row-tag.&lt;/imp&gt;&lt;/td&gt;&#xD;
146  &lt;/tr&gt;&#xD;
147&#xD;
148  &lt;tr&gt;&#xD;
149    &lt;td rowspan="2"&gt;&lt;btn&gt;&lt;img src="/base2/images/text_list.gif"/&gt;&lt;/btn&gt;&lt;/td&gt;&#xD;
150    &lt;td&gt;&lt;mnu&gt;Orderded&amp;nbsp;list&lt;/mnu&gt;&lt;/td&gt;&#xD;
151    &lt;td&gt;&lt;ui&gt;&amp;lt;ol&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
152    &lt;td&gt;&lt;ui&gt;&amp;lt;/ol&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
153    &lt;td&gt;An ordered list of items. Each list item has to begin with &amp;lt;li&amp;gt; and end with &amp;lt;/li&amp;gt;.&lt;/td&gt;&#xD;
154  &lt;/tr&gt;&#xD;
155  &lt;tr&gt;&#xD;
156    &lt;td&gt;&lt;mnu&gt;Unorderded&amp;nbsp;list&lt;/mnu&gt;&lt;/td&gt;&#xD;
157    &lt;td&gt;&lt;ui&gt;&amp;lt;ul&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
158    &lt;td&gt;&lt;ui&gt;&amp;lt;/ul&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
159    &lt;td&gt;An unordered list where each list item has to begin with &amp;lt;li&amp;gt; and end with &amp;lt;/li&amp;gt;.&lt;/td&gt;&#xD;
160  &lt;/tr&gt;&#xD;
161&#xD;
162  &lt;tr&gt;&#xD;
163    &lt;td&gt;&lt;btn&gt;&lt;img src="/base2/images/text_newline.gif"/&gt;&lt;/btn&gt;&lt;/td&gt;&#xD;
164    &lt;td&gt;-&lt;/td&gt;&#xD;
165    &lt;td&gt;&lt;ui&gt;&amp;lt;br&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
166    &lt;td&gt;&amp;nbsp;&lt;/td&gt;&#xD;
167    &lt;td&gt;Inserts a new line. No end tag is needed&lt;/td&gt;&#xD;
168  &lt;/tr&gt;&#xD;
169&#xD;
170  &lt;tr&gt;&#xD;
171    &lt;td&gt;&lt;btn&gt;&lt;img src="/base2/images/text_paragraph.gif"/&gt;&lt;/btn&gt;&lt;/td&gt;&#xD;
172    &lt;td&gt;-&lt;/td&gt;&#xD;
173    &lt;td&gt;&lt;ui&gt;&amp;lt;p&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
174    &lt;td&gt;&lt;ui&gt;&amp;lt;/p&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
175    &lt;td&gt;Inserts a paragraph in the document.&lt;/td&gt;&#xD;
176  &lt;/tr&gt;&#xD;
177&#xD;
178  &lt;tr&gt;&#xD;
179    &lt;td rowspan="4"&gt;&lt;btn&gt;&lt;img src="/base2/images/text_link.png"/&gt;&lt;/btn&gt;&lt;/td&gt;&#xD;
180    &lt;td&gt;&lt;mnu&gt;Insert helptext&lt;/mnu&gt;&lt;/td&gt;&#xD;
181    &lt;td&gt;&lt;ui&gt;&amp;#123@include external.id&amp;#125&lt;/ui&gt;&lt;/td&gt;&#xD;
182    &lt;td&gt;&amp;nbsp;&lt;/td&gt;&#xD;
183    &lt;td&gt;Inserts the helptext which has the external id that is put inside the curly braces. The 'tag' will be displayed if no help text with the specified id can be found.&lt;/td&gt;&#xD;
184  &lt;/tr&gt;&#xD;
185  &lt;tr&gt;&#xD;
186    &lt;td&gt;&lt;mnu&gt;External link&lt;/mnu&gt;&lt;/td&gt;&#xD;
187    &lt;td&gt;&lt;ui&gt;&amp;#123@link external.id linkname&amp;#125&lt;/ui&gt;&lt;/td&gt;&#xD;
188    &lt;td&gt;&amp;nbsp;&lt;/td&gt;&#xD;
189    &lt;td&gt;Inserts a link to the helptext which has the external id. This has three parts all separated with a blank space between. Beside the '@link' and the helptext's external id it is the linkname - the name to be displayed in the text.&lt;/td&gt;&#xD;
190  &lt;/tr&gt;&#xD;
191  &lt;tr&gt;&#xD;
192    &lt;td&gt;&lt;mnu&gt;Internal link&lt;/mnu&gt;&lt;/td&gt;&#xD;
193    &lt;td&gt;&lt;ui&gt;&amp;lt;a href="#bookmark name"&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
194    &lt;td&gt;&lt;ui&gt;&amp;lt;/a&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
195    &lt;td&gt;Links to a bookmark within the text. A bookmark is inserted with the bookmark-tag below. There has to be a word/text between the start- and end tag for this to work.&lt;/td&gt;&#xD;
196  &lt;/tr&gt;&#xD;
197  &lt;tr&gt;&#xD;
198    &lt;td&gt;&lt;mnu&gt;Bookmark&lt;/mnu&gt;&lt;/td&gt;&#xD;
199    &lt;td&gt;&lt;ui&gt;&amp;lt;a name="name"&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
200    &lt;td&gt;&lt;ui&gt;&amp;lt;/a&amp;gt;&lt;/ui&gt;&lt;/td&gt;&#xD;
201    &lt;td&gt;Inserts a bookmark in the text. Use the bookmark's name as reference in a internal link.&lt;/td&gt;&#xD;
202  &lt;/tr&gt;&#xD;
203&lt;/table&gt;</description>
204  </helpitem>
205  <helpitem externalID="list.filter">
206    <name>Filter</name>
207    <description>By using the filters it's possible to limit what the item lists should contain, locate specific list items, perform data filtration and more. Details may vary slightly from page to page but the general usage operations are well conserved.&#xD;
208&lt;br&gt;&#xD;
209&lt;h4&gt;Clear filter&lt;/h4&gt;&#xD;
210The filter can be cleared any time by clicking on &lt;mnu&gt;Clear filter&lt;/mnu&gt; in the &lt;mnu&gt;view/preset&lt;/mnu&gt; dropdown list.&lt;br&gt;&#xD;
211&lt;h4&gt;Input Formats&lt;/h4&gt;&#xD;
212The format that the filter value should be in depends on what kind of column that should be filtered.&lt;br&gt;&#xD;
213Simple textfields such as names, descriptions, titles etc. take any textstring as an input. The filter is &lt;imp&gt;incasesensitive&lt;/imp&gt; and the value can contain wildcards for textstrings to expand the conditions(see &lt;a href="#wildcards"&gt;Wildcards&lt;/a&gt; below).&lt;br&gt;&lt;br&gt;&#xD;
214The filter value for date fields shall be in the format &lt;imp&gt;YYYY-MM-DD&lt;/imp&gt;, e.g. 2005-03-05 for the 5th of March year 2005.&lt;br&gt;&#xD;
215The columns with a dropdown list as a filter field can only be filtered with one of the values availble in the list.&lt;br&gt;&#xD;
216Boolean fields have three options that they can be filtered on: true, false and any(both true and false).&lt;br&gt;&#xD;
217The columns in number format can be filtered with any float number with '.' as a decimalpoint. The filter value can contain &lt;a href="#wildcards"&gt;wildcards&lt;/a&gt; for numbers to expand the conditions.&lt;br&gt;&#xD;
218&lt;h4&gt;Operators&lt;/h4&gt;&#xD;
219Can be used to define different limits for a column to be filtered on. These operators shall be typed first in the filter field, before the value to filter the column on. &#xD;
220&lt;table width=100% border="1" cellpadding="2" style="border-collapse:collapse;"&gt;&#xD;
221&lt;tr&gt;&#xD;
222  &lt;th&gt;Operator&lt;/th&gt;&#xD;
223  &lt;th&gt;Name&lt;/th&gt;&#xD;
224  &lt;th&gt;Description/result&lt;/th&gt;&#xD;
225&lt;/tr&gt;&#xD;
226&lt;tr&gt;&#xD;
227  &lt;td&gt;=&lt;/td&gt;&#xD;
228  &lt;td&gt;Equals to&lt;/td&gt;&#xD;
229  &lt;td&gt;Values that are equal to the filter value are displayed in the list.&lt;/td&gt;&#xD;
230&lt;/tr&gt;&#xD;
231&lt;tr&gt;&#xD;
232  &lt;td&gt;&lt;&gt;&lt;/td&gt;&#xD;
233  &lt;td&gt;Not equal to&lt;/td&gt;&#xD;
234  &lt;td&gt;Values that not are equal to the filter value are displayed in the list.&lt;/td&gt;&#xD;
235&lt;/tr&gt;&#xD;
236&lt;tr&gt;&#xD;
237  &lt;td&gt;&lt;&lt;/td&gt;&#xD;
238  &lt;td&gt;Less then&lt;/td&gt;&#xD;
239  &lt;td&gt;Values that are less then the filter value are displayed in the list.&lt;/td&gt;&#xD;
240&lt;/tr&gt;&#xD;
241&lt;tr&gt;&#xD;
242  &lt;td&gt;&lt;=&lt;/td&gt;&#xD;
243  &lt;td&gt;Less then or equal&lt;/td&gt;&#xD;
244  &lt;td&gt;Values that are less then or equal to the filter value are displayed in the list.&lt;/td&gt;&#xD;
245&lt;/tr&gt;&#xD;
246&lt;tr&gt;&#xD;
247  &lt;td&gt;&gt;&lt;/td&gt;&#xD;
248  &lt;td&gt;Greater then&lt;/td&gt;&#xD;
249  &lt;td&gt;Values that are greater then the filter value are displayed in the list.&lt;/td&gt;&#xD;
250&lt;/tr&gt;&#xD;
251&lt;tr&gt;&#xD;
252  &lt;td&gt;&gt;=&lt;/td&gt;&#xD;
253  &lt;td&gt;Greater then or equal&lt;/td&gt;&#xD;
254  &lt;td&gt;Values that are greater then or equal to the filter value are displayed in the list.&lt;/td&gt;&#xD;
255&lt;/tr&gt;&#xD;
256&lt;/table&gt;&#xD;
257&#xD;
258&lt;h4&gt;Sort order&lt;/h4&gt;&#xD;
259Click on the column header on which the list items should be sorted after. Repeat the action to invert the order.&lt;br&gt;&#xD;
260&lt;h4&gt;Wildcards&lt;/h4&gt;&lt;a name="wildcards"&gt;&lt;/a&gt;&#xD;
261It is possible to use the wildcard '%' to allow any character(s) in a value(e.g.  bas% will give all values that start with 'bas' indepedently what characters that follows. The wildcard can be used in more then one place in a textstring at the same time.&#xD;
262&lt;br&gt;&#xD;
263&lt;h4&gt;Presets&lt;/h4&gt;&#xD;
264It's possible to save a filter settings as a preset. This is very usefull if a filter will be used more then once and especially when there are more then one column that are included in the filter too. A filter is saved as a preset by clicking on &lt;mnu&gt;Save as&lt;/mnu&gt; in the &lt;mnu&gt;view/preset&lt;/mnu&gt; dropdown list. The filter can then be used by choosing the preset's name from the same dropdown list as above. If a preset not is usefull anymore or it should be deleted for some other reason, this can be done by &lt;mnu&gt;Manage&lt;/mnu&gt; also located in the dropdown list.</description>
265  </helpitem>
266  <helpitem externalID="news.edit">
267    <name>Edit news</name>
268    <description>&lt;ul&gt;&#xD;
269&lt;li&gt;&lt;req&gt;Title&lt;/req&gt;&lt;br&gt;  &#xD;
270  A word or few words that gives a good hint about what the news are about. &lt;imp&gt;Can't be larger then 255 characters(including space).&lt;/imp&gt;&#xD;
271&lt;/li&gt;&#xD;
272&lt;hr&gt;&#xD;
273The date properties below can be set by either pressing the &lt;btn&gt;Calender&lt;/btn&gt; button and pick a date from the popup window or it can be typed by hand.&lt;br&gt;&#xD;
274The only valid format in the date-fields is &lt;imp&gt;YYYY-MM-DD&lt;/imp&gt;.&lt;br&gt;&lt;br&gt;&#xD;
275&lt;li&gt;&#xD;
276  &lt;req&gt;Start date&lt;/req&gt;&lt;br&gt;  &#xD;
277The date from which the news should start to be displayed on other users login and main pages.Must be &lt;imp&gt;before or equal the &lt;i&gt;News date&lt;/i&gt; and the &lt;i&gt;End date&lt;/i&gt;&lt;/imp&gt;.&#xD;
278&lt;/li&gt;&#xD;
279&lt;li&gt;&#xD;
280  &lt;req&gt;News date&lt;/req&gt;&lt;br&gt;  &#xD;
281  The date when the news really took place. It has to be &lt;imp&gt;after or equal the &lt;i&gt;Start date&lt;/i&gt; and before the &lt;i&gt;End date&lt;/i&gt;&lt;/imp&gt;. &#xD;
282&lt;/li&gt;&#xD;
283&lt;li&gt;&#xD;
284  &lt;ui&gt;End date&lt;/ui&gt;&lt;br&gt;  &#xD;
285  The last date when the news should viewed at the users' login and main page. The news will always be displayed if this field is left empty.&#xD;
286&lt;/li&gt;&#xD;
287&lt;hr&gt;&#xD;
288&lt;li&gt;&#xD;
289  &lt;ui&gt;Description&lt;/ui&gt;&lt;br&gt;&#xD;
290  Put the full news text here. Click on the magnifying glass to the right of the textbox if it's preferable to edit in larger window. It's possible to use basic HTML-tags in the text to make it more readable.&#xD;
291&lt;/li&gt;&#xD;
292&lt;/ul&gt;&#xD;
293Click on &lt;btn&gt;Save&lt;/btn&gt; button to save the news or &lt;btn&gt;Cancel&lt;/btn&gt; to abort and discard the changes.</description>
294  </helpitem>
295</helptexts>
Note: See TracBrowser for help on using the repository browser.