Author: david
Date: Tue Sep 15 12:14:34 2009
New Revision: 3315
Log:
Move aclGroup permissions into their own fieldset.
Modified:
trunk/plugins/qbAclPlugin/modules/aclGroup/templates/editSuccess.php
Modified: trunk/plugins/qbAclPlugin/modules/aclGroup/templates/editSuccess.php
==============================================================================
--- trunk/plugins/qbAclPlugin/modules/aclGroup/templates/editSuccess.php
Tue Sep 15 12:07:34 2009 (r3314)
+++ trunk/plugins/qbAclPlugin/modules/aclGroup/templates/editSuccess.php
Tue Sep 15 12:14:34 2009 (r3315)
@@ -34,11 +34,14 @@
<legend><?php echo __('definition')?></legend>
<?php echo render_field($form->name, $group) ?>
-
<?php echo render_field($form->description, $group, array('class' =>
'resizable')) ?>
+</fieldset>
+
+<fieldset class="collapsible collapsed" id="permissionArea">
+ <legend><?php echo __('permissions')?></legend>
<table class="inline">
- <caption><?php echo __('Permissions'); ?></caption>
+ <caption><?php echo __('Existing permissions'); ?></caption>
<thead>
<tr>
<th style="width: 20%"><?php echo __('action') ?></th>
@@ -77,7 +80,7 @@
</table>
<table class="inline">
- <caption><?php echo __('Add new permission'); ?></caption>
+ <caption><?php echo __('Add a new permission'); ?></caption>
<thead>
<tr>
<th style="width: 20%"><?php echo __('action') ?></th>
@@ -108,7 +111,6 @@
</tr>
</tbody>
</table>
-
</fieldset>
<!-- include empty div at bottom of form to bump the fixed button-block and
allow user to scroll past it -->
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---