[Rt-commit] rt branch, 5.0/center-values-on-custom-field-edit-page, updated. rt-5.0.0-166-g3ca788daeb
Blaine Motsinger
blaine at bestpractical.com
Tue Dec 22 17:44:52 EST 2020
The branch, 5.0/center-values-on-custom-field-edit-page has been updated
via 3ca788daeb0c8e91493f20d3132f1127a3d0aa73 (commit)
from da5227705325d6a5aafc025ea37b5f9e178ec9b9 (commit)
Summary of changes:
share/html/Admin/CustomFields/Modify.html | 4 ++++
1 file changed, 4 insertions(+)
- Log -----------------------------------------------------------------
commit 3ca788daeb0c8e91493f20d3132f1127a3d0aa73
Author: Blaine Motsinger <blaine at bestpractical.com>
Date: Tue Dec 22 15:02:29 2020 -0600
Add right col to Integration section on CF edit
To ensure the layout is a correct 12 col wide, this commit adds an
empty col-2 to the Integration section on the edit CF page.
diff --git a/share/html/Admin/CustomFields/Modify.html b/share/html/Admin/CustomFields/Modify.html
index e0483c0d31..c3650a8f6c 100644
--- a/share/html/Admin/CustomFields/Modify.html
+++ b/share/html/Admin/CustomFields/Modify.html
@@ -246,6 +246,7 @@ jQuery( function() {
<div class="col-8">
<input class="form-control" type="text" size="60" name="LinkValueTo" value="<% $CustomFieldObj->LinkValueTo || $LinkValueTo || '' %>" />
</div>
+ <div class="col-2"></div>
</div>
<div class="form-row">
@@ -255,6 +256,7 @@ jQuery( function() {
<&|/l&>Fill in this field with a URL.</&>
<&|/l_unsafe, '<tt>__id__</tt>', '<tt>__CustomField__</tt>' &>RT will replace [_1] and [_2] with the record's id and the custom field's value, respectively.</&>
</div>
+ <div class="col-2"></div>
</div>
<div class="form-row">
@@ -264,6 +266,7 @@ jQuery( function() {
<div class="value col-8">
<input class="form-control" type="text" size="60" name="IncludeContentForValue" value="<% $CustomFieldObj->IncludeContentForValue || $IncludeContentForValue || '' %>" />
</div>
+ <div class="col-2"></div>
</div>
<div class="form-row">
@@ -274,6 +277,7 @@ jQuery( function() {
<&|/l_unsafe, '<tt>__id__</tt>', '<tt>__CustomField__</tt>' &>RT will replace [_1] and [_2] with the record's id and the custom field's value, respectively.</&>
<i><&|/l&>Some browsers may only load content from the same domain as your RT server.</&></i>
</div>
+ <div class="col-2"></div>
</div>
</&>
-----------------------------------------------------------------------
More information about the rt-commit
mailing list