fixed profile description embedding
This commit is contained in:
parent
cca2e04739
commit
e665fdcda5
@ -111,7 +111,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="3">
|
||||
{if $desctext==""}<em>({t}no text entered yet{/t})</em>{else}<div class="textblock wide_textblock">{$desctext} </div>{/if}
|
||||
{if $desctext==""}<em>({t}no text entered yet{/t})</em>{else}<div class="textblock wide_textblock">{$desctext}<div style="clear:both"></div></div>{/if}
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td class="spacer" colspan="3"></td></tr>
|
||||
|
@ -86,8 +86,10 @@
|
||||
{* description *}
|
||||
{if $description != ""}
|
||||
<div class="content2-container bg-blue02" style="height:0px"></div>
|
||||
<div class="table-like-font" style="margin-left:6px">
|
||||
{$description}
|
||||
<div class="content2-container table-like-font">
|
||||
<div style="margin-left:6px">
|
||||
{$description}
|
||||
</div>
|
||||
</div>
|
||||
{/if}
|
||||
<div> </div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user