Author: bleny Date: 2011-04-04 12:31:06 +0000 (Mon, 04 Apr 2011) New Revision: 1132 Log: historic link invisible for guest in sampling plan 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 2011-04-04 10:18:14 UTC (rev 1131) +++ trunk/wao-ui/src/main/webapp/SamplingPlan.tml 2011-04-04 12:31:06 UTC (rev 1132) @@ -171,9 +171,11 @@ <t:if test="rowModified"> <t:unless test="user.observer"> <t:unless test="user.professional"> - <a t:type="pagelink" t:page="sampleRowHistoric" t:context="row.code"> - <img src="${asset:context:}/img/clock-22px.png" class="fright" alt=" * " title="Cette ligne a été modifiée (voir l'historique)"/> - </a> + <t:unless test="user.guest"> + <a t:type="pagelink" t:page="sampleRowHistoric" t:context="row.code"> + <img src="${asset:context:}/img/clock-22px.png" class="fright" alt=" * " title="Cette ligne a été modifiée (voir l'historique)"/> + </a> + </t:unless> </t:unless> </t:unless> </t:if>