[Rt-commit] rt branch 5.0/tweak-query-builder-criteria updated. rt-5.0.1-611-gf1dcd5d5e3
BPS Git Server
git at git.bestpractical.com
Wed Nov 10 17:34:31 UTC 2021
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rt".
The branch, 5.0/tweak-query-builder-criteria has been updated
via f1dcd5d5e31d73390bfc7a281d8a52d4d278cb5f (commit)
from 385718d876731bdbf05f9a82e53e768ae4d4d159 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f1dcd5d5e31d73390bfc7a281d8a52d4d278cb5f
Author: sunnavy <sunnavy at bestpractical.com>
Date: Thu Nov 11 01:31:24 2021 +0800
Increase field column mainly for role fields
We have 2 selects for role fields, col-3 is too narrow there.
diff --git a/share/html/Search/Elements/ConditionRow b/share/html/Search/Elements/ConditionRow
index df26d50bab..fde3588ee8 100644
--- a/share/html/Search/Elements/ConditionRow
+++ b/share/html/Search/Elements/ConditionRow
@@ -46,13 +46,13 @@
%#
%# END BPS TAGGED BLOCK }}}
<div class="form-row <% $Condition->{Class} || '' %>">
- <div class="label col-3">
+ <div class="label col-4">
<% $handle_block->( $Condition->{'Field'}, $Condition->{'Name'} .'Field' ) |n %>
</div>
<div class="col-2 operator">
<% $handle_block->( $Condition->{'Op'}, $Condition->{'Name'} .'Op') |n %>
</div>
- <div class="value col-7">
+ <div class="value col-6">
<% $handle_block->( $Condition->{'Value'}, 'ValueOf'. $Condition->{'Name'} ) |n %>
</div>
</div>
-----------------------------------------------------------------------
Summary of changes:
share/html/Search/Elements/ConditionRow | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
hooks/post-receive
--
rt
More information about the rt-commit
mailing list