Commit 31bee886123fc7390d1998c36c47e196d48c7d24
1 parent
5bd95fe0
corrected image name
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@1411 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
2 additions
and
2 deletions
presentation/lookAndFeel/knowledgeTree/administration/doctypemanagement/removeDocTypeUI.inc
| ... | ... | @@ -108,8 +108,8 @@ function getDeleteButton($oDocType) { |
| 108 | 108 | if (!isset($oDocType)) { |
| 109 | 109 | return "Please select a Document Type: "; |
| 110 | 110 | } else { |
| 111 | - return "<td align = right><input type=\"image\" src =\"$default->graphicsUrl/widgets/Delete.gif\" value=\"submit\" /></td>\n". | |
| 112 | - "<td align = right><a href=\"$default->rootUrl/control.php?action=removeDocType\"><img src =\"$default->graphicsUrl/widgets/Cancel.gif\" border = \"0\" /></a></td>\n"; | |
| 111 | + return "<td align = right><input type=\"image\" src =\"$default->graphicsUrl/widgets/delete.gif\" value=\"submit\" /></td>\n". | |
| 112 | + "<td align = right><a href=\"$default->rootUrl/control.php?action=removeDocType\"><img src =\"$default->graphicsUrl/widgets/cancel.gif\" border = \"0\" /></a></td>\n"; | |
| 113 | 113 | } |
| 114 | 114 | } |
| 115 | 115 | ?> | ... | ... |