View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0000080 | v1.1 Release (Closed) | [All Projects] General | public | 2008-11-17 02:47 | 2009-09-09 22:39 | ||||
Reporter | casn | ||||||||
Assigned To | caseydk | ||||||||
Priority | normal | Severity | minor | Reproducibility | N/A | ||||
Status | closed | Resolution | fixed | ||||||
Product Version | |||||||||
Target Version | Fixed in Version | 1.1 | |||||||
Summary | 0000080: Enable adding a link from within the tab | ||||||||
Description | Currently the link tab only shows a listing without an option to add a link. Suggest to add the following code to modules\links\index_table.php. Around line 99, insert the following code: if ($canEdit) { $titleBlock = new CTitleBlock( 'Links', 'folder5.png', $m, "$m.$a" ); $titleBlock->addCell( '<input type="submit" class="button" value="'.$AppUI->_('new link').'">', '', '<form action="?m=links&a=addedit&project_id='.$project_id.'&task_id='.$task_id.'" method="post">', '</form>' ); $titleBlock->show(); } | ||||||||
Tags | No tags attached. | ||||||||
Attached Files |
|
![]() |
|
caseydk (administrator) 2009-07-07 20:53 |
Resolved in r497 as described; |
caseydk (administrator) 2009-09-09 22:39 |
Closed for release. |
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2008-11-17 02:47 | casn | New Issue | |
2009-06-22 19:41 | caseydk | Status | new => assigned |
2009-06-22 19:41 | caseydk | Assigned To | => caseydk |
2009-06-22 19:42 | caseydk | Project | Pending Requests => v1.1 Release (Closed) |
2009-07-07 20:53 | caseydk | Status | assigned => resolved |
2009-07-07 20:53 | caseydk | Resolution | open => fixed |
2009-07-07 20:53 | caseydk | Note Added: 0000322 | |
2009-09-09 22:39 | caseydk | Status | resolved => closed |
2009-09-09 22:39 | caseydk | Note Added: 0000437 | |
2009-09-09 22:39 | caseydk | Fixed in Version | => 1.1 |