Skip to content
Snippets Groups Projects
Commit f704c8a5 authored by Florian Azizian's avatar Florian Azizian
Browse files

FIX #5290 add condition for close button

parent 05bd5cb3
No related branches found
No related tags found
No related merge requests found
...@@ -93,7 +93,7 @@ else ...@@ -93,7 +93,7 @@ else
</p> </p>
<?php <?php
} }
if (!$from_iframe) { ?> if (isset($from_iframe) && !$from_iframe) { ?>
<p class="buttons"> <p class="buttons">
<input name="close" type="button" value="<?php echo _CLOSE;?>" onclick="self.close();" class="button" /> <input name="close" type="button" value="<?php echo _CLOSE;?>" onclick="self.close();" class="button" />
</p> </p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment