mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
use BI clock-history for freetime search (same as for tentative)
This commit is contained in:
parent
ac389d8aab
commit
8198de396c
@ -264,7 +264,7 @@
|
||||
<et2-button statustext="Close the window" label="Cancel" id="button[cancel]" onclick="window.close();" image="cancel"></et2-button>
|
||||
<et2-select statustext="Execute a further action for this entry" id="action" onchange="app.calendar.actions_change" class="@action_class" emptyLabel="Actions..."></et2-select>
|
||||
<et2-checkbox label="Do not notify" id="no_notifications" statustext="Do not notify of these changes"></et2-checkbox>
|
||||
<et2-button statustext="Find free timeslots where the selected participants are available for the given timespan" label="Freetime search" id="freetime" onclick="app.calendar.freetime_search" image="timesheet" span="all" noSubmit="true"></et2-button>
|
||||
<et2-button statustext="Find free timeslots where the selected participants are available for the given timespan" label="Freetime search" id="freetime" onclick="app.calendar.freetime_search" image="clock-history" span="all" noSubmit="true"></et2-button>
|
||||
<et2-button align="right" statustext="Delete this event" label="Delete" id="button[delete]" onclick="app.calendar.delete_btn(widget,$cont[query_delete_exceptions]);" image="delete"></et2-button>
|
||||
<et2-textbox type="hidden" id="delete_exceptions"></et2-textbox>
|
||||
<et2-textbox type="hidden" id="apply_changes_to_exceptions"></et2-textbox>
|
||||
|
@ -192,7 +192,8 @@
|
||||
<et2-hbox span="all" width="100%">
|
||||
<et2-button-icon statustext="Apply the changes" id="button[apply]" image="apply"></et2-button-icon>
|
||||
<et2-button-icon statustext="delete this entry" id="button[delete]" onclick="et2_dialog.confirm(widget,'Delete this entry','Delete');" image="delete" span="all"></et2-button-icon>
|
||||
<et2-button-icon statustext="Find free timeslots where the selected participants are available for the given timespan" id="freetime" label="Freetime" onclick="app.calendar.freetime_search" image="add" noSubmit="true"></et2-button-icon>
|
||||
<et2-button-icon statustext="Find free timeslots where the selected participants are available for the given timespan"
|
||||
id="freetime" label="Freetime" onclick="app.calendar.freetime_search" image="clock-history" noSubmit="true"></et2-button-icon>
|
||||
<et2-checkbox id="no_notifications" class="notification_check" toggleOn=" " toggleOff=" "></et2-checkbox>
|
||||
<et2-textbox type="hidden" id="delete_exceptions"></et2-textbox>
|
||||
</et2-hbox>
|
||||
|
Loading…
Reference in New Issue
Block a user