provide 'create task' action
git-svn-id: svn://svn.cy55.de/Zope3/src/loops/trunk@3272 fd906abe-77d9-0310-91a1-e0d9ade77398
This commit is contained in:
		
							parent
							
								
									cc3652db1c
								
							
						
					
					
						commit
						0938619e67
					
				
					 3 changed files with 30 additions and 1 deletions
				
			
		
										
											Binary file not shown.
										
									
								
							|  | @ -3,7 +3,7 @@ msgstr "" | |||
| 
 | ||||
| "Project-Id-Version: $Id$\n" | ||||
| "POT-Creation-Date: 2007-05-22 12:00 CET\n" | ||||
| "PO-Revision-Date: 2009-01-29 12:00 CET\n" | ||||
| "PO-Revision-Date: 2009-03-14 12:00 CET\n" | ||||
| "Last-Translator: Helmut Merz <helmutm@cy55.de>\n" | ||||
| "Language-Team: loops developers <helmutm@cy55.de>\n" | ||||
| "MIME-Version: 1.0\n" | ||||
|  | @ -50,6 +50,18 @@ msgstr "Ordner bearbeiten..." | |||
| msgid "Modify folder." | ||||
| msgstr "Ordner ändern" | ||||
| 
 | ||||
| msgid "Create Topic..." | ||||
| msgstr "Thema anlegen..." | ||||
| 
 | ||||
| msgid "Create a new topic." | ||||
| msgstr "Ein neues Thema anlegen" | ||||
| 
 | ||||
| msgid "Edit Topic..." | ||||
| msgstr "Thema bearbeiten..." | ||||
| 
 | ||||
| msgid "Modify topic." | ||||
| msgstr "Thema ändern" | ||||
| 
 | ||||
| msgid "Edit Blog Post..." | ||||
| msgstr "Eintrag bearbeiten..." | ||||
| 
 | ||||
|  | @ -107,6 +119,12 @@ msgstr "Termin anlegen..." | |||
| msgid "Create a new event" | ||||
| msgstr "Einen neuen Termin anlegen" | ||||
| 
 | ||||
| msgid "Create Task..." | ||||
| msgstr "Aufgabe anlegen..." | ||||
| 
 | ||||
| msgid "Create a new task" | ||||
| msgstr "Eine neue Aufgabe anlegen" | ||||
| 
 | ||||
| msgid "Edit Task..." | ||||
| msgstr "Aufgabe bearbeiten..." | ||||
| 
 | ||||
|  |  | |||
|  | @ -40,6 +40,17 @@ actions.register('editTask', 'portlet', DialogAction, | |||
|         prerequisites=['registerDojoDateWidget'], | ||||
| ) | ||||
| 
 | ||||
| actions.register('createTask', 'portlet', DialogAction, | ||||
|         title=_(u'Create Task...'), | ||||
|         description=_(u'Create a new task.'), | ||||
|         viewName='create_concept.html', | ||||
|         dialogName='createTask', | ||||
|         typeToken='.loops/concepts/event', | ||||
|         fixedType=True, | ||||
|         innerForm='inner_concept_form.html', | ||||
|         prerequisites=['registerDojoDateWidget'], | ||||
| ) | ||||
| 
 | ||||
| 
 | ||||
| organize_macros = ViewPageTemplateFile('view_macros.pt') | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 helmutm
						helmutm