Module: nagvis Branch: master Commit: e48dd14e3748960e876b154bff06d9625f0c2617 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=e48dd14e3748960e876b154bff06d9625f0c2617
Author: LaMi <[email protected]> Date: Wed Jan 27 20:17:51 2010 +0100 Added automap separator to hover menu --- share/userfiles/templates/default.header.html | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/share/userfiles/templates/default.header.html b/share/userfiles/templates/default.header.html index 6d9bab6..9357b95 100644 --- a/share/userfiles/templates/default.header.html +++ b/share/userfiles/templates/default.header.html @@ -9,12 +9,17 @@ <ul> <li><a href="{$pathBase}/frontend/nagvis-js/index.php">{$langOverview}</a></li> <li class="spacer"><hr /></li> + {if count($maps) > 0} {foreach $maps map}<li> <a class="left" href="{$pathBase}/frontend/nagvis-js/index.php?mod=Map&act=view&show={$map.mapName}{$map.urlParams}">{$map.mapAlias}</a> <a class="right" href="{$pathBase}/frontend/wui/index.php?mod=Map&act=edit&show={$map.mapName}{$map.urlParams}">Edit</a> </li>{/foreach} <li class="spacer"><hr /></li> + {/if} + {if count($automaps) > 0} {foreach $automaps map}<li><a href="{$pathBase}/frontend/nagvis-js/index.php?mod=AutoMap&act=view&show={$map.mapName}{$map.urlParams}">{$map.mapAlias}</a></li>{/foreach} + <li class="spacer"><hr /></li> + {/if} <li><a href="{$pathBase}/frontend/wui/index.php" class="underline">{$langWui}</a></li> </ul> </dd> ------------------------------------------------------------------------------ The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-com _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
