restrict availability of update button
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@4026 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
		
							parent
							
								
									9a6a72eb73
								
							
						
					
					
						commit
						1f513ca146
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		|  | @ -7,7 +7,8 @@ | |||
|   <metal:block use-macro="view/concept_macros/conceptdata"> | ||||
|     <metal:fill fill-slot="fields"> | ||||
|       <metal:block use-macro="view/concept_macros/conceptfields" /> | ||||
|       <form action="." method="post"> | ||||
|       <form action="." method="post" | ||||
|             tal:condition="item/editable"> | ||||
|         <input type="submit" name="update" value="Update Collection" /> | ||||
|       </form> | ||||
|     </metal:fill> | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 helmutm
						helmutm