mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
PHRAS-2866 #comment Remove both fields geoname #time 1h
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{# designed to be printed in a small box #}
|
{# designed to be printed in a small box #}
|
||||||
<div class="PNB10" callback="{{ callback }}">
|
<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>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
@@ -23,16 +23,6 @@
|
|||||||
<input name="job" placeholder="{{ 'Job' | trans }}" type="text" value=""/>
|
<input name="job" placeholder="{{ 'Job' | trans }}" type="text" value=""/>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</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>
|
<tr>
|
||||||
<td colspan="2" style="text-align: center;padding: 10px 0px;">
|
<td colspan="2" style="text-align: center;padding: 10px 0px;">
|
||||||
<button class="cancel" type="button">{{ 'Cancel' | trans }}</button>
|
<button class="cancel" type="button">{{ 'Cancel' | trans }}</button>
|
||||||
|
Reference in New Issue
Block a user