Browse Source

DIV-1264: Make Court File Number wording consistent

pull/172/head
ariannedee 5 years ago
parent
commit
8de99104fd
4 changed files with 11 additions and 12 deletions
  1. +1
    -1
      edivorce/apps/core/templates/dashboard/final_filing.html
  2. +1
    -1
      edivorce/apps/core/templates/partials/dashnav.html
  3. +8
    -9
      edivorce/apps/core/templates/partials/tooltips/court_file_number.html
  4. +1
    -1
      edivorce/apps/core/templates/partials/tooltips/online_package_number.html

+ 1
- 1
edivorce/apps/core/templates/dashboard/final_filing.html View File

@ -90,7 +90,7 @@
<p class="error-text" hidden id="court-file-error">
A Court File Number contains only digits and must be between 4 and 10 digits in length.
</p>
<label>{% include "partials/tooltips/court_file_number.html" with text="Court File #" %}</label>
<label>{% include "partials/tooltips/court_file_number.html" %}</label>
{% input_field type="number" name="court_file_number" id="court-file-number" class="input-inline" %}
</div>
</div>


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

@ -21,7 +21,7 @@
</a>
<a href="{% url 'dashboard_nav' 'wait_for_number' %}" class="progress-question {% if active_page == 'wait_for_number' %} active {% endif %}">
<span class="progress-icon"><i class="fa fa-clock-o" aria-hidden="true"></i></span>
<span class="progress-content">Wait for Court File #</span>
<span class="progress-content">Wait for Court File Number</span>
</a>
{% endif %}
<a href="{% url 'dashboard_nav' 'swear_forms' %}" class="progress-question {% if active_page == 'swear_forms' %} active {% endif %}">


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

@ -1,9 +1,8 @@
<span class="tooltip-link" data-toggle="tooltip" data-placement="right"
data-html="true"
title="
<b>Court File Number</b>
<br /><br />
This is the filing # given by the Court Registry to your spouse when they filed their portion
of the documents. If unknown, please check with your spouse before entering your Court File #.">
{% if text %}{{ text }}{% else %}Court File Number{% endif %}
<i class="fa fa-question-circle" aria-hidden="true"></i></span>
<span class="tooltip-link" data-toggle="tooltip" data-placement="right" data-html="true" title="
<b>Court File Number</b>
<br /><br />
This is the filing # given by the Court Registry to your spouse when they filed their portion
of the documents. If unknown, please check with your spouse before entering your Court File Number.">
Court File Number
<i class="fa fa-question-circle" aria-hidden="true"></i>
</span>

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

@ -4,5 +4,5 @@
<b>CSO Online Package #</b>
<br /><br />
This is the filing # given by the Court Registry to your spouse when they filed their portion
of the documents. If unknown, please check with your spouse before entering your Court File #.">
of the documents. If unknown, please check with your spouse before entering your Court File Number.">
{% if with_cso %}CSO {% endif %}Online Package #<i class="fa fa-question-circle" aria-hidden="true"></i></span>

Loading…
Cancel
Save