Use edit link for label too

This commit is contained in:
Nathan Gray 2011-07-07 14:15:35 +00:00
parent 19deeeb595
commit bfa42d8426

View File

@ -1091,7 +1091,7 @@ function open_edit(series)
$content .= " <tr class=\"$class\">\n <td valign=\"top\" width=\"15%\" nowrap>". $content .= " <tr class=\"$class\">\n <td valign=\"top\" width=\"15%\" nowrap>".
($this->bo->printer_friendly?$icons:($edit_icon_href ? $edit_icon_href : $icon_href)). ($this->bo->printer_friendly?$icons:($edit_icon_href ? $edit_icon_href : $icon_href)).
"</td>\n <td>".($this->printer_friendly?$todo['title']: "</td>\n <td>".($this->printer_friendly?$todo['title']:
$href)."</td>\n </tr>\n"; $edit_href)."</td>\n </tr>\n";
/** /**
* ToDo: add delete and closing action * ToDo: add delete and closing action
*/ */