Author: michiel
Date: 2010-04-02 11:32:42 +0200 (Fri, 02 Apr 2010)
New Revision: 41729

Modified:
   didactor/trunk/components/core/src/main/webapp/core/pagereports/person.jspx
Log:
gave error if person did not log in at all

Modified: 
didactor/trunk/components/core/src/main/webapp/core/pagereports/person.jspx
===================================================================
--- didactor/trunk/components/core/src/main/webapp/core/pagereports/person.jspx 
2010-04-01 18:26:14 UTC (rev 41728)
+++ didactor/trunk/components/core/src/main/webapp/core/pagereports/person.jspx 
2010-04-02 09:32:42 UTC (rev 41729)
@@ -60,8 +60,10 @@
 
             <p>
               <mm:field name="lastactivity">
-                <mm:fieldinfo type="guiname" />:
-                <mm:time format=":FULL.MEDIUM" />
+                <mm:isnotempty>
+                  <mm:fieldinfo type="guiname" />:
+                  <mm:time format=":FULL.MEDIUM" />
+                </mm:isnotempty>
               </mm:field>
             </p>
             <mm:listnodescontainer type="pagestays">

_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to