mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Use edit popup for text link as well as icons
This commit is contained in:
parent
4515f24b85
commit
c5de5fd8e2
@ -1091,7 +1091,7 @@ function open_edit(series)
|
||||
$content .= " <tr class=\"$class\">\n <td valign=\"top\" width=\"15%\" nowrap>".
|
||||
($this->bo->printer_friendly?$icons:($edit_icon_href ? $edit_icon_href : $icon_href)).
|
||||
"</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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user