Link to help on 'owner' and 'administrator' in list
authorGreg Price <price@mit.edu>
Thu, 17 Apr 2008 03:27:53 +0000 (23:27 -0400)
committerGreg Price <price@mit.edu>
Thu, 17 Apr 2008 03:27:53 +0000 (23:27 -0400)
svn path=/trunk/packages/sipb-xen-www/; revision=426

code/static/style.css
code/templates/list.tmpl

index cf11700..4711aab 100644 (file)
@@ -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;
index dc4ad47..7611329 100644 (file)
@@ -111,8 +111,8 @@ $has_vnc[$machine]
       <tr>
        <th>Name</th>
        <th>Memory</th>
-       <th>Owner</th>
-        <th>Administrator</th>
+       <th>Owner$helppopup('owner')</th>
+        <th>Administrator$helppopup('administrator')</th>
        <th>IP</th>
        <th>Uptime</th>
        <th>VNC</th>