diff --git a/drupal/sites/default/boinc/modules/boincuser/boincuser.module b/drupal/sites/default/boinc/modules/boincuser/boincuser.module index 40fdf6e1a5..e6d564a97f 100644 --- a/drupal/sites/default/boinc/modules/boincuser/boincuser.module +++ b/drupal/sites/default/boinc/modules/boincuser/boincuser.module @@ -1615,7 +1615,7 @@ function boincuser_get_projects_table($account = null) { $output .= '' . "\n"; foreach ($projects AS $project) { $output .= ' ' . "\n"; - $output .= " {$project->name}" . "\n"; + $output .= ' ' . l($project->name, '', array('fragment' => ' ', 'html' => TRUE, 'external' => TRUE)) . '' . "\n"; $output .= ' ' . boincwork_format_stats((float) $project->expavg_credit) . '' . "\n"; $output .= ' ' . boincwork_format_stats((float) $project->total_credit) . '' . "\n"; $output .= ' ' . "\n"; diff --git a/drupal/sites/default/boinc/themes/boinc/css/pages.css b/drupal/sites/default/boinc/themes/boinc/css/pages.css index 80d2e4c976..f87372aefe 100644 --- a/drupal/sites/default/boinc/themes/boinc/css/pages.css +++ b/drupal/sites/default/boinc/themes/boinc/css/pages.css @@ -666,8 +666,6 @@ a.help.button { } table tr.link:hover { - background-color: #e8e8e8; - cursor: pointer; } table tr.inactive { color: #d0d0d0; diff --git a/drupal/sites/default/boinc/themes/boinc/templates/views-view-table--boinc-account-computers--panel-pane-1.tpl.php b/drupal/sites/default/boinc/themes/boinc/templates/views-view-table--boinc-account-computers--panel-pane-1.tpl.php index c525e05c43..70ea348e57 100644 --- a/drupal/sites/default/boinc/themes/boinc/templates/views-view-table--boinc-account-computers--panel-pane-1.tpl.php +++ b/drupal/sites/default/boinc/themes/boinc/templates/views-view-table--boinc-account-computers--panel-pane-1.tpl.php @@ -23,7 +23,7 @@ - +