PHRAS-2866 #comment Remove both fields geoname #time 1h

This commit is contained in:
Harrys Ravalomanana
2020-01-21 14:39:00 +04:00
parent 8d58095a1c
commit 5af41e67a5

View File

@@ -1,6 +1,6 @@
{# designed to be printed in a small box #}
<div class="PNB10" callback="{{ callback }}">
<form id="quickAddUser" method="POST" action="{{ path('prod_push_do_add_user') }}">
<form id="quickAddUser" method="POST" action="{{ path('prod_push_do_add_user') }}" style="padding-top: 20px">
<table>
<tr>
<td>
@@ -23,16 +23,6 @@
<input name="job" placeholder="{{ 'Job' | trans }}" type="text" value=""/>
</td>
</tr>
<tr>
<td>
<input name="city" placeholder="{{ 'City' | trans }}" type="text" value="" class="geoname_field"
autocomplete="false"/>
</td>
<td>
<input name="pays" placeholder="{{ 'Pays' | trans }}" type="text" value="" class="geoname_field"
autocomplete="false"/>
</td>
</tr>
<tr>
<td colspan="2" style="text-align: center;padding: 10px 0px;">
<button class="cancel" type="button">{{ 'Cancel' | trans }}</button>