mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
show user who has created event
This commit is contained in:
parent
2134754e91
commit
58de462ff5
|
@ -93,6 +93,15 @@ class SeedDMS_View_Calendar extends SeedDMS_Theme_Style {
|
|||
'required'=>$strictformcheck
|
||||
)
|
||||
);
|
||||
if($euser = $dms->getUser($event['userID'])) {
|
||||
$this->formField(
|
||||
getMLText("user"),
|
||||
array(
|
||||
'element'=>'plain',
|
||||
'value'=>htmlspecialchars($euser->getFullName())
|
||||
)
|
||||
);
|
||||
}
|
||||
$this->contentContainerEnd();
|
||||
$this->formSubmit("<i class=\"fa fa-save\"></i> ".getMLText('save'));
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue
Block a user