aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_attachments.html
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2011-10-13 17:10:38 +0200
committerAndreas Fischer <bantu@phpbb.com>2011-10-13 17:10:38 +0200
commitbaf09125ab508d34d8893655e272fb2884670bb9 (patch)
treef907a344f9905b2dc20172f7b14f1829fb9500bc /phpBB/styles/prosilver/template/ucp_attachments.html
parentd5cd49f276afa205809c905c18abe71cf4dd7fc0 (diff)
parent3a92623dfa578a8ac808609859b273fa33c823bb (diff)
downloadforums-baf09125ab508d34d8893655e272fb2884670bb9.tar
forums-baf09125ab508d34d8893655e272fb2884670bb9.tar.gz
forums-baf09125ab508d34d8893655e272fb2884670bb9.tar.bz2
forums-baf09125ab508d34d8893655e272fb2884670bb9.tar.xz
forums-baf09125ab508d34d8893655e272fb2884670bb9.zip
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/10408] Layout of topics/attachments list is broken in UCP and MCP
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_attachments.html')
-rw-r--r--phpBB/styles/prosilver/template/ucp_attachments.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_attachments.html b/phpBB/styles/prosilver/template/ucp_attachments.html
index 5a15339b8a..310695e640 100644
--- a/phpBB/styles/prosilver/template/ucp_attachments.html
+++ b/phpBB/styles/prosilver/template/ucp_attachments.html
@@ -20,7 +20,7 @@
<ul class="topiclist">
<li class="header">
<dl>
- <dt style="width: 40%"><a href="{U_SORT_FILENAME}">{L_FILENAME}</a></dt>
+ <dt><a href="{U_SORT_FILENAME}">{L_FILENAME}</a></dt>
<dd class="extra"><a href="{U_SORT_DOWNLOADS}">{L_DOWNLOADS}</a></dd>
<dd class="time"><span><a href="{U_SORT_POST_TIME}">{L_POST_TIME}</a></span></dd>
<dd class="mark">{L_MARK}</dd>
@@ -32,7 +32,7 @@
<!-- BEGIN attachrow -->
<li class="row<!-- IF attachrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF -->">
<dl>
- <dt style="width: 40%"><a href="{attachrow.U_VIEW_ATTACHMENT}" class="topictitle">{attachrow.FILENAME}</a> ({attachrow.SIZE})<br />
+ <dt><a href="{attachrow.U_VIEW_ATTACHMENT}" class="topictitle">{attachrow.FILENAME}</a> ({attachrow.SIZE})<br />
<!-- IF attachrow.S_IN_MESSAGE -->{L_PM}: <!-- ELSE -->{L_TOPIC}: <!-- ENDIF --><a href="{attachrow.U_VIEW_TOPIC}">{attachrow.TOPIC_TITLE}</a></dt>
<dd class="extra">{attachrow.DOWNLOAD_COUNT}</dd>
<dd class="time"><span>{attachrow.POST_TIME}</span></dd>