103 """ |
103 """ |
104 Public slot to show some help. |
104 Public slot to show some help. |
105 """ |
105 """ |
106 E5MessageBox.information(self, |
106 E5MessageBox.information(self, |
107 self.trUtf8("Template Help"), |
107 self.trUtf8("Template Help"), |
108 self.trUtf8(\ |
108 self.trUtf8( |
109 """<p>To use variables in a template, you just have to enclose""" |
109 """<p>To use variables in a template, you just have to enclose""" |
110 """ the variablename with $-characters. When you use the template,""" |
110 """ the variablename with $-characters. When you use the template,""" |
111 """ you will then be asked for a value for this variable.</p>""" |
111 """ you will then be asked for a value for this variable.</p>""" |
112 """<p>Example template: This is a $VAR$</p>""" |
112 """<p>Example template: This is a $VAR$</p>""" |
113 """<p>When you use this template you will be prompted for a value""" |
113 """<p>When you use this template you will be prompted for a value""" |