Fixed #2650: Add 'Go back' button to registration/unregistration steps
This commit is contained in:
		
					parent
					
						
							
								ce544a5997
							
						
					
				
			
			
				commit
				
					
						102aec9c16
					
				
			
		
					 2 changed files with 10 additions and 4 deletions
				
			
		| 
						 | 
					@ -18,6 +18,10 @@
 | 
				
			||||||
    padding: .5em;
 | 
					    padding: .5em;
 | 
				
			||||||
    padding-right: 1.5em
 | 
					    padding-right: 1.5em
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					  .order-bottom-text a{
 | 
				
			||||||
 | 
					    margin-left: 0px;
 | 
				
			||||||
 | 
					  }
 | 
				
			||||||
</style>
 | 
					</style>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  <section id="price">
 | 
					  <section id="price">
 | 
				
			||||||
| 
						 | 
					@ -140,9 +144,10 @@
 | 
				
			||||||
                  <h2 class="order-name">Booking Summary</h2>
 | 
					                  <h2 class="order-name">Booking Summary</h2>
 | 
				
			||||||
              </div>
 | 
					              </div>
 | 
				
			||||||
                <div class="order-box">
 | 
					                <div class="order-box">
 | 
				
			||||||
                  <h3 class="col-xs-6 order-item">Dates {{start_date}} - {{end_date}}</h3>                  
 | 
					                  <h3 class="col-xs-6 order-item">Dates {{start_date}} - {{end_date}}</h3>
 | 
				
			||||||
                  <br/>
 | 
					                  <p class="order-bottom-text">
 | 
				
			||||||
 | 
					                      <a href="{{request.META.HTTP_REFERER}}">Change dates</a>       
 | 
				
			||||||
 | 
					                  </p>
 | 
				
			||||||
                  <hr class="greyline">
 | 
					                  <hr class="greyline">
 | 
				
			||||||
                  <h2 class="col-xs-6 payment-total">Total days: {{booking_days}} </h2>
 | 
					                  <h2 class="col-xs-6 payment-total">Total days: {{booking_days}} </h2>
 | 
				
			||||||
                  <h2 class="order-sum">{{original_price|floatformat}}CHF</h2>
 | 
					                  <h2 class="order-sum">{{original_price|floatformat}}CHF</h2>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -25,6 +25,7 @@
 | 
				
			||||||
                            <button type="button" class="btn btn-primary btn-blue" data-toggle="modal" data-target="#cancel-subscription-modal">Cancel my Membership</button>
 | 
					                            <button type="button" class="btn btn-primary btn-blue" data-toggle="modal" data-target="#cancel-subscription-modal">Cancel my Membership</button>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                            <div class="modal fade bs-example-modal-sm" id="cancel-subscription-modal" tabindex="-1" role="dialog">
 | 
					                            <div class="modal fade bs-example-modal-sm" id="cancel-subscription-modal" tabindex="-1" role="dialog">
 | 
				
			||||||
                              <div class="modal-dialog" role="document">
 | 
					                              <div class="modal-dialog" role="document">
 | 
				
			||||||
                                <div class="modal-content">
 | 
					                                <div class="modal-content">
 | 
				
			||||||
| 
						 | 
					@ -49,7 +50,7 @@
 | 
				
			||||||
                        </div>
 | 
					                        </div>
 | 
				
			||||||
                          <div class="notice-box text-left">
 | 
					                          <div class="notice-box text-left">
 | 
				
			||||||
                            <p class="order-bottom-text">
 | 
					                            <p class="order-bottom-text">
 | 
				
			||||||
                              Your membership wouldn't be automatically renewed each month.
 | 
					                              Your membership wouldn't be automatically renewed each month. <a href="{{request.META.HTTP_REFERER}}">Go back</a>
 | 
				
			||||||
                            </p>
 | 
					                            </p>
 | 
				
			||||||
                         </div>
 | 
					                         </div>
 | 
				
			||||||
                      </div>
 | 
					                      </div>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue