mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
Member UI '*' asterisk position update.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12425 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8f722499fb
commit
33944a164a
3 changed files with 10 additions and 7 deletions
|
|
@ -390,11 +390,11 @@ class memberAdminView extends member
|
|||
$formTag->title = ($formInfo->isDefaultForm) ? $lang->{$formInfo->name} : $formInfo->title;
|
||||
if($isAdmin)
|
||||
{
|
||||
if($formInfo->mustRequired) $formTag->title = $formTag->title.' <em style="color:red">*</em>';
|
||||
if($formInfo->mustRequired) $formTag->title = '<em style="color:red">*</em> '.$formTag->title;
|
||||
}
|
||||
else
|
||||
{
|
||||
if ($formInfo->required && $formInfo->name != 'password') $formTag->title = $formTag->title.' <em style="color:red">*</em>';
|
||||
if ($formInfo->required && $formInfo->name != 'password') $formTag->title = '<em style="color:red">*</em> '.$formTag->title;
|
||||
}
|
||||
$formTag->name = $formInfo->name;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue