[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-181-g07217b6
Shawn Moore
sartak at bestpractical.com
Tue Jul 27 20:08:32 EDT 2010
The branch, 3.9-trunk has been updated
via 07217b6e423bbbcbea107032feb3e6aa65da3f19 (commit)
from 66950ec3d14066c3066a550dcac8527a604c8fda (commit)
Summary of changes:
share/html/Admin/CustomFields/Modify.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 07217b6e423bbbcbea107032feb3e6aa65da3f19
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Tue Jul 27 20:10:15 2010 -0400
Add css class for "Categories are based on" row
diff --git a/share/html/Admin/CustomFields/Modify.html b/share/html/Admin/CustomFields/Modify.html
index 9bdd6f7..4c10588 100644
--- a/share/html/Admin/CustomFields/Modify.html
+++ b/share/html/Admin/CustomFields/Modify.html
@@ -108,7 +108,7 @@
</div></td></tr>
% if ( $CustomFieldObj->Id && $CustomFieldObj->IsSelectionType && !$CustomFieldObj->IsExternalValues ) {
-<tr><td class="label"><&|/l&>Categories are based on</&></td><td>
+<tr class="categoriesbasedon"><td class="label"><&|/l&>Categories are based on</&></td><td>
<& /Admin/Elements/SelectCustomField,
Name => "BasedOn",
LookupType => $CustomFieldObj->LookupType,
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list