Изменения документа Legacy Notification Administration

Редактировал(а) Coluns 14.06.2024

От версии 3.1
отредактировано Coluns
на 14.06.2024
Изменить комментарий: Install extension [org.xwiki.platform:xwiki-platform-legacy-events-hibernate-ui/16.4.0]
К версии 1.1
отредактировано Coluns
на 28.10.2022
Изменить комментарий: Install extension [org.xwiki.platform:xwiki-platform-legacy-events-hibernate-ui/14.7]

Сводка

Подробности

Свойства страницы
Содержимое
... ... @@ -29,8 +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 - <label for="since" class="sr-only">$escapetool.html($services.localization.render('legacy.event.migration.since.picker.label'))</label>
33 - <input type="date" id="since" name="since"#if($request.since) value="$escapetool.xml($request.since)"#end max="$datetool.format('yyyy-MM-dd', $datetool.date)"/>
32 + <input type="date" id="since" name="since" value="$!request.since" max="$datetool.format('yyyy-MM-dd', $datetool.date)"/>
34 34   </div>
35 35   <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>
36 36  </form>