Skip to content
This repository was archived by the owner on Dec 8, 2020. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions app/view/party/manage.php
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,8 @@ function onClickFun(el){
<code style="padding:0">
<pre>&lt;iframe src="https://community.therestartproject.org/outbound/info/party/<?php echo $party->id; ?>" frameborder="0" width="700" height="1050"&gt;&lt;/iframe&gt;</pre>
</code>
<div><strong><?php _t("Note");?></strong></div>
<p><em><?php _t("Please be aware that you may need to change the <strong>width</strong> and <strong>height</strong> values to fit the visualisation into your own page.");?></em></p>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal"><?php _t("Close");?></button>
Expand Down