Browse Source

Changed the implementaion of tooltip includes to remove coniditional logic from the base class.

"Blocks are evaluated before they are included. This means that a template that includes blocks from another will contain blocks that have already been evaluated and rendered..."
pull/172/head
Michael Olund 5 years ago
parent
commit
43574b4e4e
60 changed files with 68 additions and 60 deletions
  1. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/affidavit.html
  2. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/an_agreement.html
  3. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/application.html
  4. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/children/child_support.html
  5. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/children/children_of_marriage.html
  6. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/children/court_order.html
  7. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/children/custody.html
  8. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/children/duty_to_support.html
  9. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/children/education_expenses.html
  10. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/children/enforceable.html
  11. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/children/exhibit.html
  12. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/children/extracurricular_expense.html
  13. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/children/health_expenses.html
  14. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/children/in_arrears.html
  15. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/children/order_respecting_arrangements.html
  16. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/children/parental_responsibilities.html
  17. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/children/parenting_time.html
  18. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/children/payor.html
  19. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/children/proportionate_share.html
  20. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/children/proposed_in_order.html
  21. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/children/special_extra_expenses.html
  22. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/children/terms_of_debt.html
  23. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/children/undue_hardship.html
  24. +3
    -1
      edivorce/apps/core/templates/partials/tooltips/collusion.html
  25. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/commissioner.html
  26. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/court_file_number.html
  27. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/court_order.html
  28. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/court_registrar.html
  29. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/court_registry.html
  30. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/draft_of_order.html
  31. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/family_debt.html
  32. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/family_property.html
  33. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/file.html
  34. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/forms/affidavit_of_translation.html
  35. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/forms/agreement_to_annual_income_9.html
  36. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/forms/certificate_of_pleading_36.html
  37. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/forms/child_support_37.html
  38. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/forms/desk_order_38.html
  39. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/forms/draft_final_order_52.html
  40. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/forms/identification_of_applicant.html
  41. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/forms/joint_divorce_proceedings.html
  42. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/forms/joint_family_claim_1.html
  43. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/forms/proof_of_marriage.html
  44. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/forms/registration_of_divorce.html
  45. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/forms/requisition_form_35.html
  46. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/forms/separation_agreement.html
  47. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/joint_divorce.html
  48. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/live_separate_apart.html
  49. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/master.html
  50. +5
    -1
      edivorce/apps/core/templates/partials/tooltips/online_package_number.html
  51. +3
    -1
      edivorce/apps/core/templates/partials/tooltips/order.html
  52. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/ordinary_residence.html
  53. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/original_marriage_certificate.html
  54. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/provincial_court.html
  55. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/registration_marriage_certificate.html
  56. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/registry.html
  57. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/sole_divorce.html
  58. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/supreme_court.html
  59. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/swear_affirm.html
  60. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/virtual_session.html

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/affidavit.html View File

