invoice footer added
This commit is contained in:
		
					parent
					
						
							
								6515195af5
							
						
					
				
			
			
				commit
				
					
						8d64915d71
					
				
			
		
					 4 changed files with 44 additions and 27 deletions
				
			
		|  | @ -7,7 +7,7 @@ | ||||||
| 
 | 
 | ||||||
| @media(min-width: 768px) { | @media(min-width: 768px) { | ||||||
|     .order-detail-container { |     .order-detail-container { | ||||||
|         padding: 30px; |         padding: 30px 30px 20px; | ||||||
|     } |     } | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  | @ -53,7 +53,7 @@ | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .order-detail-container .order-details { | .order-detail-container .order-details { | ||||||
|     margin-bottom: 30px; |     margin-bottom: 15px; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| .order-detail-container .order-details strong { | .order-detail-container .order-details strong { | ||||||
|  | @ -90,3 +90,18 @@ | ||||||
|         width: 16px; |         width: 16px; | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  | 
 | ||||||
|  | .order_detail_footer { | ||||||
|  |     font-size: 9px; | ||||||
|  |     letter-spacing: 1px; | ||||||
|  |     color: #333333; | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | .order_detail_footer strong { | ||||||
|  |     font-size: 11px; | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  | #virtual_machine_create_form { | ||||||
|  |     padding: 15px 0; | ||||||
|  | } | ||||||
|  | @ -135,9 +135,7 @@ | ||||||
|                     </div> |                     </div> | ||||||
|                 </div> |                 </div> | ||||||
|             </div> |             </div> | ||||||
|             {% if not order %} |  | ||||||
|             <hr> |             <hr> | ||||||
|             {% endif %} |  | ||||||
|         </div> |         </div> | ||||||
|         {% if not order %} |         {% if not order %} | ||||||
|             {% block submit_btn %} |             {% block submit_btn %} | ||||||
|  | @ -155,6 +153,11 @@ | ||||||
|                     </div> |                     </div> | ||||||
|                 </form> |                 </form> | ||||||
|             {% endblock submit_btn %} |             {% endblock submit_btn %} | ||||||
|  |         {% else %} | ||||||
|  |             <div class="order_detail_footer"> | ||||||
|  |                 <strong>ungleich glarus ag</strong>  Bahnhotstrasse 1, 8783 Linthal, Switzerland<br> | ||||||
|  |                 www.datacenterlight.ch  |  info@datacenterlight.ch | ||||||
|  |             </div> | ||||||
|         {% endif %} |         {% endif %} | ||||||
|     {% endif %} |     {% endif %} | ||||||
| </div> | </div> | ||||||
|  |  | ||||||
|  | @ -41,10 +41,8 @@ | ||||||
|                 {% for vm in vms %} |                 {% for vm in vms %} | ||||||
|                     <tr> |                     <tr> | ||||||
|                         <td data-header="ID">{{vm.vm_id}}</td> |                         <td data-header="ID">{{vm.vm_id}}</td> | ||||||
|                     {% if vm.ipv6  %} |                         <td data-header="IPv4">{% if vm.ipv4 %}{{vm.ipv4}}{% endif %}</td> | ||||||
|                         <td data-header="IPv4">{{vm.ipv4}}</td> |                         <td data-header="IPv6">{% if vm.ipv6 %}{{vm.ipv6}}{% endif %}</td> | ||||||
|                         <td data-header="IPv6">{{vm.ipv6}}</td> |  | ||||||
|                     {% endif %} |  | ||||||
|                         <td data-header="{% trans 'Status' %}"> |                         <td data-header="{% trans 'Status' %}"> | ||||||
|                             <strong> |                             <strong> | ||||||
|                                 {% if vm.state == 'ACTIVE' %} |                                 {% if vm.state == 'ACTIVE' %} | ||||||
|  |  | ||||||
|  | @ -8,7 +8,8 @@ from .views import ( | ||||||
|     MarkAsReadNotificationView, PasswordResetView, PasswordResetConfirmView, |     MarkAsReadNotificationView, PasswordResetView, PasswordResetConfirmView, | ||||||
|     HostingPricingView, CreateVirtualMachinesView, HostingBillListView, |     HostingPricingView, CreateVirtualMachinesView, HostingBillListView, | ||||||
|     HostingBillDetailView, SSHKeyDeleteView, SSHKeyCreateView, SSHKeyListView, |     HostingBillDetailView, SSHKeyDeleteView, SSHKeyCreateView, SSHKeyListView, | ||||||
|     SSHKeyChoiceView, DashboardView, SettingsView, ResendActivationEmailView) |     SSHKeyChoiceView, DashboardView, SettingsView, ResendActivationEmailView | ||||||
|  | ) | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| urlpatterns = [ | urlpatterns = [ | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue