forked from extern/egroupware
Calendar: Add tooltip to edit dialog resource quantity field
This commit is contained in:
parent
51f9177634
commit
ca84df7007
@ -406,6 +406,7 @@ notify all externals (non-users) about this event calendar de Benachrichtigt all
|
|||||||
notify externals calendar de Externe Teilnehmer benachrichtigen
|
notify externals calendar de Externe Teilnehmer benachrichtigen
|
||||||
notify non-egroupware users about event updates calendar de Teilnehmer außerhalb EGroupware über Terminänderungen benachrichtigen?
|
notify non-egroupware users about event updates calendar de Teilnehmer außerhalb EGroupware über Terminänderungen benachrichtigen?
|
||||||
number of records to read (%1) calendar de Anzahl der zu lesenden Datensätze (%1)
|
number of records to read (%1) calendar de Anzahl der zu lesenden Datensätze (%1)
|
||||||
|
number of resources to be booked calendar de Anzahl zu buchender Ressourcen
|
||||||
number of weeks to show calendar de Anzahl Wochen anzuzeigen
|
number of weeks to show calendar de Anzahl Wochen anzuzeigen
|
||||||
observance rule calendar de Observance Rule
|
observance rule calendar de Observance Rule
|
||||||
occurence calendar de Wiederholung
|
occurence calendar de Wiederholung
|
||||||
|
@ -407,6 +407,7 @@ notify all externals (non-users) about this event calendar en Notify all externa
|
|||||||
notify externals calendar en Notify externals
|
notify externals calendar en Notify externals
|
||||||
notify non-egroupware users about event updates calendar en Notify non-EGroupware users about event updates
|
notify non-egroupware users about event updates calendar en Notify non-EGroupware users about event updates
|
||||||
number of records to read (%1) calendar en Number of records to read (%1)
|
number of records to read (%1) calendar en Number of records to read (%1)
|
||||||
|
number of resources to be booked calendar en Number of resources to be booked
|
||||||
number of weeks to show calendar en Number of weeks to show
|
number of weeks to show calendar en Number of weeks to show
|
||||||
observance rule calendar en Observance rule
|
observance rule calendar en Observance rule
|
||||||
occurence calendar en Occurrence
|
occurence calendar en Occurrence
|
||||||
|
@ -59,7 +59,7 @@
|
|||||||
<row disabled="@no_add" height="60" class="et2_toolbar">
|
<row disabled="@no_add" height="60" class="et2_toolbar">
|
||||||
<calendar-owner id="participant" allowFreeEntries="true" span="4" empty_label="Add new participants or resource" onchange="app.calendar.participantOnChange"/>
|
<calendar-owner id="participant" allowFreeEntries="true" span="4" empty_label="Add new participants or resource" onchange="app.calendar.participantOnChange"/>
|
||||||
<hbox width="100%">
|
<hbox width="100%">
|
||||||
<textbox type="integer" id="quantity" min="1" size="3"/>
|
<textbox type="integer" id="quantity" min="1" size="3" statustext="Number of resources to be booked"/>
|
||||||
<select class="selectRole" id="role"/>
|
<select class="selectRole" id="role"/>
|
||||||
<button id="add" align="right" image="add" novalidate="1" statustext="Please first select participants on the left and then use plus button to add them" background_image="1" readonly="true" ro_image="add"/>
|
<button id="add" align="right" image="add" novalidate="1" statustext="Please first select participants on the left and then use plus button to add them" background_image="1" readonly="true" ro_image="add"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
|
Loading…
Reference in New Issue
Block a user