[Rt-commit] r9214 - in rt/branches/3.6-RELEASE: .

jesse at bestpractical.com jesse at bestpractical.com
Wed Oct 3 10:55:10 EDT 2007


Author: jesse
Date: Wed Oct  3 10:54:53 2007
New Revision: 9214

Modified:
   rt/branches/3.6-RELEASE/   (props changed)
   rt/branches/3.6-RELEASE/html/Admin/Users/Modify.html

Log:
 r27337 at hualien:  jesse | 2007-10-03 10:54:11 -0400
 New callbacks from Dirk Pape: http://page.mi.fu-berlin.de/pape/rt3/patches/rt/3.6.4/add_callbacks_to_admin_us
 ers.patch


Modified: rt/branches/3.6-RELEASE/html/Admin/Users/Modify.html
==============================================================================
--- rt/branches/3.6-RELEASE/html/Admin/Users/Modify.html	(original)
+++ rt/branches/3.6-RELEASE/html/Admin/Users/Modify.html	Wed Oct  3 10:54:53 2007
@@ -134,6 +134,7 @@
 </table>
 % }
 </&>
+<& /Elements/Callback, _CallbackName => 'LeftColumnBottom', UserObj => $UserObj, %ARGS &>
 </td>
 
 <td valign="top" class="boxcontainer">
@@ -201,6 +202,7 @@
 </td><td>
 <input name="PagerPhone" value="<%$UserObj->PagerPhone%>" size="13" /><br />
 </td>
+</tr>
 </table>
 </&>
 <br />
@@ -218,10 +220,10 @@
 % }
 </td></tr>
 % }
-<tr>
-</tr>
 </table>
 </&>
+<& /Elements/Callback, _CallbackName => 'RightColumnBottom', UserObj => $UserObj, %ARGS &>
+</td></tr>
 <tr>
 <td colspan="2">
 <&| /Widgets/TitleBox, title => loc('Comments about this user') &>


More information about the Rt-commit mailing list