예제 #1
0
echo GetMessage("TASKS_TASK_REPEAT_START");
?>
</label><span class="webform-field webform-field-textbox webform-field-textbox-clearable<?php 
echo !$arData["REPLICATE_START_DATE"] ? " webform-field-textbox-empty" : "";
?>
 task-repeating-interval-start-date"><span class="webform-field-textbox-inner"><input type="text" id="task-repeating-interval-start-date" class="webform-field-textbox" name="REPLICATE_START_DATE" value="<?php 
echo CTasksTools::stripZeroTime($arData["REPLICATE_START_DATE"]);
?>
" readonly="readonly" /><a class="webform-field-textbox-clear" href=""></a></span></span><label for="task-repeating-interval-end-date"><?php 
echo GetMessage("TASKS_TASK_REPEAT_END");
?>
</label><span class="webform-field webform-field-textbox webform-field-textbox-clearable<?php 
echo !$arData["REPLICATE_END_DATE"] ? " webform-field-textbox-empty" : "";
?>
 task-repeating-interval-end-date"><span class="webform-field-textbox-inner"><input type="text" id="task-repeating-interval-end-date" class="webform-field-textbox" name="REPLICATE_END_DATE" value="<?php 
echo CTasksTools::stripZeroTime($arData["REPLICATE_END_DATE"]);
?>
" readonly="readonly" /><a class="webform-field-textbox-clear" href=""></a></span></span></div>
											</div>
										</div>
									</div>
								</td>
							</tr>
						</table>

					</div>

					<?php 
if (sizeof($arResult["USER_FIELDS"])) {
    ?>
						<div class="webform-row task-additional-properties-row">