Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bestpractical/rt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'share/html/Admin/Groups/Modify.html')
-rw-r--r--share/html/Admin/Groups/Modify.html36
1 files changed, 12 insertions, 24 deletions
diff --git a/share/html/Admin/Groups/Modify.html b/share/html/Admin/Groups/Modify.html
index 8b96081b57..afeea7f37b 100644
--- a/share/html/Admin/Groups/Modify.html
+++ b/share/html/Admin/Groups/Modify.html
@@ -61,33 +61,21 @@
% }
<&| /Widgets/TitleBox, title => loc('Basics'), class => 'group-info-basics', content_class => 'mx-auto width-sm' &>
- <div class="form-row">
- <div class="label col-3">
- <&|/l&>Name</&>:
- </div>
- <div class="value col-9">
- <input type="text" name="Name" class="form-control" value="<%$Group->Name||$Name||''%>" />
- </div>
- </div>
- <div class="form-row">
- <div class="label col-3">
- <&|/l&>Description</&>:
- </div>
- <div class="value col-9">
+ <&| /Elements/LabeledValue, Label => loc('Name') &>
+ <input type="text" name="Name" class="form-control" value="<%$Group->Name||$Name||''%>" />
+ </&>
+ <&| /Elements/LabeledValue, Label => loc('Description') &>
<input type="text" name="Description" class="form-control" value="<%$Group->Description||$Description||''%>" size="60" />
- </div>
- </div>
- <& /Elements/EditCustomFields, Object => $Group, Grouping => 'Basics', InTable => 1 &>
- <div class="form-row">
- <div class="value col-9 offset-md-3">
- <div class="custom-control custom-checkbox">
- <input type="hidden" class="hidden" name="SetEnabled" value="1" />
- <input type="checkbox" id="Enabled" name="Enabled" class="custom-control-input" value="1" <%$EnabledChecked%> />
- <label class="custom-control-label" for="Enabled"><&|/l&>Enabled (Unchecking this box disables this group)</&></label><br />
- </div>
- </div>
+</&>
+<& /Elements/EditCustomFields, Object => $Group, Grouping => 'Basics', InTable => 1 &>
+<&| /Elements/LabeledValue, Label => '' &>
+ <div class="custom-control custom-checkbox">
+ <input type="hidden" class="hidden" name="SetEnabled" value="1" />
+ <input type="checkbox" id="Enabled" name="Enabled" class="custom-control-input" value="1" <%$EnabledChecked%> />
+ <label class="custom-control-label" for="Enabled"><&|/l&>Enabled (Unchecking this box disables this group)</&></label><br />
</div>
</&>
+ </&>
<& /Elements/EditCustomFieldCustomGroupings , Object => $Group, &>
% $m->callback( %ARGS, GroupObj => $Group, results => \@results );