Place submit button inside form element for portfolio admin table
This commit is contained in:
parent
802c62e3e9
commit
b716062a52
@ -55,25 +55,26 @@
|
|||||||
|
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</form>
|
|
||||||
|
|
||||||
<div class="panel__footer">
|
<div class="panel__footer">
|
||||||
<div class="action-group save">
|
<div class="action-group save">
|
||||||
{% if user_can(permissions.EDIT_PORTFOLIO_USERS) %}
|
{% if user_can(permissions.EDIT_PORTFOLIO_USERS) %}
|
||||||
{{ SaveButton(text=('common.save' | translate), element="input", form="member-perms") }}
|
{{ SaveButton(text=('common.save' | translate), element="input", form="member-perms") }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if user_can(permissions.CREATE_PORTFOLIO_USERS) %}
|
{% if user_can(permissions.CREATE_PORTFOLIO_USERS) %}
|
||||||
{% include "fragments/admin/add_new_portfolio_member.html" %}
|
<a class="icon-link modal-link" v-on:click="openModal('add-port-mem')">
|
||||||
<a class="icon-link modal-link" v-on:click="openModal('add-port-mem')">
|
{{ "portfolios.admin.add_new_member" | translate }}
|
||||||
{{ "portfolios.admin.add_new_member" | translate }}
|
{{ Icon("plus") }}
|
||||||
|
</a>
|
||||||
{{ Icon("plus") }}
|
{% endif %}
|
||||||
</a>
|
</div>
|
||||||
{% endif %}
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</form>
|
||||||
|
{% if user_can(permissions.CREATE_PORTFOLIO_USERS) %}
|
||||||
|
{% include "fragments/admin/add_new_portfolio_member.html" %}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% if user_can(permissions.EDIT_PORTFOLIO_USERS) %}
|
{% if user_can(permissions.EDIT_PORTFOLIO_USERS) %}
|
||||||
{% for member in portfolio.members %}
|
{% for member in portfolio.members %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user