Commit e99d7fa4 authored by Toby Dickenson's avatar Toby Dickenson

merged toby-permission-table-headers-branch: Collector 274: nicer formatting...

merged toby-permission-table-headers-branch: Collector 274: nicer formatting for tall permissions table
parent a06f8164
......@@ -39,6 +39,9 @@ Zope Changes
- When run as a daemon on Unix, Zope will now redirect
stdin/stdout/stderr to /dev/null
- Nicer formatting for the increasingly tall permissions
table.
Bugs:
- Collector #32: Use difflib instead of ndiff
......
......@@ -40,12 +40,15 @@ a permission in addition to selecting to acquire permissions.
</td>
</tr>
<dtml-in permission_settings mapping>
<dtml-if "not (_['sequence-index']%10)">
<tr class="row-normal">
<dtml-unless isTopLevelPrincipiaApplicationObject>
<td align="left" valign="top">
<div class="form-label">
<strong>
<a href="manage_acquiredForm">Acquire<BR>permission<BR>settings</a>?
<a href="manage_acquiredForm">Acquire<dtml-unless sequence-index><BR>permission<BR>settings</dtml-unless></a>?
</strong>
</div>
</td>
......@@ -60,13 +63,14 @@ a permission in addition to selecting to acquire permissions.
</td>
</dtml-in valid_roles>
</tr>
</dtml-if>
<dtml-in permission_settings mapping>
<dtml-if sequence-odd>
<tr class="row-normal">
<dtml-else>
<tr class="row-hilite">
</dtml-if>
<dtml-unless isTopLevelPrincipiaApplicationObject>
<td align="left" valign="top">
<input type="checkbox" name="a<dtml-var sequence-index>" <dtml-var
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment