Author: peter
Date: 2008-10-10 14:35:04 -0700 (Fri, 10 Oct 2008)
New Revision: 1455
Modified:
trunk/qubit/apps/qubit/modules/user/templates/createSuccess.php
trunk/qubit/apps/qubit/modules/user/templates/editSuccess.php
Log:
remove 'permission scope' label on user profile create/edit templates because
that functionality is not yet supported in current version
Modified: trunk/qubit/apps/qubit/modules/user/templates/createSuccess.php
===================================================================
--- trunk/qubit/apps/qubit/modules/user/templates/createSuccess.php
2008-10-10 16:38:30 UTC (rev 1454)
+++ trunk/qubit/apps/qubit/modules/user/templates/createSuccess.php
2008-10-10 21:35:04 UTC (rev 1455)
@@ -31,14 +31,7 @@
</tr>
<tr><th><?php echo __('user roles'); ?></th><td style="font: normal 12px/12px
Verdana, Arial, Sans-Serif;">
- <table width="100%" style="margin-top: 15px;"><tr>
- <td style="border: 0; background-color: #999999; color: #ffffff;
font-weight: bold; font-size: 10px;"><?php echo __('role'); ?></td>
- <td style="border: 0; background-color: #999999; color: #ffffff;
font-weight: bold; font-size: 10px;"><?php echo __('permissions scope'); ?>
</td></tr>
- <tr><td style="border: 0;">
- <?php echo object_select_tag($newRoleRelation, 'getRoleId',
array('related_class' => 'QubitRole', 'include_blank' => true, 'peer_method' =>
'getAll')) ?>
-</td>
- <td style="border: 0;"></td></tr>
- </table>
+ <?php echo object_select_tag($newRoleRelation, 'getRoleId',
array('related_class' => 'QubitRole', 'include_blank' => true, 'peer_method' =>
'getAll')) ?>
</td></tr>
</tbody>
Modified: trunk/qubit/apps/qubit/modules/user/templates/editSuccess.php
===================================================================
--- trunk/qubit/apps/qubit/modules/user/templates/editSuccess.php
2008-10-10 16:38:30 UTC (rev 1454)
+++ trunk/qubit/apps/qubit/modules/user/templates/editSuccess.php
2008-10-10 21:35:04 UTC (rev 1455)
@@ -34,13 +34,7 @@
<br />
<?php endforeach; ?>
- <table width="100%" style="margin-top: 15px;"><tr>
- <td style="border: 0; background-color: #999999; color: #ffffff;
font-weight: bold; font-size: 10px;"><?php echo __('role'); ?></td>
- <td style="border: 0; background-color: #999999; color: #ffffff;
font-weight: bold; font-size: 10px;"><?php echo __('permissions scope'); ?>
</td>
- </tr>
-<tr><td style="border: 0;">
-<?php echo object_select_tag($newRoleRelation, 'getRoleId',
array('related_class' => 'QubitRole', 'include_blank' => true, 'peer_method' =>
'getAll')) ?></td>
-<td style="border: 0;"></td></tr></table>
+ <?php echo object_select_tag($newRoleRelation, 'getRoleId',
array('related_class' => 'QubitRole', 'include_blank' => true, 'peer_method' =>
'getAll')) ?>
</td></tr>
</tbody>
--~--~---------~--~----~------------~-------~--~----~
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.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---