From c89a11464bf2a05844a06e18eb33ae5feca1b8a9 Mon Sep 17 00:00:00 2001 From: bnu Date: Tue, 9 Jun 2009 12:45:24 +0000 Subject: [PATCH] =?UTF-8?q?=EC=9D=B4=EC=8A=88=ED=8A=B8=EB=9E=98=EC=BB=A4?= =?UTF-8?q?=20:=20=EB=B3=B8=EB=AC=B8=20=EC=B2=A8=EB=B6=80=ED=8C=8C?= =?UTF-8?q?=EC=9D=BC=20=EB=AA=A9=EB=A1=9D=20=ED=91=9C=EC=8B=9C=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6504 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- .../skins/xe_issuetracker/css/common.css | 7 +++ .../skins/xe_issuetracker/view_issue.html | 43 +++++++++++++------ 2 files changed, 36 insertions(+), 14 deletions(-) diff --git a/modules/issuetracker/skins/xe_issuetracker/css/common.css b/modules/issuetracker/skins/xe_issuetracker/css/common.css index 09e972f26..47c6beabb 100644 --- a/modules/issuetracker/skins/xe_issuetracker/css/common.css +++ b/modules/issuetracker/skins/xe_issuetracker/css/common.css @@ -148,6 +148,13 @@ div.editor table { width:95%; } .viewIssue div.button ul li { list-style:none; color:#AAAAAA; float:left; margin-left:10px; } .viewIssue div.button ul li a { text-decoration:none; color:#666666; font-weight:bold; } +.viewIssue .fileAttached {overflow:hidden;} +.viewIssue .fileAttached h5 { font-weight:normal; color:#999999; font-size:1em; line-height:22px; } +.viewIssue .fileAttached ul { padding:0; margin:0; } +.viewIssue .fileAttached li { padding-left:15px; display:block; float:left; white-space:nowrap; list-style:none; margin:0 10px 5px 0; } +.viewIssue .fileAttached li a { text-decoration:none; font-size:.9em; white-space:nowrap; color:#444444; } +.viewIssue .fileAttached li a:visited { color:#777777;} + fieldset.history { border:1px solid #CCCCCC; margin-top:10px; } fieldset.history legend { padding:0 10px; } fieldset.history legend span.date { font-size:8pt; font-family:tahoma; color:#AAAAAA; margin-right:10px; } diff --git a/modules/issuetracker/skins/xe_issuetracker/view_issue.html b/modules/issuetracker/skins/xe_issuetracker/view_issue.html index 1c35c9a6f..e36fcfcc6 100644 --- a/modules/issuetracker/skins/xe_issuetracker/view_issue.html +++ b/modules/issuetracker/skins/xe_issuetracker/view_issue.html @@ -66,6 +66,21 @@ {$oIssue->getContent(false, true)} + + + +
+ {@ $uploaded_list = $oIssue->getUploadedFiles() } + +
+
+ + + @@ -122,7 +137,7 @@
{zdate($history->regdate, "Y-m-d H:i")} - {$history->nick_name} + {$history->nick_name}