Projet

Général

Profil

0001-wcs-mark-tracking-code-input-field-as-required-21878.patch

Frédéric Péters, 15 février 2018 13:50

Télécharger (1,08 ko)

Voir les différences:

Subject: [PATCH] wcs: mark tracking code input field as required (#21878)

 combo/apps/wcs/templates/combo/wcs/tracking_code_input.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
combo/apps/wcs/templates/combo/wcs/tracking_code_input.html
14 14
  <div id="_cell_error_{{ cell.id }}" class="errornotice" style="display: none">
15 15
    {% trans "The tracking code could not been found." %}
16 16
  </div>
17
  <input id="tracking-code" name="code" placeholder="{% trans 'ex: CNPHNTFB' %}"/>
17
  <input required id="tracking-code" name="code" placeholder="{% trans 'ex: CNPHNTFB' %}"/>
18 18
  <button>{% trans 'Submit' %}</button>
19 19
  <script>
20 20
  $(function() {
21
-