Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: modules/trac/templates/orders.ini.erb

Issue 5172207831482368: Issue 1353: Made "total cost" tool tip in order system more explicit about VAT and shipping costs (Closed)
Patch Set: Created Sept. 10, 2014, 1:53 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 gray_disabled = #cccccc 138 gray_disabled = #cccccc
139 id.label = Order 139 id.label = Order
140 owner.label = Assignee 140 owner.label = Assignee
141 owner.tip = Please select an appropriate assignee. 141 owner.tip = Please select an appropriate assignee.
142 summary.tip = A one-sentence abstract of your order request. 142 summary.tip = A one-sentence abstract of your order request.
143 cc.tip = Makes the request visible to that user and dispatches an email to the e ntered user/email adress with changes to the request, every time it was changed. 143 cc.tip = Makes the request visible to that user and dispatches an email to the e ntered user/email adress with changes to the request, every time it was changed.
144 description.label = Product specification 144 description.label = Product specification
145 description.tip = Please enter the detailed specifications of the product you wa nt to request. 145 description.tip = Please enter the detailed specifications of the product you wa nt to request.
146 reason.tip = Please give a short reasoning why you need the product. 146 reason.tip = Please give a short reasoning why you need the product.
147 product_url.tip = URL to the product, if available online. 147 product_url.tip = URL to the product, if available online.
148 price.tip = Please insert the total price of the whole order. 148 price.tip = Please insert the total cost of the whole order including VAT and sh ipping cost.
149 currency.tip = Please insert the currency name or sign of the order's price valu e. 149 currency.tip = Please insert the currency name or sign of the order's price valu e.
150 amount.tip = How many pieces do you want to request? 150 amount.tip = How many pieces do you want to request?
151 manual_payment_done.permission = TICKET_MANUAL_PAYMENT_DONE 151 manual_payment_done.permission = TICKET_MANUAL_PAYMENT_DONE
152 payment_type.permission = TICKET_PAYMENT_TYPE 152 payment_type.permission = TICKET_PAYMENT_TYPE
153 order_url.permission = TICKET_ORDER_URL 153 order_url.permission = TICKET_ORDER_URL
154 tracking_url.permission = TICKET_TRACKING_URL 154 tracking_url.permission = TICKET_TRACKING_URL
155 manual_payment_required.permission = TICKET_MANUAL_PAYMENT_REQUIRED 155 manual_payment_required.permission = TICKET_MANUAL_PAYMENT_REQUIRED
156 invoice_received.permission = TICKET_INVOICE_RECEIVED 156 invoice_received.permission = TICKET_INVOICE_RECEIVED
157 157
158 [ticket-custom] 158 [ticket-custom]
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 invoice_received.label = Invoice received 205 invoice_received.label = Invoice received
206 invoice_received.order = 11 206 invoice_received.order = 11
207 invoice_received.value = 0 207 invoice_received.value = 0
208 amount = text 208 amount = text
209 amount.label = Amount 209 amount.label = Amount
210 amount.format = plain 210 amount.format = plain
211 amount.order = 5 211 amount.order = 5
212 212
213 [privatetickets] 213 [privatetickets]
214 group_blacklist = anonymous, authenticated 214 group_blacklist = anonymous, authenticated
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld