From 951aa1c8707ab431114a665de0f0f956cfd02ae3 Mon Sep 17 00:00:00 2001 From: Greg Price Date: Wed, 16 Apr 2008 23:27:53 -0400 Subject: [PATCH] Link to help on 'owner' and 'administrator' in list svn path=/trunk/packages/sipb-xen-www/; revision=426 --- code/static/style.css | 5 +++++ code/templates/list.tmpl | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/code/static/style.css b/code/static/style.css index cf11700..4711aab 100644 --- a/code/static/style.css +++ b/code/static/style.css @@ -44,6 +44,11 @@ a:link:hover, a:visited:hover { text-decoration: underline; } +/* Keep help-popup links unbolded in e.g. table headings. */ +.helplink { + font-weight: normal; +} + /* Highlight error messages in bright red. */ .error { color: #FF0000; diff --git a/code/templates/list.tmpl b/code/templates/list.tmpl index dc4ad47..7611329 100644 --- a/code/templates/list.tmpl +++ b/code/templates/list.tmpl @@ -111,8 +111,8 @@ $has_vnc[$machine] Name Memory - Owner - Administrator + Owner$helppopup('owner') + Administrator$helppopup('administrator') IP Uptime VNC -- 1.7.9.5