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-06 16:23:27 +0300
committersunnavy <sunnavy@bestpractical.com>2022-11-01 22:08:39 +0300
commitd677ed9f8b4ec5524fa62a2c60d366c0aa74ea15 (patch)
treee9d113282aef8220919553647d6e6aa0fb978311
parent6493f6a0fcf93d2f67557f483799f8dea42aed42 (diff)
Add back the missing current-value span
Otherwise, rows in asset widget on ticket create page would have alignment issues.
-rw-r--r--share/html/Elements/ShowRecord1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/html/Elements/ShowRecord b/share/html/Elements/ShowRecord
index 594367226c..976ab525a3 100644
--- a/share/html/Elements/ShowRecord
+++ b/share/html/Elements/ShowRecord
@@ -81,6 +81,7 @@ for my $column (@columns) {
</%perl>
<&| /Elements/LabeledValue,
RawLabel => loc($title),
+ ValueSpanClass => 'current-value',
Class => 'record-field '.
( $Class ? CSSClass("$Class-field")." " : "" ) .
CSSClass($fetch_columnmap->($attr,'attribute',[$attr],'no_escape'))