From 558b8ee7ff52183b2d70e67afaa2bc39be9f6a70 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Thu, 6 Nov 2003 15:05:50 +0000 Subject: UCP -> Attachments git-svn-id: file:///svn/phpbb/trunk@4652 89ea8834-ac86-4346-8a33-228a782c2dd0 --- .../styles/subSilver/template/ucp_attachments.html | 66 ++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 phpBB/styles/subSilver/template/ucp_attachments.html (limited to 'phpBB/styles') diff --git a/phpBB/styles/subSilver/template/ucp_attachments.html b/phpBB/styles/subSilver/template/ucp_attachments.html new file mode 100644 index 0000000000..adc8cede47 --- /dev/null +++ b/phpBB/styles/subSilver/template/ucp_attachments.html @@ -0,0 +1,66 @@ + + + + + + + + + + + + +
{MESSAGE_TITLE}

{MESSAGE_TEXT}

{S_HIDDEN_FIELDS}  
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
#{L_FILENAME}{L_FILE_COMMENT}{L_EXTENSION}{L_FILESIZE}{L_DOWNLOADS}{L_POST_TIME}{L_TOPIC_TITLE}{L_DELETE}
 {attachrow.ROW_NUMBER} {attachrow.FILENAME}{attachrow.COMMENT}{attachrow.EXTENSION}{attachrow.SIZE}{attachrow.DOWNLOAD_COUNT} {attachrow.POST_TIME} {attachrow.TOPIC_TITLE}
{L_SORT_BY}:  
+ + + + + + + +
{L_UCP_NO_ATTACHMENTS}
+ + + + -- cgit v1.2.1