Minor fixes to the ipr details template
- Legacy-Id: 279
This commit is contained in:
parent
0e1bda0997
commit
76f759c19c
|
@ -297,7 +297,7 @@
|
||||||
B. Does this disclosure relate to an unpublished pending patent
|
B. Does this disclosure relate to an unpublished pending patent
|
||||||
application?:
|
application?:
|
||||||
</i>
|
</i>
|
||||||
<div class="inline">Select one: {{ ipr.selecttype }}</div>
|
<b>{{ ipr.selecttype }}</b>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tbody class="{% cycle row_parity %}">
|
<tbody class="{% cycle row_parity %}">
|
||||||
|
@ -307,7 +307,7 @@
|
||||||
<i>C. Does this disclosure apply to all IPR owned by
|
<i>C. Does this disclosure apply to all IPR owned by
|
||||||
the submitter?:
|
the submitter?:
|
||||||
</i>
|
</i>
|
||||||
<div class="inline">Select one: {{ ipr.selectowned }}</div>
|
<b>{{ ipr.selectowned }}</b>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
@ -412,7 +412,7 @@
|
||||||
<tr class="{% cycle dark,light as row_parity %}">
|
<tr class="{% cycle dark,light as row_parity %}">
|
||||||
<th colspan="2" >
|
<th colspan="2" >
|
||||||
{% cycle section %}.
|
{% cycle section %}.
|
||||||
Contact Information of Submitter of this Form (if different from
|
Contact Information of Submitter of this Form (if different from the
|
||||||
Contact Information above)
|
Contact Information above)
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Reference in a new issue