mirror of
https://github.com/Mibew/i18n.git
synced 2025-01-22 21:40:28 +03:00
Update invitation preview
This commit is contained in:
parent
545ff7db87
commit
bc287f0e11
@ -85,4 +85,5 @@
|
|||||||
height: 150px;
|
height: 150px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border: 1px solid #000;
|
border: 1px solid #000;
|
||||||
|
background-color: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
@ -58,7 +58,7 @@ function tpl_content() { global $page, $webimroot;
|
|||||||
<a onclick="void(0);" href="javascript:void(0);">×</a>
|
<a onclick="void(0);" href="javascript:void(0);">×</a>
|
||||||
</div>
|
</div>
|
||||||
<h1 onclick="void(0);"><?php echo $page['operatorName'] ?></h1>
|
<h1 onclick="void(0);"><?php echo $page['operatorName'] ?></h1>
|
||||||
<p onclick="void(0);"><?php echo getlocal("invitation.message"); ?></p>
|
<div id="mibewinvitationframe"><?php echo getlocal("invitation.message"); ?></div>
|
||||||
<div style="clear: both;"></div>
|
<div style="clear: both;"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user