fixed profile description embedding
This commit is contained in:
parent
cca2e04739
commit
e665fdcda5
@ -111,7 +111,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td colspan="3">
|
<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>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr><td class="spacer" colspan="3"></td></tr>
|
<tr><td class="spacer" colspan="3"></td></tr>
|
||||||
|
@ -86,8 +86,10 @@
|
|||||||
{* description *}
|
{* description *}
|
||||||
{if $description != ""}
|
{if $description != ""}
|
||||||
<div class="content2-container bg-blue02" style="height:0px"></div>
|
<div class="content2-container bg-blue02" style="height:0px"></div>
|
||||||
<div class="table-like-font" style="margin-left:6px">
|
<div class="content2-container table-like-font">
|
||||||
{$description}
|
<div style="margin-left:6px">
|
||||||
|
{$description}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
<div> </div>
|
<div> </div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user