diff --git a/static/js/tours/help-button.js b/static/js/tours/help-button.js index 9081f7a7..0a8c323a 100644 --- a/static/js/tours/help-button.js +++ b/static/js/tours/help-button.js @@ -30,10 +30,11 @@ class HelpButton { const button = document.createElement('div'); button.className = `help-button ${this.options.position}`; button.innerHTML = ` - `; diff --git a/templates/403.html b/templates/403.html index 505228d0..c5c3338e 100644 --- a/templates/403.html +++ b/templates/403.html @@ -68,7 +68,7 @@
Halt! Thou art endeavouring to trespass upon a realm not granted unto thee.
granted unto thee.
-
But no worries! Our ostrich is looking everywhere
while you wait safely.
But no worries! Our ostrich is looking everywhere
while you wait safely.
But relax! Our cat is here to play you some music.
Go Home +But relax! Our cat is here to play you some music.
Go Home
{% blocktrans %}Please contact us if you have any trouble resetting your password.{% endblocktrans %}
diff --git a/templates/account/password_reset_from_key.html b/templates/account/password_reset_from_key.html
index 20870747..dbbce8af 100644
--- a/templates/account/password_reset_from_key.html
+++ b/templates/account/password_reset_from_key.html
@@ -37,7 +37,7 @@
{% csrf_token %}
{{ redirect_field }}
{{ form|crispy }}
-
No authentication audit events found.
diff --git a/templates/admin_management/confirm_activate_account.html b/templates/admin_management/confirm_activate_account.html index 63d7ea14..55c84c24 100644 --- a/templates/admin_management/confirm_activate_account.html +++ b/templates/admin_management/confirm_activate_account.html @@ -8,8 +8,8 @@ diff --git a/templates/admin_management/model_logs.html b/templates/admin_management/model_logs.html index 3362cb52..545665b2 100644 --- a/templates/admin_management/model_logs.html +++ b/templates/admin_management/model_logs.html @@ -110,7 +110,12 @@ -{% include 'partials/pagination_audit.html' with q='userActions' %} + +{% trans "No model change audit events found." %}
diff --git a/templates/admin_management/permenant_delete_account.html b/templates/admin_management/permenant_delete_account.html index 8bea3f05..fa362359 100644 --- a/templates/admin_management/permenant_delete_account.html +++ b/templates/admin_management/permenant_delete_account.html @@ -8,8 +8,8 @@ diff --git a/templates/admin_management/request_logs.html b/templates/admin_management/request_logs.html index 1168c676..8dd913aa 100644 --- a/templates/admin_management/request_logs.html +++ b/templates/admin_management/request_logs.html @@ -48,7 +48,12 @@ - {% include 'partials/pagination_audit.html' with q='userRequests' %} + +No request audit events found.
{% endif %} diff --git a/templates/administration/email_change_verification_code.html b/templates/administration/email_change_verification_code.html index 62de14d6..3ff7ff26 100644 --- a/templates/administration/email_change_verification_code.html +++ b/templates/administration/email_change_verification_code.html @@ -22,7 +22,7 @@ -| {% trans 'Item' %} | -{% trans 'Entity Unit' %} | -{% trans 'Unit Cost' %} | -{% trans 'Quantity' %} | -{% trans 'Total' %} | -{% trans 'PO' %} | +{% trans 'Item' %} | +{% trans 'Entity Unit' %} | +{% trans 'Unit Cost' %} | +{% trans 'Quantity' %} | +{% trans 'Total' %} | +{% trans 'PO' %} |
|---|---|---|---|---|---|---|---|---|---|---|---|
| + |
{{ bill_item.item_model }} |
- + | {% if bill_item.entity_unit %} {{ bill_item.entity_unit }} {% endif %} | -+ | {% currency_symbol %}{{ bill_item.unit_cost | currency_format }} | -+ | {{ bill_item.quantity }} | -+ | {% currency_symbol %}{{ bill_item.total_amount | currency_format }} | -+ |
{% if bill_item.po_model_id %}
-
{% trans 'View PO' %}
@@ -209,15 +215,15 @@
+ class="btn btn-phoenix-info">
{% trans 'Balance Sheet' %}
+ class="btn btn-phoenix-info">
{% trans 'Income Statement' %}
+ class="btn btn-phoenix-info">
{% trans 'Cash Flow Statement' %}
@@ -227,15 +233,15 @@
+ class="btn btn-phoenix-success">
{% trans 'Balance Sheet PDF' %}
+ class="btn btn-phoenix-success">
{% trans 'Income Statement PDF' %}
+ class="btn btn-phoenix-success">
{% trans 'Cash Flow Statement PDF' %}
@@ -246,7 +252,7 @@
-
@@ -151,10 +151,10 @@
+
- {% trans 'Bill Transactions' %}
+
-
+
- {% trans 'Bill Notes' %}
+
{% if not create_bill %}
{% if style == 'dashboard' %}
-
+
diff --git a/templates/crm/leads/lead_send.html b/templates/crm/leads/lead_send.html
index 0b41104f..af1be556 100644
--- a/templates/crm/leads/lead_send.html
+++ b/templates/crm/leads/lead_send.html
@@ -19,16 +19,16 @@
{% trans 'Bill' %}
@@ -60,23 +60,23 @@
|
{{ _("VIN will appear here.") }}
-{% trans "No cars available." %}
- {% trans "Add a Car" %} + {% trans "Add a Car" %}If you have more questions, don't hesitate to contact us or send us a tweet @creativetim. We're here to help!
diff --git a/templates/modal/delete_modal.html b/templates/modal/delete_modal.html index 805d9f6a..4cb68e29 100644 --- a/templates/modal/delete_modal.html +++ b/templates/modal/delete_modal.html @@ -22,7 +22,7 @@ diff --git a/templates/modal/event_details_modal.html b/templates/modal/event_details_modal.html index 3a5eb760..36912460 100644 --- a/templates/modal/event_details_modal.html +++ b/templates/modal/event_details_modal.html @@ -25,7 +25,7 @@{% trans 'Are you sure you want to delete this Organization?' %}
-{{ _("VIN will appear here.") }}
-{% trans "We couldn't process your payment. Please try again"%}.
{% endif %} - + {% trans "Back to Home"%} diff --git a/templates/plans/billing_info_create_or_update.html b/templates/plans/billing_info_create_or_update.html index c1aadfa0..3c81084b 100644 --- a/templates/plans/billing_info_create_or_update.html +++ b/templates/plans/billing_info_create_or_update.html @@ -11,11 +11,13 @@ {% csrf_token %} {{ form|crispy }} {% if object %} - {{ _("Delete") }} + {{ _("Delete") }} {% endif %} -
-
{% trans 'Exterior Colors' %}
@@ -140,5 +143,6 @@{{ po_model.ce_model.estimate_number }}
+<<<<<<< HEAD + +======= +>>>>>>> 90fea4d25623ba4dd0f6fd2390e23b40857b6dff {% trans 'View Contract' %} @@ -160,38 +165,67 @@ document.addEventListener('DOMContentLoaded', function() { -| {{ rep.id_number }} | {{ rep.phone_number }} | - {% trans "view" %} + {% trans "view" %} | {% empty %} diff --git a/templates/sales/estimates/estimate_detail.html b/templates/sales/estimates/estimate_detail.html index 05ebfca5..e669ed7d 100644 --- a/templates/sales/estimates/estimate_detail.html +++ b/templates/sales/estimates/estimate_detail.html @@ -33,7 +33,7 @@{{ journal. }} | + class="btn btn-sm btn-phoenix-success"> {% trans "view" %} | diff --git a/templates/sales/orders/order_details.html b/templates/sales/orders/order_details.html index c1d2cf1a..a7e59e3d 100644 --- a/templates/sales/orders/order_details.html +++ b/templates/sales/orders/order_details.html @@ -84,11 +84,19 @@ {{ _("Sale Order")}} #{{ saleorder.formatted_order_id }}{{ order.status }} | {{ order.expected_delivery_date|naturalday|capfirst }} | - View + View | {% empty %} diff --git a/templates/sales/orders/purchase_order.html b/templates/sales/orders/purchase_order.html index cd249b42..8208df09 100644 --- a/templates/sales/orders/purchase_order.html +++ b/templates/sales/orders/purchase_order.html @@ -33,7 +33,7 @@ {% endblock %}
{% trans "Add Phone Number" %}
+ class="btn btn-phoenix-info">{% trans "Add Phone Number" %} {% endif %}{% blocktrans trimmed %}However we strongly discourage you to do so, you can also disable two-factor authentication for your account.{% endblocktrans %}
-
+
{% trans "Disable Two-Factor Authentication" %} {% blocktrans trimmed %}Two-factor authentication is not enabled for your
account. Enable two-factor authentication for enhanced account
security.{% endblocktrans %}
+
{% trans "Enable Two-Factor Authentication" %}
Groups
- Manage Groups
+ Manage Groups