@ -10,5 +10,5 @@
{% endblock %}
{% block label %}
affidavit(s)
{% if text %}{{ text }}{% else %}affidavit(s){% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/an_agreement.html View File

@ -10,5 +10,5 @@
{% endblock %}
{% block label %}
an agreement
{% if text %}{{ text }}{% else %}an agreement{% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/application.html View File

@ -14,5 +14,5 @@
{% endblock %}
{% block label %}
application
{% if text %}{{ text }}{% else %}application{% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/children/child_support.html View File

@ -13,5 +13,5 @@
{% endblock %}
{% block label %}
child support
{% if text %}{{ text }}{% else %}child support{% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/children/children_of_marriage.html View File

@ -27,5 +27,5 @@
{% endblock %}
{% block label %}
children of the marriage
{% if text %}{{ text }}{% else %}children of the marriage{% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/children/court_order.html View File

@ -12,5 +12,5 @@
{% endblock %}
{% block label %}
court order
{% if text %}{{ text }}{% else %}court order{% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/children/custody.html View File

@ -10,5 +10,5 @@
{% endblock %}
{% block label %}
custody
{% if text %}{{ text }}{% else %}custody{% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/children/duty_to_support.html View File

@ -13,5 +13,5 @@
{% endblock %}
{% block label %}
duty to support
{% if text %}{{ text }}{% else %}duty to support{% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/children/education_expenses.html View File

@ -14,5 +14,5 @@
{% endblock %}
{% block label %}
educational expenses
{% if text %}{{ text }}{% else %}educational expenses{% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/children/enforceable.html View File

@ -10,5 +10,5 @@
{% endblock %}
{% block label %}
enforced
{% if text %}{{ text }}{% else %}enforced{% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/children/exhibit.html View File

@ -10,5 +10,5 @@
{% endblock %}
{% block label %}
exhibit
{% if text %}{{ text }}{% else %}exhibit{% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/children/extracurricular_expense.html View File

@ -11,5 +11,5 @@
{% endblock %}
{% block label %}
extracurricular activities
{% if text %}{{ text }}{% else %}extracurricular activities{% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/children/health_expenses.html View File

@ -11,5 +11,5 @@
{% endblock %}
{% block label %}
Health related expenses
{% if text %}{{ text }}{% else %}Health related expenses{% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/children/in_arrears.html View File

@ -9,5 +9,5 @@
{% endblock %}
{% block label %}
in arrears
{% if text %}{{ text }}{% else %}in arrears{% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/children/order_respecting_arrangements.html View File

@ -14,5 +14,5 @@
{% endblock %}
{% block label %}
order about parenting arrangements or contact
{% if text %}{{ text }}{% else %}order about parenting arrangements or contact{% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/children/parental_responsibilities.html View File

@ -17,5 +17,5 @@
{% endblock %}
{% block label %}
parental responsibilities
{% if text %}{{ text }}{% else %}parental responsibilities{% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/children/parenting_time.html View File

@ -9,5 +9,5 @@
{% endblock %}
{% block label %}
parenting time
{% if text %}{{ text }}{% else %}parenting time{% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/children/payor.html View File

@ -9,5 +9,5 @@
{% endblock %}
{% block label %}
payor
{% if text %}{{ text }}{% else %}payor{% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/children/proportionate_share.html View File

@ -13,5 +13,5 @@
{% endblock %}
{% block label %}
proportionate shares
{% if text %}{{ text }}{% else %}proportionate shares{% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/children/proposed_in_order.html View File

@ -11,5 +11,5 @@
{% endblock %}
{% block label %}
proposed in the order
{% if text %}{{ text }}{% else %}proposed in the order{% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/children/special_extra_expenses.html View File

@ -13,5 +13,5 @@
{% endblock %}
{% block label %}
special and extraordinary expenses
{% if text %}{{ text }}{% else %}special and extraordinary expenses{% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/children/terms_of_debt.html View File

@ -10,5 +10,5 @@
{% endblock %}
{% block label %}
terms of this debt
{% if text %}{{ text }}{% else %}terms of this debt{% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/children/undue_hardship.html View File

@ -16,5 +16,5 @@
{% endblock %}
{% block label %}
undue hardship
{% if text %}{{ text }}{% else %}undue hardship{% endif %}
{% endblock %}

+ 3
- 1
edivorce/apps/core/templates/partials/tooltips/collusion.html View File

@ -10,4 +10,6 @@
It is a legal requirement that you confirm you are providing accurate and complete information.
{% endblock %}
{% block label %}collusion{% endblock %}
{% block label %}
{% if text %}{{ text }}{% else %}collusion{% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/commissioner.html View File

@ -14,5 +14,5 @@
{% endblock %}
{% block label %}
commissioner
{% if text %}{{ text }}{% else %}commissioner{% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/court_file_number.html View File

@ -10,5 +10,5 @@
{% endblock %}
{% block label %}
Court File Number
{% if text %}{{ text }}{% else %}Court File Number{% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/court_order.html View File

@ -11,5 +11,5 @@
{% endblock %}
{% block label %}
Court order
{% if text %}{{ text }}{% else %}Court order{% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/court_registrar.html View File

@ -10,5 +10,5 @@
{% endblock %}
{% block label %}
court registrar
{% if text %}{{ text }}{% else %}court registrar{% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/court_registry.html View File

@ -20,5 +20,5 @@
{% endblock %}
{% block label %}
Court Registry
{% if text %}{{ text }}{% else %}Court Registry{% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/draft_of_order.html View File

@ -13,5 +13,5 @@
{% endblock %}
{% block label %}
draft of the order
{% if text %}{{ text }}{% else %}draft of the order{% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/family_debt.html View File

@ -12,5 +12,5 @@
{% endblock %}
{% block label %}
family debt
{% if text %}{{ text }}{% else %}family debt{% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/family_property.html View File

@ -13,5 +13,5 @@
{% endblock %}
{% block label %}
family property
{% if text %}{{ text }}{% else %}family property{% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/file.html View File

@ -9,5 +9,5 @@
{% endblock %}
{% block label %}
file
{% if text %}{{ text }}{% else %}file{% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/forms/affidavit_of_translation.html View File

@ -12,5 +12,5 @@
{% endblock %}
{% block label %}
Affidavit of Translation (F30)
{% if text %}{{ text }}{% else %}Affidavit of Translation (F30){% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/forms/agreement_to_annual_income_9.html View File

@ -12,5 +12,5 @@
{% endblock %}
{% block label %}
Agreement as to Annual Income (F9)
{% if text %}{{ text }}{% else %}Agreement as to Annual Income (F9){% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/forms/certificate_of_pleading_36.html View File

@ -12,5 +12,5 @@
{% endblock %}
{% block label %}
Certificate of Pleadings Form (F36)
{% if text %}{{ text }}{% else %}Certificate of Pleadings Form (F36){% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/forms/child_support_37.html View File

@ -12,5 +12,5 @@
{% endblock %}
{% block label %}
Child Support Affidavit (F37)
{% if text %}{{ text }}{% else %}Child Support Affidavit (F37){% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/forms/desk_order_38.html View File

@ -11,5 +11,5 @@
{% endblock %}
{% block label %}
Affidavit — Desk Order Divorce Form (F38)
{% if text %}{{ text }}{% else %}Affidavit — Desk Order Divorce Form (F38){% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/forms/draft_final_order_52.html View File

@ -12,5 +12,5 @@
{% endblock %}
{% block label %}
Draft Final Order Form (F52)
{% if text %}{{ text }}{% else %}Draft Final Order Form (F52){% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/forms/identification_of_applicant.html View File

@ -11,5 +11,5 @@
{% endblock %}
{% block label %}
Identification of Applicant (VSA 512)
{% if text %}{{ text }}{% else %}Identification of Applicant (VSA 512){% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/forms/joint_divorce_proceedings.html View File

@ -13,5 +13,5 @@
{% endblock %}
{% block label %}
Registration of Joint Divorce Proceedings (JUS280)
{% if text %}{{ text }}{% else %}Registration of Joint Divorce Proceedings (JUS280){% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/forms/joint_family_claim_1.html View File

@ -12,5 +12,5 @@
{% endblock %}
{% block label %}
Notice of Joint Family Claim
{% if text %}{{ text }}{% else %}Notice of Joint Family Claim{% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/forms/proof_of_marriage.html View File

@ -12,5 +12,5 @@
{% endblock %}
{% block label %}
Proof of marriage
{% if text %}{{ text }}{% else %}Proof of marriage{% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/forms/registration_of_divorce.html View File

@ -13,5 +13,5 @@
{% endblock %}
{% block label %}
Completed Registration of Divorce form (Federal)
{% if text %}{{ text }}{% else %}Completed Registration of Divorce form (Federal){% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/forms/requisition_form_35.html View File

@ -12,5 +12,5 @@
{% endblock %}
{% block label %}
Requisition Form (F35)
{% if text %}{{ text }}{% else %}Requisition Form (F35){% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/forms/separation_agreement.html View File

@ -11,5 +11,5 @@
{% endblock %}
{% block label %}
Separation agreement
{% if text %}{{ text }}{% else %}Separation agreement{% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/joint_divorce.html View File

@ -12,5 +12,5 @@
{% endblock %}
{% block label %}
joint divorce
{% if text %}{{ text }}{% else %}joint divorce{% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/live_separate_apart.html View File

@ -21,5 +21,5 @@
{% endblock %}
{% block label %}
living separate and apart
{% if text %}{{ text }}{% else %}living separate and apart{% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/master.html View File

@ -11,5 +11,5 @@
{% endblock %}
{% block label %}
master
{% if text %}{{ text }}{% else %}master{% endif %}
{% endblock %}

+ 5
- 1
edivorce/apps/core/templates/partials/tooltips/online_package_number.html View File

@ -10,5 +10,9 @@
{% endblock %}
{% block label %}
{% if with_cso %}CSO {% endif %}Online Package #
{% if text %}
{{ text }}
{% else %}
{% if with_cso %}CSO {% endif %}Online Package #
{% endif %}
{% endblock %}

+ 3
- 1
edivorce/apps/core/templates/partials/tooltips/order.html View File

@ -8,4 +8,6 @@
A type of court ruling a judge or master makes that sets out what you must do or not do.
{% endblock %}
{% block label %}order{% endblock %}
{% block label %}
{% if text %}{{ text }}{% else %}order{% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/ordinary_residence.html View File

@ -29,5 +29,5 @@
{% endblock %}
{% block label %}
ordinary residence
{% if text %}{{ text }}{% else %}ordinary residence{% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/original_marriage_certificate.html View File

@ -13,5 +13,5 @@
{% endblock %}
{% block label %}
marriage certificate
{% if text %}{{ text }}{% else %}marriage certificate{% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/provincial_court.html View File

@ -9,5 +9,5 @@
{% endblock %}
{% block label %}
Provincial Court
{% if text %}{{ text }}{% else %}Provincial Court{% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/registration_marriage_certificate.html View File

@ -18,5 +18,5 @@
{% endblock %}
{% block label %}
registration of marriage
{% if text %}{{ text }}{% else %}registration of marriage{% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/registry.html View File

@ -10,5 +10,5 @@
{% endblock %}
{% block label %}
registry
{% if text %}{{ text }}{% else %}registry{% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/sole_divorce.html View File

@ -13,5 +13,5 @@
{% endblock %}
{% block label %}
sole divorce
{% if text %}{{ text }}{% else %}sole divorce{% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/supreme_court.html View File

@ -11,5 +11,5 @@
{% endblock %}
{% block label %}
Supreme Court
{% if text %}{{ text }}{% else %}Supreme Court{% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/swear_affirm.html View File

@ -17,5 +17,5 @@
{% endblock %}
{% block label %}
swear / affirm
{% if text %}{{ text }}{% else %}swear / affirm{% endif %}
{% endblock %}

+ 1
- 1
edivorce/apps/core/templates/partials/tooltips/virtual_session.html View File

@ -14,5 +14,5 @@
{% endblock %}
{% block label %}
virtual session
{% if text %}{{ text }}{% else %}virtual session{% endif %}
{% endblock %}

Loading…
Cancel
Save