Home
last modified time | relevance | path

Searched refs:appointment_attribute (Results 1 – 6 of 6) sorted by relevance

/dports/deskutils/moregroupware/moregroupware/modules/calendar/templates/default/html/
H A Dcalendar_date_edit.tpl35 …} else if (!document.nd.appointment_attribute[0].checked && (document.nd.appointment_end.value < d…
182 {if $appointment_attribute == 0}
196 …<td><input type="radio" name="appointment_attribute"{if $appointment_attribute==0} checked{/if} va…
197 …<td><input type="radio" name="appointment_attribute"{if $appointment_attribute==4} checked{/if} va…
198 …<td><input type="radio" name="appointment_attribute"{if $appointment_attribute==1} checked{/if} va…
199 …<td><input type="radio" name="appointment_attribute"{if $appointment_attribute==2} checked{/if} va…
200 …<td><input type="radio" name="appointment_attribute"{if $appointment_attribute==3} checked{/if} va…
201 …<td><input type="radio" name="appointment_attribute"{if $appointment_attribute==5} checked{/if} va…
H A Dcalendar_date_edit_v2.tpl139 {if $appointment_attribute == 0}
157 {if $appointment_attribute == 0}
179 {if $appointment_attribute == 0}
708 {if $appointment_attribute == 0 and $newtype!="meeting"}
722 …<td class="tab"><input type="radio" name="appointment_attribute"{if $appointment_attribute==0} che…
723 …<td class="tab"><input type="radio" name="appointment_attribute"{if $appointment_attribute==4} che…
724 …<td class="tab"><input type="radio" name="appointment_attribute"{if $appointment_attribute==1} che…
725 …<td class="tab"><input type="radio" name="appointment_attribute"{if $appointment_attribute==2} che…
726 …<td class="tab"><input type="radio" name="appointment_attribute"{if $appointment_attribute==3} che…
727 …<td class="tab"><input type="radio" name="appointment_attribute"{if $appointment_attribute==5} che…
[all …]
H A Dcalendar_dateserie_edit.tpl313 …} else if (!document.nd.appointment_attribute[0].checked && (document.nd.appointment_end.value < d…
597 …<td><input type="radio" name="appointment_attribute"{if $appointment_attribute==0} checked{/if} va…
598 …<td><input type="radio" name="appointment_attribute"{if $appointment_attribute==4} checked{/if} va…
599 …<td><input type="radio" name="appointment_attribute"{if $appointment_attribute==1} checked{/if} va…
600 …<td><input type="radio" name="appointment_attribute"{if $appointment_attribute==2} checked{/if} va…
601 …<td><input type="radio" name="appointment_attribute"{if $appointment_attribute==3} checked{/if} va…
602 …<td><input type="radio" name="appointment_attribute"{if $appointment_attribute==5} checked{/if} va…
H A Dcalendar_choose_avail.tpl69 …/* else if (!document.nd.appointment_attribute[0].checked && (document.nd.appointment_end.value < …
/dports/deskutils/moregroupware/moregroupware/modules/calendar/
H A Dindex.php107 $appointment_attribute = 0; variable
113 $appointment_attribute = 0; variable
565 $appointment_attribute = 4; variable
571 if ($appointment_attribute == 0) {
613 else if ($appointment_attribute > 0) {
794 if ($appointment_attribute > 0) get_appointment_list($appointment_attribute, $sst_ts, $sen_ts);
798 if ($appointment_attribute > 0) {
801 else if ($appointment_attribute == 0) {
866 if ($appointment_attribute > 0)
1016 if ($appointment_attribute > 0)
[all …]
H A Dview_avail.php57 $appointment_attribute = (isset($_GET["appointment_attribute"])) ? $_GET["appointment_attribute"] :… variable