Coding standards

This commit is contained in:
Romain Neutron
2012-03-09 12:49:13 +01:00
parent 20a771ae37
commit 82d9eeef7b
64 changed files with 217 additions and 175 deletions

View File

@@ -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(){

View File

@@ -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() %}