Module: nagvis Branch: master Commit: 96139440ebd38494f65cb8b9ac631b3dd8e35db4 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=96139440ebd38494f65cb8b9ac631b3dd8e35db4
Author: Lars Michelsen <[email protected]> Date: Fri Apr 23 12:08:56 2010 +0200 Re-added missing header rotation counter --- share/userfiles/templates/default.css | 2 +- share/userfiles/templates/default.header.html | 1 + 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/share/userfiles/templates/default.css b/share/userfiles/templates/default.css index f44b2e9..f1075d4 100644 --- a/share/userfiles/templates/default.css +++ b/share/userfiles/templates/default.css @@ -597,7 +597,7 @@ td#popupWindowContent fieldset.form label { } .dropdown {margin:0;padding:0;width:100%;position:relative;z-index:100} -.dropdown dt {margin:0;padding:0;width:100%;height:31px;padding-left:8px;padding-right:8px;line-height:31px;font-weight:bold;cursor:pointer;background:url('../images/templates/default.header.png')} +.dropdown dt, .header div#refreshCounterHead {margin:0;padding:0;width:100%;height:31px;padding-left:8px;padding-right:8px;line-height:31px;font-weight:bold;cursor:pointer;background:url('../images/templates/default.header.png')} .dropdown dt:hover {background:url('../images/templates/default.header_over.png')} .dropdown dd {margin:0;padding:0;position:absolute;width: 205px;background:#fff;display:none;overflow:hidden;opacity:0;z-index:100} .dropdown img {vertical-align:middle;margin-left:10px} diff --git a/share/userfiles/templates/default.header.html b/share/userfiles/templates/default.header.html index af75740..246fc22 100644 --- a/share/userfiles/templates/default.header.html +++ b/share/userfiles/templates/default.header.html @@ -135,6 +135,7 @@ {/if} </ul> <ul class="head right"> + <li><div id="refreshCounterHead"></div></li> <li> <dl class="dropdown"> <dt id="user-ddheader" onmouseover="ddMenu('user',1)" onmouseout="ddMenu('user',-1)">{$langUser}<img src="{$pathTemplateImages}default.header_down.png" alt="∇" /></dt> ------------------------------------------------------------------------------ _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
