From 135080004574731c1bd6d6cb4239f24cd6351651 Mon Sep 17 00:00:00 2001 From: Tristan Olive Date: Fri, 17 Jul 2015 17:43:49 -0400 Subject: [PATCH] Added links to the name columns on Computers and Projects dashboard lists for consistency (DBOINCP-23) --- drupal/sites/default/boinc/modules/boincuser/boincuser.module | 2 +- drupal/sites/default/boinc/themes/boinc/css/pages.css | 2 -- ...ws-view-table--boinc-account-computers--panel-pane-1.tpl.php | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) 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 @@ - +