OLD | NEW |
1 # -*- coding: utf-8 -*- | 1 # -*- coding: utf-8 -*- |
2 | 2 |
3 [inherit] | 3 [inherit] |
4 file = /home/trac/trac.ini | 4 file = /home/trac/trac.ini |
5 | 5 |
6 [header_logo] | 6 [header_logo] |
7 alt = <%= @description %> | 7 alt = <%= @description %> |
8 height = 38 | 8 height = 38 |
9 link = /orders | 9 link = /orders |
10 src = logo.png | 10 src = logo.png |
11 width = 124 | 11 width = 165 |
12 | 12 |
13 [notification] | 13 [notification] |
14 smtp_from_name = <%= @description %> | 14 smtp_from_name = <%= @description %> |
15 | 15 |
16 [project] | 16 [project] |
17 descr = <%= @description %> | 17 descr = <%= @description %> |
18 name = <%= @description %> | 18 name = <%= @description %> |
19 url = https://issues.adblockplus.org/orders | 19 url = https://issues.adblockplus.org/orders |
20 | 20 |
21 [ticket-workflow] | 21 [ticket-workflow] |
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
204 invoice_received.label = Invoice received | 204 invoice_received.label = Invoice received |
205 invoice_received.order = 11 | 205 invoice_received.order = 11 |
206 invoice_received.value = 0 | 206 invoice_received.value = 0 |
207 amount = text | 207 amount = text |
208 amount.label = Amount | 208 amount.label = Amount |
209 amount.format = plain | 209 amount.format = plain |
210 amount.order = 5 | 210 amount.order = 5 |
211 | 211 |
212 [privatetickets] | 212 [privatetickets] |
213 group_blacklist = anonymous, authenticated | 213 group_blacklist = anonymous, authenticated |
OLD | NEW |