Fixed issue #80.
This commit is contained in:
parent
a862b66612
commit
8b2b35bc14
@ -11,9 +11,11 @@
|
||||
<div class="col-sm-4">
|
||||
<img style="max-width: 200px;max-height: 200px;" src="./data/image/communities/<mx:text id="ComText"/>.png" alt="<mx:text id="ComText"/>" title="<mx:text id="ComText"/>"/>
|
||||
</div>
|
||||
<mx:bloc id="TEXTRESUME">
|
||||
<div class="col-sm-8">
|
||||
<mx:text id="text_resume"/>
|
||||
</div>
|
||||
</mx:bloc id="TEXTRESUME">
|
||||
</div>
|
||||
</div>
|
||||
<div class="card-header"><h3><mx:text id="formUser1"/></h3></div>
|
||||
|
@ -409,9 +409,10 @@ Class Community extends CoordinationObj
|
||||
{
|
||||
$list = $GLOBALS['SYSTEM_DATABASE_CONN']->sql_fetchrow();
|
||||
$text = $list['textentrynode_resume'];
|
||||
$GLOBALS["SYSTEM_TEMPLATE"]->MxText("text_resume", $text);
|
||||
$GLOBALS["SYSTEM_TEMPLATE"]->MxText("TEXTRESUME".".text_resume", $text);
|
||||
} else {
|
||||
$GLOBALS["SYSTEM_TEMPLATE"]->MxText("text_resume", $noCommunityTextResume);
|
||||
// $GLOBALS["SYSTEM_TEMPLATE"]->MxText("text_resume", $noCommunityTextResume);
|
||||
$GLOBALS['SYSTEM_TEMPLATE']->MxBloc("TEXTRESUME", "delete");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user