adjust for config change

main
barisusakli 9 years ago
parent 0e61c2bdff
commit 0e71131a1b

@ -32,11 +32,11 @@
<!-- ENDIF email -->
<!-- ENDIF config.requireEmailConfirmation -->
<!-- IF config.allowAccountDelete -->
<!-- IF allowAccountDelete -->
<!-- IF isSelf -->
<a id="deleteAccountBtn" href="#" class="btn btn-danger">[[user:delete_account]]</a><br/><br/>
<!-- ENDIF isSelf -->
<!-- ENDIF config.allowAccountDelete -->
<!-- ENDIF allowAccountDelete -->
</div>
</div>

@ -20,11 +20,11 @@
</div>
<div class="btn-group btn-group-justified" role="group">
<!-- IF config.allowProfileImageUploads -->
<!-- IF allowProfileImageUploads -->
<div class="btn-group" role="group">
<button type="button" class="btn btn-default" data-action="upload">[[user:upload_new_picture]]</button>
</div>
<!-- ENDIF config.allowProfileImageUploads -->
<!-- ENDIF allowProfileImageUploads -->
<!-- IF config.hasImageUploadPlugin -->
<div class="btn-group" role="group">
<button type="button" class="btn btn-default" data-action="upload-url">[[user:upload_new_picture_from_url]]</button>

Loading…
Cancel
Save