diff options
author | Mario <mario@mariovavti.com> | 2022-01-07 20:03:40 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-01-07 20:03:40 +0000 |
commit | c72e5e3b66db227e27a400044dcc0a6748d49cb5 (patch) | |
tree | bf48228ed4d65ea987a626eeabbdb020637257e7 /view/tpl/group_edit.tpl | |
parent | 5e811819e2738bd4de2869c9b99601219631ff0d (diff) | |
download | volse-hubzilla-c72e5e3b66db227e27a400044dcc0a6748d49cb5.tar.gz volse-hubzilla-c72e5e3b66db227e27a400044dcc0a6748d49cb5.tar.bz2 volse-hubzilla-c72e5e3b66db227e27a400044dcc0a6748d49cb5.zip |
streamline privacy groups
Diffstat (limited to 'view/tpl/group_edit.tpl')
-rw-r--r-- | view/tpl/group_edit.tpl | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/view/tpl/group_edit.tpl b/view/tpl/group_edit.tpl index 61203ab10..f6ab1e594 100644 --- a/view/tpl/group_edit.tpl +++ b/view/tpl/group_edit.tpl @@ -1,14 +1,13 @@ <div class="generic-content-wrapper"> <div class="section-title-wrapper"> <div class="float-end"> - <button type="button" class="btn btn-sm btn-outline-secondary" onclick="openClose('group_tools')"><i class="fa fa-pencil"></i> {{$details_label}}</button> <button id="fullscreen-btn" type="button" class="btn btn-outline-secondary btn-sm" onclick="makeFullScreen();"><i class="fa fa-expand"></i></button> <button id="inline-btn" type="button" class="btn btn-outline-secondary btn-sm" onclick="makeFullScreen(false);"><i class="fa fa-compress"></i></button> </div> <h2>{{$title}}</h2> </div> - <div id="group_tools" class="clearfix section-content-tools-wrapper" style="display: none"> + <div id="group_tools" class="clearfix section-content-tools-wrapper"> <form action="group/{{$gid}}" id="group-edit-form" method="post" > <input type='hidden' name='form_security_token' value='{{$form_security_token_edit}}'> {{include file="field_input.tpl" field=$gname}} @@ -16,10 +15,10 @@ {{include file="field_checkbox.tpl" field=$is_default_acl}} {{include file="field_checkbox.tpl" field=$is_default_group}} {{$pgrp_extras}} - <a href="group/drop/{{$gid}}?t={{$form_security_token_drop}}" onclick="return confirmDelete();" class="btn btn-sm btn-danger"> + <a href="group/drop/{{$gid}}?t={{$form_security_token_drop}}" onclick="return confirmDelete();" class="btn btn-outline-danger"> {{$delete}} </a> - <button type="submit" name="submit" class="btn btn-sm btn-primary float-end">{{$submit}}</button> + <button type="submit" name="submit" class="btn btn-primary float-end">{{$submit}}</button> </form> </div> <div class="section-content-info-wrapper"> |