Revision: 7893
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7893&view=rev
Author:   dnaber
Date:     2012-08-20 16:48:15 +0000 (Mon, 20 Aug 2012)
Log Message:
-----------
don't show "last modified" on rule editor page

Modified Paths:
--------------
    trunk/website/include/footer.php
    trunk/website/www/ruleeditor/index.php

Modified: trunk/website/include/footer.php
===================================================================
--- trunk/website/include/footer.php    2012-08-20 13:44:21 UTC (rev 7892)
+++ trunk/website/include/footer.php    2012-08-20 16:48:15 UTC (rev 7893)
@@ -1,11 +1,13 @@
                <!-- /MAIN TEXT -->
 
-        <p class="lastmod">Page last modified:
-               <?php
-               list($date, $time, $cet) = split(" ", $lastmod);
-               print $date;
-               ?>
-        </p>
+        <?php if (!isset($show_date) || $show_date != 0) { ?>
+          <p class="lastmod">Page last modified:
+              <?php
+                list($date, $time, $cet) = split(" ", $lastmod);
+                print $date;
+              ?>
+          </p>
+        <?php } ?>
 
        </td>
 </tr>

Modified: trunk/website/www/ruleeditor/index.php
===================================================================
--- trunk/website/www/ruleeditor/index.php      2012-08-20 13:44:21 UTC (rev 
7892)
+++ trunk/website/www/ruleeditor/index.php      2012-08-20 16:48:15 UTC (rev 
7893)
@@ -12,5 +12,6 @@
 <!--<iframe style="width:100%;height: 800px;border:0px" 
src="http://localhost:8080/ltcommunity/ruleEditor";></iframe>-->
 
 <?php
+$show_date = 0;
 include("../../include/footer.php");
 ?>

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Languagetool-cvs mailing list
Languagetool-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to