Skip to content
Snippets Groups Projects
Commit e80e9216 authored by Felix Kopp's avatar Felix Kopp Committed by Georg Ringer
Browse files

[TASK] EXT: viewpage: Reload button

The reload button in DocHeader within the viewpage backend module
should not reload the whole content area but only the iframe location.

Change-Id: I03e2e6fe0b1be07465035f8e19da931515bb767c
Fixes: #37916
Releases: 6.0
Reviewed-on: http://review.typo3.org/11946
Reviewed-by: Christian Kuhn
Tested-by: Christian Kuhn
Reviewed-by: Georg Ringer
Tested-by: Georg Ringer
parent 65eb72e0
Branches
Tags
No related merge requests found
......@@ -11,7 +11,7 @@
<div class="docheader-row1-left">
</div>
<div class="docheader-row2-right">
<f:be.buttons.icon uri="" icon="actions-system-refresh" />
<f:be.buttons.icon uri="javascript:document.getElementById('tx_viewpage_iframe').contentWindow.location.reload(true);" icon="actions-system-refresh" />
<f:be.buttons.shortcut />
</div>
</div>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment