mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
Coding standards
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
|
||||
return false;
|
||||
});
|
||||
|
||||
|
||||
$('.deleter', $container).bind('click', function(){
|
||||
var owner = $(this).closest('.owner');
|
||||
var usr_id = owner.find('input[name="usr_id"]').val();
|
||||
@@ -133,7 +133,7 @@
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
function unShareWith(usr_id, callback)
|
||||
{
|
||||
|
||||
@@ -155,6 +155,7 @@
|
||||
humane.error(data.message);
|
||||
}
|
||||
$dialog.refresh();
|
||||
|
||||
return;
|
||||
},
|
||||
error: function(){
|
||||
|
@@ -93,7 +93,7 @@
|
||||
<div class="PNB" style="top:40px;height:120px;bottom:auto;">
|
||||
<table style="table-layout:fixed;width:100%;">
|
||||
<tr>
|
||||
<td>
|
||||
<td>
|
||||
<label>{% trans 'Activite' %}</label>
|
||||
</td>
|
||||
<td>
|
||||
@@ -102,10 +102,10 @@
|
||||
<td >
|
||||
<label>{% trans 'Company' %}</label>
|
||||
</td>
|
||||
<td >
|
||||
<td >
|
||||
<label>{% trans 'Country' %}</label>
|
||||
</td>
|
||||
<td >
|
||||
<td >
|
||||
<label>{% trans 'Position' %}</label>
|
||||
</td>
|
||||
</tr>
|
||||
@@ -135,7 +135,7 @@
|
||||
</select>
|
||||
</td>
|
||||
<td>
|
||||
|
||||
|
||||
<select size="5" multiple="multiple" name="Country[]" style="width:80%;">
|
||||
<option value="">{% trans 'All' %}</option>
|
||||
{% for Code, Country in query.getRelatedCountries() %}
|
||||
@@ -144,7 +144,7 @@
|
||||
</select>
|
||||
</td>
|
||||
<td >
|
||||
|
||||
|
||||
<select size="5" multiple="multiple" name="Position[]" style="width:80%;">
|
||||
<option value="">{% trans 'All' %}</option>
|
||||
{% for Position in query.getRelatedPositions() %}
|
||||
|
Reference in New Issue
Block a user