| 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 = 124 |
| 12 | 12 |
| 13 [notification] | 13 [notification] |
| 14 smtp_from = noreply@eyeo.com | |
| 15 smtp_from_name = <%= @description %> | 14 smtp_from_name = <%= @description %> |
| 16 | 15 |
| 17 [project] | 16 [project] |
| 18 descr = <%= @description %> | 17 descr = <%= @description %> |
| 19 name = <%= @description %> | 18 name = <%= @description %> |
| 20 url = https://issues.adblockplus.org/orders | 19 url = https://issues.adblockplus.org/orders |
| 21 | 20 |
| 22 [ticket-workflow] | 21 [ticket-workflow] |
| 23 leave = * -> * | 22 leave = * -> * |
| 24 leave.default = 1 | 23 leave.default = 1 |
| (...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 205 invoice_received.label = Invoice received | 204 invoice_received.label = Invoice received |
| 206 invoice_received.order = 11 | 205 invoice_received.order = 11 |
| 207 invoice_received.value = 0 | 206 invoice_received.value = 0 |
| 208 amount = text | 207 amount = text |
| 209 amount.label = Amount | 208 amount.label = Amount |
| 210 amount.format = plain | 209 amount.format = plain |
| 211 amount.order = 5 | 210 amount.order = 5 |
| 212 | 211 |
| 213 [privatetickets] | 212 [privatetickets] |
| 214 group_blacklist = anonymous, authenticated | 213 group_blacklist = anonymous, authenticated |
| OLD | NEW |