Author: sevein
Date: Fri Jul 29 16:07:27 2011
New Revision: 9424

Log:
Rename label for consistency

Modified:
   trunk/apps/qubit/modules/actor/templates/editContactInformationSuccess.php

Modified: 
trunk/apps/qubit/modules/actor/templates/editContactInformationSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/actor/templates/editContactInformationSuccess.php  
Fri Jul 29 15:18:58 2011        (r9423)
+++ trunk/apps/qubit/modules/actor/templates/editContactInformationSuccess.php  
Fri Jul 29 16:07:27 2011        (r9424)
@@ -35,7 +35,9 @@
 
   <?php echo $form->email->renderRow() ?>
 
-  <?php echo $form->website->renderRow() ?>
+  <?php echo $form->website
+    ->label('URL')
+    ->renderRow() ?>
 
   <?php echo $form->contactPerson->renderRow() ?>
 

-- 
You received this message because you are subscribed to the Google Groups 
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/qubit-commits?hl=en.

Reply via email to