Skip to content

Commit 9bce57a

Browse files
jlf-evidenseboo
authored andcommitted
LUT-30194 : Back url not taken into account in admin pop-ups
1 parent d1271ab commit 9bce57a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webapp/WEB-INF/templates/admin/util/message.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<#if list_parameters?exists>
2222
<#list keys as key><@input type='hidden' name='${key}' value='${list_parameters[key]}' /></#list>
2323
</#if>
24-
<@button type='submit' color='default' class=' mt-3' title='${i18n("portal.admin.message.buttonCancel")}' buttonIcon='times' params='onclick="javascript:window.history.back();"' />
24+
<@button type='submit' color='default' class=' mt-3' title='${i18n("portal.admin.message.buttonCancel")}' buttonIcon='times' />
2525
</@tform>
2626
<#else>
2727
<@button type='submit' color='default' class=' mt-3' title='${i18n("portal.admin.message.buttonCancel")}' buttonIcon='times' params='onclick="javascript:window.history.back();"' />

0 commit comments

Comments
 (0)