minor presentation fixes

git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3896 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
helmutm 2010-06-14 06:53:47 +00:00
parent 010acc1eaf
commit 8a6800ff13
2 changed files with 11 additions and 4 deletions

View file

@ -79,7 +79,8 @@
<td> <td>
<strong i18n:translate="">Direct Settings</strong> <strong i18n:translate="">Direct Settings</strong>
</td> </td>
<td colspan="3" tal:content="structure principals">+xyz</td> <td tal:content="structure principals">+xyz</td>
<td /><td />
</tr> </tr>
</table> </table>

View file

@ -1,12 +1,14 @@
<html metal:use-macro="context/@@standard_macros/view" <html metal:use-macro="context/@@standard_macros/view"
i18n:domain="zope"> i18n:domain="zope">
<body> <body>
<div metal:fill-slot="body" i18n:domain="zope"> <div metal:fill-slot="body" i18n:domain="zope"
tal:define="groups_info view/getGroupsInfo">
<h1 i18n:translate="">Define Workspace Properties</h1> <h1 i18n:translate="">Define Workspace Properties</h1>
<p tal:define="status view/update" <p tal:define="status view/update"
tal:content="status" i18n:translate=""/> tal:content="status" i18n:translate=""/>
<form method="post"> <form method="post">
<table class="listing"> <table class="listing"
tal:condition="groups_info">
<tr> <tr>
<th colspan="3"></th> <th colspan="3"></th>
<th colspan="2">Assign role in</th> <th colspan="2">Assign role in</th>
@ -41,8 +43,12 @@
checked gi/roleWSI" /></td> checked gi/roleWSI" /></td>
</tr> </tr>
</table> </table>
<p tal:condition="not:groups_info">
Please create "ismember" and "ismaster" predicates in order to use
the workspace-based group creation and granting functionality.</p>
<br /> <br />
<input type="submit" name="save_wsinfo" value="Save Settings" /> <input type="submit" name="save_wsinfo" value="Save Settings"
tal:condition="groups_info"/>
</form> </form>
<br /> <br />
<h2 i18n:translate="">Assign Permissions to Roles for Children of this Object</h2> <h2 i18n:translate="">Assign Permissions to Roles for Children of this Object</h2>