mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +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) {
|
if ($currUser) {
|
||||||
$this->formField(
|
$this->formField(
|
||||||
getMLText("user_image"),
|
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(
|
$this->formField(
|
||||||
getMLText("new_user_image"),
|
getMLText("new_user_image"),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user