diff options
author | Mario Vavti <mario@mariovavti.com> | 2018-05-02 09:22:23 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-05-02 09:22:23 +0200 |
commit | 9615d02b353f37e1747dd6f10ee8a4c8b8cc7b2e (patch) | |
tree | 08ab408a73711eedbc231ba3bfb3325cdb7842b9 /view/tpl/profile_photo.tpl | |
parent | 3f75dd108374d24674436c58deb9d2a795fbf604 (diff) | |
parent | 7a55ead97db94284146612364b8ce1c59de8771f (diff) | |
download | volse-hubzilla-9615d02b353f37e1747dd6f10ee8a4c8b8cc7b2e.tar.gz volse-hubzilla-9615d02b353f37e1747dd6f10ee8a4c8b8cc7b2e.tar.bz2 volse-hubzilla-9615d02b353f37e1747dd6f10ee8a4c8b8cc7b2e.zip |
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'view/tpl/profile_photo.tpl')
-rwxr-xr-x | view/tpl/profile_photo.tpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/view/tpl/profile_photo.tpl b/view/tpl/profile_photo.tpl index e48d05330..819502df5 100755 --- a/view/tpl/profile_photo.tpl +++ b/view/tpl/profile_photo.tpl @@ -94,7 +94,9 @@ <input type='hidden' name='form_security_token' value='{{$form_security_token}}'> <div id="profile-photo-upload-wrapper"> - + {{if $info}} + <div class="section-content-warning-wrapper">{{$info}}</div> + {{/if}} {{if $importfile}} <input type="hidden" name="importfile" value="{{$importfile}}"> {{else}} |