Author: bleny Date: 2010-11-18 12:32:18 +0000 (Thu, 18 Nov 2010) New Revision: 791 Log: change icon for modified sample rows Modified: trunk/wao-ui/src/main/webapp/SamplingPlan.tml Modified: trunk/wao-ui/src/main/webapp/SamplingPlan.tml =================================================================== --- trunk/wao-ui/src/main/webapp/SamplingPlan.tml 2010-11-18 12:13:44 UTC (rev 790) +++ trunk/wao-ui/src/main/webapp/SamplingPlan.tml 2010-11-18 12:32:18 UTC (rev 791) @@ -148,7 +148,7 @@ <li style="display: inline;" t:type="loop" t:source="filter.sampleRows" t:value="row" t:index="sampleRowCodeIndex" t:volatile="true"> ${row.code} <a t:type="actionlink" t:id="removeSampleRowCode" t:context="sampleRowCodeIndex" title="Supprimer ce code de ligne" t:zone="so-sampling-sampleRowZone"> - <img src="${asset:context:img/remove-22px.png}" /> + <img src="${asset:context:img/clock-22px.png}" /> </a> </li> </ul>