Added functionality to permenently delete or restore deleted organisations
This commit is contained in:
@@ -31,8 +31,10 @@
|
||||
<button type="button" class="btn btn-success js-organisation-create">
|
||||
<i class="fas fa-plus-square"></i> {{translate("ORGANISATION.CREATE")}}
|
||||
</button>
|
||||
{% endif %}
|
||||
{% if checkAccess('register_organisation') %}
|
||||
<button type="button" class="btn btn-danger js-organisation-viewDeleted">
|
||||
<i class="fas fa-minus-square"></i> {{translate("VIEW_DELETED")}}
|
||||
</button>
|
||||
{% elseif checkAccess('register_organisation') %}
|
||||
<button type="button" class="btn btn-success js-organisation-register">
|
||||
<i class="fas fa-plus-square"></i> {{translate("ORGANISATION.REGISTER")}}
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user