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:
authorJesse Vincent <jesse@keyboard.io>2022-08-25 00:58:53 +0300
committerJim Brandt <jbrandt@bestpractical.com>2022-09-02 22:03:13 +0300
commit3d3dfd25e85502db9034170c5d3fbe3da3d6ebd6 (patch)
treeecd77b70af1814dc14be3c70cf57b02ed2e4c2a1
parenta5feab8eb927e24252bd304d0f0b0fd0bbd0d172 (diff)
Bring Asset Search rendering back to the status-quo-ante
-rw-r--r--share/html/Asset/Elements/AssetSearchBasics4
1 files changed, 1 insertions, 3 deletions
diff --git a/share/html/Asset/Elements/AssetSearchBasics b/share/html/Asset/Elements/AssetSearchBasics
index c0ba9ac9c2..19be40aae5 100644
--- a/share/html/Asset/Elements/AssetSearchBasics
+++ b/share/html/Asset/Elements/AssetSearchBasics
@@ -48,7 +48,6 @@
<&| /Widgets/TitleBox, title => loc('Basics'), class=>'asset-search-grouping asset-search-basics' &>
<div class="form-row">
<div class="col-6">
- <div class="form-row">
<&| /Elements/LabeledValue, Label => loc('Catalog') &>
<& /Asset/Elements/SelectCatalog, Name => 'Catalog', CheckRight => "ShowCatalog",
Default => $ARGS{'Catalog'}, OnChange => "jQuery('#AssetSearch').submit()"
@@ -59,8 +58,7 @@
<div class="col-6">
<&| /Elements/LabeledValue, Label => loc('Status') &>
<& /Asset/Elements/SelectStatus, Name => 'Status', Catalogs => { $CatalogObj->id => 1 }, DefaultValue => 1,
- Default => ($ARGS{'Status'} || '')
- &>
+ Default => ($ARGS{'Status'} || '') &>
</&>
</div>
</div>