ispman/ispman-web/cgi-bin/tmpl topmenu.tmpl, 1.12, 1.13

Joerg Delker <[email protected]> Sun, 18 Feb 2007 18:25:38 +0000
Newsgroups gmane.comp.isp.ispman.cvs
Message-ID <[email protected]>
Update of /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv31017/ispman-web/cgi-bin/tmpl

Modified Files:
	topmenu.tmpl 
Log Message:
implemented wish [ 1658509 ] Provide a tab in the top menu for custom applikations

Index: topmenu.tmpl
===================================================================
RCS file: /cvsroot/ispman/ispman/ispman-web/cgi-bin/tmpl/topmenu.tmpl,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- topmenu.tmpl	20 Jun 2004 11:47:54 -0000	1.12
+++ topmenu.tmpl	18 Feb 2007 18:25:36 -0000	1.13
@@ -53,6 +53,11 @@
         return qq|<TD  valign=top align=right><nobr><a class=$class   target="content" href="http://sourceforge.net/tracker/?group_id=8390&atid=108390">@{[_("File a BUG")]}</a></nobr></td>|;
    }
 </perl>
+<perl>
+   if ( $ispman->getConf('customMenuLink') =~ /(.*)\|(.*)/ ) {
+        return qq|<TD valign=top align=right><nobr><a class=$class target="content" href="$1">$2</a></nobr></td>|;
+   }
+</perl>
         </tr>
 </table>
 


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV