File tree 1 file changed +19
-9
lines changed
por/dashboard/forms/templates
1 file changed +19
-9
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html >
2
- <!DOCTYPE html >
3
2
<html xmlns =" http://www.w3.org/1999/xhtml" xml : lang =" en"
4
- xmlns : tal =" http://xml.zope.org/namespaces/tal"
5
- metal : use-macro =" main.macros['master']" >
6
- <body >
3
+ xmlns : tal =" http://xml.zope.org/namespaces/tal"
4
+ metal : use-macro =" main.macros['master']" >
5
+ <body >
7
6
<div class =" page-header" metal : fill-slot =" page-header" >
8
7
<h3 >
9
8
Wizard project create form for ${context.get_instance()}.
10
9
</h3 >
11
10
</div >
12
11
13
- <div metal : fill-slot =" main" >
12
+ <div metal : fill-slot =" main" >
13
+ <div class =" alert alert-block" >
14
+ <button type =" button" class =" close" data-dismiss =" alert" >× </button >
15
+ <h4 >Warning!</h4 >
16
+ <p >Wizard will also create "Project Management" CR with tickets:</p >
17
+ <ul >
18
+ <li >Project management</li >
19
+ <li >Meeting with the customer</li >
20
+ <li >Dev meeting</li >
21
+ <li >Project documentation verification</li >
22
+ <li >Project management in Penelope</li >
23
+ </ul >
24
+ </div >
25
+ </div >
14
26
<div tal : replace =" structure form" />
15
- </div >
16
-
17
- </body >
18
- </html >
27
+ </body >
28
+ </html >
You can’t perform that action at this time.
0 commit comments