Skip to content
Permalink
Browse files Browse the repository at this point in the history
XWIKI-20287: Improve migration date display
(cherry picked from commit 8e7c7f9)
  • Loading branch information
tmortagne committed Dec 30, 2022
1 parent c281ed2 commit 6d74e2e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -67,7 +67,7 @@ $services.localization.use('document', 'XWiki.Notifications.Code.LegacyNotificat
<div>
<input type="radio" id="mode_since" name="mode" value="since"#if($request.mode == 'since')checked#end/>
<label for="mode_since">$escapetool.html($services.localization.render('legacy.event.migration.since'))</label>
<input type="date" id="since" name="since" value="$!request.since" max="$datetool.format('yyyy-MM-dd', $datetool.date)"/>
<input type="date" id="since" name="since"#if($request.since) value="$escapetool.xml($request.since)"#end max="$datetool.format('yyyy-MM-dd', $datetool.date)"/>
</div>
<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>
</form>
Expand Down

0 comments on commit 6d74e2e

Please sign in to comment.