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:
authorsunnavy <sunnavy@bestpractical.com>2022-10-04 17:15:42 +0300
committersunnavy <sunnavy@bestpractical.com>2022-11-01 22:08:39 +0300
commitfe346aa411de5f0af1325fbf0af260ffc55e8c46 (patch)
tree85f5a1a8ed5453752895f78372a3617729e04fa2
parente79d0df920cda666a29fbce4e8fcc88e41d9eef3 (diff)
Drop an extra form-row wrapper as LabeledValue already has one
-rw-r--r--share/html/Asset/Search/Bulk.html10
1 files changed, 4 insertions, 6 deletions
diff --git a/share/html/Asset/Search/Bulk.html b/share/html/Asset/Search/Bulk.html
index 43b716296d..ad3cd5520a 100644
--- a/share/html/Asset/Search/Bulk.html
+++ b/share/html/Asset/Search/Bulk.html
@@ -90,12 +90,10 @@
<&| /Widgets/TitleBox, title => loc("Basics"), class => "asset-basics asset-bulk-basics", title_class => "inverse" &>
<div class="form-row">
<div class="col-6">
- <div class="form-row">
- <&| /Elements/LabeledValue, Label => loc('Catalog') &>
- <& /Asset/Elements/SelectCatalog, Name => 'UpdateCatalog', UpdateSession => 0, ShowNullOption => 1 &>
- </&>
-
-
+ <&| /Elements/LabeledValue, Label => loc('Catalog') &>
+ <& /Asset/Elements/SelectCatalog, Name => 'UpdateCatalog', UpdateSession => 0, ShowNullOption => 1 &>
+ </&>
+ </div>
<div class="col-6">
<&| /Elements/LabeledValue, Label => loc('Name') &>
<input class="form-control" type="text" name="UpdateName" value="<% $ARGS{'Name'}||'' %>" size="40">