Block changing items. (#439)

* Block changing items.

Buttons for editing, deleting, changing items blocked for guests and other users on our profile.

* Update header.tpl

* Update header.tpl
main
Sebastian Sycz 6 years ago committed by Barış Soner Uşaklı
parent 998501ea38
commit 91b6062da3

@ -26,6 +26,7 @@
<!-- IMPORT partials/account/menu.tpl -->
<!-- IF allowCoverPicture -->
<!-- IF canEdit -->
<div class="controls">
<span class="upload"><i class="fa fa-fw fa-4x fa-upload"></i></span>
<span class="resize"><i class="fa fa-fw fa-4x fa-arrows"></i></span>
@ -33,6 +34,7 @@
</div>
<div class="save">[[groups:cover-save]] <i class="fa fa-fw fa-floppy-o"></i></div>
<div class="indicator">[[groups:cover-saving]] <i class="fa fa-fw fa-refresh fa-spin"></i></div>
<!-- ENDIF canEdit -->
<!-- ENDIF allowCoverPicture -->
</div>
</div>

Loading…
Cancel
Save