[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-172-g37d1102
Shawn Moore
sartak at bestpractical.com
Fri Jul 16 15:58:21 EDT 2010
The branch, 3.9-trunk has been updated
via 37d11026ae08d6992ce0bdcdd226af7359107390 (commit)
from 29197738ef8c6d6cc5672acc88ff7b60464acde6 (commit)
Summary of changes:
share/html/Admin/CustomFields/Modify.html | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit 37d11026ae08d6992ce0bdcdd226af7359107390
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Fri Jul 16 15:59:53 2010 -0400
Add callback for the end of the CF Modify table
diff --git a/share/html/Admin/CustomFields/Modify.html b/share/html/Admin/CustomFields/Modify.html
index 5662226..9bdd6f7 100644
--- a/share/html/Admin/CustomFields/Modify.html
+++ b/share/html/Admin/CustomFields/Modify.html
@@ -124,6 +124,8 @@
<&|/l&>Enabled (Unchecking this box disables this custom field)</&>
</td></tr>
+% $m->callback(CallbackName => 'EndOfTable', CustomField => $CustomFieldObj);
+
</table>
% if ( $CustomFieldObj->Id && $CustomFieldObj->IsSelectionType && !$CustomFieldObj->IsExternalValues ) {
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list