|
|
@@ -121,7 +121,8 @@
|
|
|
|
|
|
<legend>{{ t('Set Profile Image') }}</legend>
|
|
|
|
|
|
- <div class="form-group col-md-2 col-sm-offset-1 col-sm-4">
|
|
|
+ <div id="profile-image-form"></div>
|
|
|
+<!-- <div class="form-group col-md-2 col-sm-offset-1 col-sm-4">
|
|
|
<h4>
|
|
|
<div class="radio radio-primary">
|
|
|
<input type="radio" id="radioGravatar" form="formImageType" name="imagetypeForm[isGravatarEnabled]" value="true" {% if user.isGravatarEnabled %}checked="checked"{% endif %}>
|
|
|
@@ -135,7 +136,7 @@
|
|
|
</h4>
|
|
|
|
|
|
<img src="{{ user|gravatar }}" width="64">
|
|
|
- </div><!-- /.col-sm* -->
|
|
|
+ </div>
|
|
|
|
|
|
<div class="form-group col-md-4 col-sm-7">
|
|
|
<h4>
|
|
|
@@ -163,7 +164,7 @@
|
|
|
</form>
|
|
|
</p>
|
|
|
</div>
|
|
|
- </div><!-- /.form-group -->
|
|
|
+ </div>
|
|
|
|
|
|
<div class="form-group">
|
|
|
<label for="" class="col-sm-4 control-label">
|
|
|
@@ -182,15 +183,15 @@
|
|
|
* {{ t('page_me.form_help.profile_image2') }}<br>
|
|
|
{% endif %}
|
|
|
</div>
|
|
|
- </div><!-- /.form-group -->
|
|
|
+ </div>
|
|
|
|
|
|
- </div><!-- /.col-sm- -->
|
|
|
+ </div>
|
|
|
|
|
|
<div class="form-group">
|
|
|
<div class="col-sm-offset-4 col-sm-6">
|
|
|
<button type="submit" form="formImageType" class="btn btn-primary">{{ t('Update') }}</button>
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
|
|
|
</fieldset>
|
|
|
</div><!-- /.form-box -->
|