Изменения документа Legacy Notification Administration
Редактировал(а) Coluns 14.06.2024
Сводка
-
Свойства страницы (1 изменено, 0 добавлено, 0 удалено)
Подробности
- Свойства страницы
-
- Содержимое
-
... ... @@ -29,7 +29,7 @@ 29 29 <div> 30 30 <input type="radio" id="mode_since" name="mode" value="since"#if($request.mode == 'since')checked#end/> 31 31 <label for="mode_since">$escapetool.html($services.localization.render('legacy.event.migration.since'))</label> 32 - <input type="date" id="since" name="since" value="$ !request.since" max="$datetool.format('yyyy-MM-dd', $datetool.date)"/>32 + <input type="date" id="since" name="since"#if($request.since) value="$escapetool.xml($request.since)"#end max="$datetool.format('yyyy-MM-dd', $datetool.date)"/> 33 33 </div> 34 34 <div class="buttons"><span class="buttonwrapper"><input type="submit" value="$escapetool.xml($services.localization.render('legacy.event.migration.start'))" name="migrate" class="button"/></span></div> 35 35 </form>