[Rt-commit] r4142 - in rt/branches/3.5-TESTING: . html/User

trs at bestpractical.com trs at bestpractical.com
Wed Nov 23 15:33:25 EST 2005


Author: trs
Date: Wed Nov 23 15:33:25 2005
New Revision: 4142

Modified:
   rt/branches/3.5-TESTING/   (props changed)
   rt/branches/3.5-TESTING/html/User/Prefs.html
Log:
 r6512 at wintermute:  tom | 2005-11-23 15:23:50 -0500
 Added a few callbacks to make extending Prefs cleaner


Modified: rt/branches/3.5-TESTING/html/User/Prefs.html
==============================================================================
--- rt/branches/3.5-TESTING/html/User/Prefs.html	(original)
+++ rt/branches/3.5-TESTING/html/User/Prefs.html	Wed Nov 23 15:33:25 2005
@@ -98,6 +98,7 @@
   </tr>
 </table>
 </&>
+<& /Elements/Callback, _CallbackName => 'FormLeftColumn', UserObj => $UserObj, %ARGS &>
 </td>
 <td valign="TOP" class="boxcontainer">
 % unless ($RT::WebExternalAuth and !$RT::WebFallbackToInternalAuth) {
@@ -154,6 +155,7 @@
   </tr>
 </table>
 </&>
+<& /Elements/Callback, _CallbackName => 'FormRightColumn', UserObj => $UserObj, %ARGS &>
 </td>
 </tr>
 <tr>
@@ -204,6 +206,12 @@
 		    AuthSystem HomePhone WorkPhone MobilePhone PagerPhone Address1
 		Address2 City State Zip Country Lang
 		   );
+
+    $m->comp('/Elements/Callback', _CallbackName => 'UpdateLogic',
+                                    fields        => \@fields,
+                                    results       => \@results,
+                                    UserObj       => $UserObj,
+                                    ARGSRef       => \%ARGS);
     
     my @fieldresults = UpdateRecordObject ( AttributesRef => \@fields,
 					    Object => $UserObj,


More information about the Rt-commit mailing list