diff --git a/etemplate/doc/referenz.html b/etemplate/doc/referenz.html
index 575fae91e6..07d6122eab 100644
--- a/etemplate/doc/referenz.html
+++ b/etemplate/doc/referenz.html
@@ -578,6 +578,8 @@ implement only a subset of XUL. Here are the main differences:
,{start (default=1)},{end (incl., default=10)},{decrement (default={padding zeros}1)}.
Example with padding zeros: options=',0,59,05' will give values: 00, 05, 10, ..., 55
(like you would use it for minutes in a time-field)
+ select-dow:
+ Select one or multiple weekdays, keys are as defined in MCAL_M_... (1=Sun, 2=Mon, 4=Tue, ...)
select-app:
Select an application, availible options: ,{''=user enabled(default)|installed|all)}
@@ -601,6 +603,7 @@ implement only a subset of XUL. Here are the main differences:
<date options="Y-m-d,1"/>
<date type="date-time"/>
<date type="date-timeonly" options="H:i"/>
+ <date type="date-houronly"/>
no |
date |
@@ -619,7 +622,8 @@ implement only a subset of XUL. Here are the main differences:
the up-to-date date (via javascript)
one-min-steps: if set (&4) the minute-selectbox uses one minutes steps, default 5min steps
ro-suppress-0h0: if set (&8) the time is suppressed for readonly and a time of 0h0
- Sub-widgets: date-time: a date and a time and date-timeonly: only a time
+ day-of-week-prefix: if set (&16) readonly dates get prefixed with the day of week
+ Sub-widgets: date-time: a date and a time and date-timeonly or date-houronly: only a time / hour
These widgets allow the input of times too or only, they use 12h am/pm or 24h format as
specified in the user prefs.
If readonly is set, this widget can be used to display a date, without the need to convert it.