Home
last modified time | relevance | path

Searched refs:repeatType (Results 1 – 2 of 2) sorted by relevance

/plugin/schedule/
H A Dschedule.class.php37 var $repeatType; // event type of repeat variable in schedule
H A Dschedules.class.php809 switch ($event->repeatType) {
847 if ($event->repeatType == 'dateMonth')
1198 switch ($event->repeatType) {
1227 $result .= $rt[$event->repeatType];
1296 switch ($event->repeatType) {
1323 if ($event->repeatType == 'dateMonth')
1410 foreach ($this->getLang ('repeatType') as $idrt => $repeatType) {
1411 $selected = ($this->defaultSchedule->repeatType == $idrt) ? ' selected="true"' : '';
1412 ptln (' <option value="'.$idrt.'"'.$selected.'>'.$repeatType.'</option>'.NL);
1420 $disabled = ($this->defaultSchedule->repeatType !== "week") ? ' disabled="true"' : '';
[all …]