Skip to content

Commit c6ee21d

Browse files
committed
#464 add text/breadcrumb
1 parent 45e2bb2 commit c6ee21d

9 files changed

+11
-4
lines changed

src/main/resources/alfio/i18n/public.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -367,4 +367,4 @@ error.STEP_2_EMPTY_BILLING_ADDRESS=Billing address is mandatory
367367
common.customer-reference=Purchase Order (PO) / Internal Reference
368368
error.STEP_2_INVALID_VAT=The VAT Number is not valid. Please check the input parameter.
369369
error.vatVIESDown=An error occurred contacting the EU VIES vat checker. Please try again.
370-
common.back=
370+
common.back=Back

src/main/resources/alfio/i18n/public_de.properties

+1
Original file line numberDiff line numberDiff line change
@@ -356,3 +356,4 @@ common.customer-reference=Referenznummer
356356
error.STEP_2_INVALID_VAT=Die MWST-Nummer ist nicht g\u00FCltig. Bitte pr\u00FCfen Sie die Eingabe.
357357
error.vatVIESDown=[DE] An error occurred contacting the EU VIES vat checker. Please try again.
358358
breadcrumb.step4=[DE]-Thank You
359+
common.back=[DE]-Back

src/main/resources/alfio/i18n/public_fr.properties

+2-1
Original file line numberDiff line numberDiff line change
@@ -365,4 +365,5 @@ common.customer-reference=num\u00E9ro de r\u00E9ference
365365
reservation.add-company-billing-details=Achat en tant qu''entreprise (requis le numero {0})
366366
error.STEP_2_INVALID_VAT=Le Nr. TVA n''est pas valide. V\u00E9rifiez le param\u00E8tre entr\u00E9.
367367
error.vatVIESDown=[FR] An error occurred contacting the EU VIES vat checker. Please try again.
368-
breadcrumb.step4=[FR]-Thank You
368+
breadcrumb.step4=[FR]-Thank You
369+
common.back=[FR]-Back

src/main/resources/alfio/i18n/public_it.properties

+1
Original file line numberDiff line numberDiff line change
@@ -351,3 +351,4 @@ common.customer-reference=Numero di riferimento
351351
error.STEP_2_INVALID_VAT=Il numero IVA immesso non risulta valido.
352352
error.vatVIESDown=[IT] An error occurred contacting the EU VIES vat checker. Please try again.
353353
breadcrumb.step4=[IT]-Thank You
354+
common.back=[IT]-Back

src/main/resources/alfio/i18n/public_nl.properties

+1
Original file line numberDiff line numberDiff line change
@@ -360,3 +360,4 @@ common.customer-reference=referentienummer
360360
error.STEP_2_INVALID_VAT=Uw BTW nummer is niet geldig. Check nogmaals of uw BTW nummer klopt.
361361
error.vatVIESDown=[NL] An error occurred contacting the EU VIES vat checker. Please try again.
362362
breadcrumb.step4=[NL]-Thank You
363+
common.back=[NL]-Back

src/main/webapp/WEB-INF/templates/event/reservation-page-complete.ms

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
<div class="wizard wMarginBottom wMarginTop center">
77
<a><span class="badge">1</span> <span class="hidden-xs">{{#i18n}}breadcrumb.step1{{/i18n}}</span></a>
88
<a><span class="badge">2</span> <span class="hidden-xs">{{#i18n}}breadcrumb.step2{{/i18n}}</span></a>
9-
<a class="current"><span class="badge badge-inverse">3</span> {{#i18n}}breadcrumb.step3{{/i18n}}</a>
9+
<a><span class="badge">3</span> <span class="hidden-xs">{{#i18n}}breadcrumb.step3{{/i18n}}</span></a>
10+
<a class="current"><span class="badge badge-inverse">4</span> {{#i18n}}breadcrumb.step4{{/i18n}}</a>
1011
</div>
1112
{{/ticketsAreAllAssigned}}
1213

src/main/webapp/WEB-INF/templates/event/reservation-page.ms

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
<a><span class="badge">1</span> <span class="hidden-xs">{{#i18n}}breadcrumb.step1{{/i18n}}</span></a>
3636
<a class="current"><span class="badge badge-inverse">2</span> {{#i18n}}breadcrumb.step2{{/i18n}}</a>
3737
<a><span class="badge">3</span> <span class="hidden-xs">{{#i18n}}breadcrumb.step3{{/i18n}}</span></a>
38+
<a><span class="badge">4</span> <span class="hidden-xs">{{#i18n}}breadcrumb.step4{{/i18n}}</span></a>
3839
</div>
3940

4041
<div class="page-header">

src/main/webapp/WEB-INF/templates/event/show-event.ms

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
<a class="current"><span class="badge badge-inverse">1</span> {{#i18n}}breadcrumb.step1{{/i18n}}</a>
2424
<a><span class="badge">2</span> <span class="hidden-xs">{{#i18n}}breadcrumb.step2{{/i18n}}</span></a>
2525
<a><span class="badge">3</span> <span class="hidden-xs">{{#i18n}}breadcrumb.step3{{/i18n}}</span></a>
26+
<a><span class="badge">4</span> <span class="hidden-xs">{{#i18n}}breadcrumb.step4{{/i18n}}</span></a>
2627
</div>
2728

2829
<h2>{{#i18n}}show-event.tickets{{/i18n}}</h2>

src/main/webapp/resources/css/application.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ div.preformatted {
163163
}
164164

165165
/* source: https://github.com/twbs/bootstrap/issues/1982#issuecomment-7814657 thank you @ghost! :) */
166-
.wizard a {padding: 12px 12px 10px 12px; background:#efefef; position:relative; display:inline-block; width:31%}
166+
.wizard a {padding: 12px 12px 10px 12px; background:#efefef; position:relative; display:inline-block; width:24%}
167167
.wizard a:before {width:0; height:0; border-top: 20px inset transparent; border-bottom: 20px inset transparent; border-left: 20px solid #fff; position: absolute; content: ""; top: 0; left: 0;}
168168
.wizard a:after {width:0; height:0; border-top: 20px inset transparent; border-bottom: 20px inset transparent; border-left: 20px solid #efefef; position: absolute; content: ""; top: 0; right: -20px; z-index:2;}
169169
.wizard a:first-child:before {border:none;}

0 commit comments

Comments
 (0)