Make it compiles when deprecated method are disabled. Add more find package
[kdepim.git] / grantleeeditor / headerthemeeditor / README.theme
blob5d0b555c8071976eb0443bcaf3ac4724b6260055
1 How to create kmail header based on Grantlee:
2 ---------------------------------------------
3 You can use directly headerthemeeditor
5 When you want to add css file or js file you need to use:
6 "<link href="{{ header.absoluteThemePath }}style.css" rel="stylesheet" type="text/css" />"
7 header.abasoluteThemePath defines path where is installed themes. KMail doesn't load relative path
10 We have some variable which can use to define theme:
11 - i18n variables: (default translated string)
12         header.subjecti18n
13         header.replyToi18n
14         header.toi18n
15         header.cci18n
16         header.bcci18n
17         header.fromi18n
18         header.spamstatusi18n
19         header.datei18n
20         header.resentfromi18n
21         header.vcardi18n
22         header.resenttoi18n
24 - theme variables:
25         header.absoluteThemePath
26         header.subject
27         header.replyTo
28         header.replyToStr
29         header.to
30         header.toStr
31         header.cc
32         header.ccStr
33         header.bcc
34         header.bccStr
35         header.from
36         header.fromStr
37         header.spamHTML
38         header.dateshort
39         header.date
40         header.useragent
41         header.xmailer
42         header.resentfrom
43         header.organization
44         header.vcardname
45         header.activecolordark
46         header.fontcolor
47         header.linkcolor
48         header.photowidth
49         header.photoheight
50         header.applicationDir
51         header.subjectDir
52         header.photourl
53         header.isprinting
54         header.resentto