[Suiviobsmer-commits] r962 - trunk/wao-ui/src/main/webapp
Author: bleny Date: 2011-01-28 12:46:47 +0000 (Fri, 28 Jan 2011) New Revision: 962 Log: fix filters CSS Modified: trunk/wao-ui/src/main/webapp/Contacts.tml Modified: trunk/wao-ui/src/main/webapp/Contacts.tml =================================================================== --- trunk/wao-ui/src/main/webapp/Contacts.tml 2011-01-28 12:46:30 UTC (rev 961) +++ trunk/wao-ui/src/main/webapp/Contacts.tml 2011-01-28 12:46:47 UTC (rev 962) @@ -147,13 +147,15 @@ <select t:type="select" t:id="reliabilityFilter" value="contactFilter.dataReliability"/> </t:unless> </t:if> - <span>${message:wao.ui.misc.comments} :</span> - <input t:type="checkbox" t:id="commentFilter" value="contactFilter.comment" /> - <label for="commentFilter">${message:wao.ui.field.Contact.mainObserver}</label> - <input t:type="checkbox" t:id="commentCompany" value="contactFilter.commentCompany" /> - <label for="commentCompany">${message:wao.ui.entity.Company}</label> - <input t:type="checkbox" t:id="commentAdmin" value="contactFilter.commentAdmin" /> - <label for="commentAdmin">${message:wao.ui.form.program}</label> + <span style="margin-left: 15px;">${message:wao.ui.misc.comments} :</span> + <input t:type="checkbox" t:id="commentFilter" value="contactFilter.comment" /> + <label for="commentFilter" style="margin-right: 5px;">${message:wao.ui.field.Contact.mainObserver}</label> + + <input t:type="checkbox" t:id="commentCompany" value="contactFilter.commentCompany" /> + <label for="commentCompany" style="margin-right: 5px;">${message:wao.ui.entity.Company}</label> + + <input t:type="checkbox" t:id="commentAdmin" value="contactFilter.commentAdmin" /> + <label for="commentAdmin" style="margin-right: 5px;">${message:wao.ui.form.program}</label> </div> <t:if t:test="user.obsVente"> <label for="samplingStrategy">${message:wao.ui.field.SampleRow.samplingStrategy}</label>
participants (1)
-
bleny@users.labs.libre-entreprise.org