@@ -67,10 +67,10 @@ discard block |
||
| 67 | 67 | class="fa fa-cloud-upload"></i></a> |
| 68 | 68 | <a id="banner-image-upload-edit-button" |
| 69 | 69 | style="<?php |
| 70 | - if (!$user->getProfileBannerImage()->hasImage()) { |
|
| 71 | - echo 'display: none;'; |
|
| 72 | - } |
|
| 73 | - ?>" |
|
| 70 | + if (!$user->getProfileBannerImage()->hasImage()) { |
|
| 71 | + echo 'display: none;'; |
|
| 72 | + } |
|
| 73 | + ?>" |
|
| 74 | 74 | href="<?php echo Url::to(['/user/image/crop', 'userGuid' => $user->guid, 'type' => ImageController::TYPE_PROFILE_BANNER_IMAGE]); ?>" |
| 75 | 75 | class="btn btn-info btn-sm" data-target="#globalModal" data-backdrop="static"><i |
| 76 | 76 | class="fa fa-edit"></i></a> |
@@ -128,10 +128,10 @@ discard block |
||
| 128 | 128 | class="fa fa-cloud-upload"></i></a> |
| 129 | 129 | <a id="profile-image-upload-edit-button" |
| 130 | 130 | style="<?php |
| 131 | - if (!$user->getProfileImage()->hasImage()) { |
|
| 132 | - echo 'display: none;'; |
|
| 133 | - } |
|
| 134 | - ?>" |
|
| 131 | + if (!$user->getProfileImage()->hasImage()) { |
|
| 132 | + echo 'display: none;'; |
|
| 133 | + } |
|
| 134 | + ?>" |
|
| 135 | 135 | href="<?php echo Url::to(['/user/image/crop', 'userGuid' => $user->guid, 'type' => ImageController::TYPE_PROFILE_IMAGE]); ?>" |
| 136 | 136 | class="btn btn-info btn-sm" data-target="#globalModal" data-backdrop="static"><i |
| 137 | 137 | class="fa fa-edit"></i></a> |