mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Merge branch Master
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user