mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Added 'extendable options'
SVN revision: 679
This commit is contained in:
parent
2a564072b7
commit
72d925af30
@ -680,6 +680,18 @@ Options town = San Francisco, "Paris, Texas", "Paris, France"
|
||||
</pre>
|
||||
<p>
|
||||
|
||||
<LI><b><code>Extendable options = <list></code></b>
|
||||
<br>
|
||||
When using the <code><b>Options <attribute></b></code> to specify a list
|
||||
of possible options, this list is fixed. Sometimes it is desirable to extend
|
||||
the list when a new entry in a logbook is made and a certain option is missing
|
||||
on the list. By adding the attribute name to the <code><b>Extandable options</b></code>
|
||||
list, a button appears next to the attribute in the message entry form which
|
||||
lets you add new options to the list. The elogd.cfg configuration file is
|
||||
then automatically updated. When a new logbook entry gets made, the new option
|
||||
automatically appears in the drop-down box for that attribute.
|
||||
<p>
|
||||
|
||||
<LI><b><code>ROptions <attribute> = <list></code></b>
|
||||
<br>
|
||||
Same as <code><b>Options</b></code> above, but using radio buttons instead
|
||||
|
||||
@ -8,6 +8,7 @@ Comment = General linux tips & tricks
|
||||
Attributes = Author, Type, Category, Subject
|
||||
Options Type = Routine, Software Installation, Problem Fixed, Configuration, Other
|
||||
Options Category = General, Hardware, Software, Network, Other
|
||||
Extendable Options = Category
|
||||
Required Attributes = Author, Type
|
||||
Page Title = ELOG - $subject
|
||||
Reverse sort = 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user