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:
		
							parent
							
								
									010acc1eaf
								
							
						
					
					
						commit
						8a6800ff13
					
				
					 2 changed files with 11 additions and 4 deletions
				
			
		|  | @ -79,7 +79,8 @@ | |||
|               <td> | ||||
|                 <strong i18n:translate="">Direct Settings</strong> | ||||
|               </td> | ||||
|               <td colspan="3" tal:content="structure principals">+xyz</td> | ||||
|               <td tal:content="structure principals">+xyz</td> | ||||
|               <td /><td /> | ||||
|           </tr> | ||||
|         </table> | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,12 +1,14 @@ | |||
| <html metal:use-macro="context/@@standard_macros/view" | ||||
|     i18n:domain="zope"> | ||||
| <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> | ||||
|   <p tal:define="status view/update" | ||||
|      tal:content="status" i18n:translate=""/> | ||||
|   <form method="post"> | ||||
|     <table class="listing"> | ||||
|     <table class="listing" | ||||
|            tal:condition="groups_info"> | ||||
|       <tr> | ||||
|         <th colspan="3"></th> | ||||
|         <th colspan="2">Assign role in</th> | ||||
|  | @ -41,8 +43,12 @@ | |||
|                                  checked gi/roleWSI" /></td> | ||||
|       </tr> | ||||
|     </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 /> | ||||
|     <input type="submit" name="save_wsinfo" value="Save Settings" /> | ||||
|     <input type="submit" name="save_wsinfo" value="Save Settings" | ||||
|            tal:condition="groups_info"/> | ||||
|   </form> | ||||
|   <br /> | ||||
|   <h2 i18n:translate="">Assign Permissions to Roles for Children of this Object</h2> | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 helmutm
						helmutm