mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-11 16:35:38 +00:00
set max-height of user image to 150px
This commit is contained in:
parent
2213ea7e29
commit
b8ded0fed7
|
@ -407,7 +407,7 @@ $(document).ready( function() {
|
|||
if ($currUser) {
|
||||
$this->formField(
|
||||
getMLText("user_image"),
|
||||
($currUser->hasImage() ? "<img src=\"".$httproot."out/out.UserImage.php?userid=".$currUser->getId()."\">" : getMLText('no_user_image'))
|
||||
($currUser->hasImage() ? "<img src=\"".$httproot."out/out.UserImage.php?userid=".$currUser->getId()."\" style=\"max-height: 150px;\">" : getMLText('no_user_image'))
|
||||
);
|
||||
$this->formField(
|
||||
getMLText("new_user_image"),
|
||||
|
|
Loading…
Reference in New Issue
Block a user