Revision: 6865
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=6865&view=rev
Author:   dnaber
Date:     2012-05-10 22:31:51 +0000 (Thu, 10 May 2012)
Log Message:
-----------
add a sub-menu for the bug report link

Modified Paths:
--------------
    trunk/website/include/header.php
    trunk/website/www/css/style.css

Modified: trunk/website/include/header.php
===================================================================
--- trunk/website/include/header.php    2012-05-10 22:16:06 UTC (rev 6864)
+++ trunk/website/include/header.php    2012-05-10 22:31:51 UTC (rev 6865)
@@ -73,6 +73,11 @@
         <div class="menuitem"><a href="<?php print $url ?>" style="display: 
block;"><? print $visName ?></a></div>
                <?php
        }
+       if ($name == "development") {
+               ?>
+               <div class="submenuitem"><a 
href="http://sourceforge.net/tracker/?limit=25&amp;func=&amp;group_id=110216&amp;atid=655717&amp;assignee=&amp;status=&amp;category=&amp;artgroup=&amp;keyword=&amp;submitter=&amp;artifact_id=&amp;assignee=&amp;status=1&amp;category=&amp;artgroup=&amp;submitter=&amp;keyword=&amp;artifact_id=&amp;submit=Filter";>Bug
 Reports</a></div>
+               <?php
+       }
 }
 ?>
 

Modified: trunk/website/www/css/style.css
===================================================================
--- trunk/website/www/css/style.css     2012-05-10 22:16:06 UTC (rev 6864)
+++ trunk/website/www/css/style.css     2012-05-10 22:31:51 UTC (rev 6865)
@@ -150,8 +150,16 @@
 }
 
 .menuitem {
+    margin-bottom: 10px;
 }
 
+.submenuitem {
+    margin-top: -8px;
+    margin-bottom: 10px;
+    margin-left: 20px;
+    font-size: 14px;
+}
+
 .menuitem a {
     padding-left: 10px;
        padding-right: 10px;
@@ -178,7 +186,6 @@
     padding-bottom: 3px;
     margin-left: 0px;
     margin-right: 0px;
-       margin-bottom: 10px;
 }
 
 

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
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to