diff options
author | Michael Miday <midaym@gmail.com> | 2015-09-15 22:43:42 +0200 |
---|---|---|
committer | Michael Miday <midaym@gmail.com> | 2015-09-17 18:37:25 +0200 |
commit | 5988e3a192ac7ce8e647bfdf35e60304e6dd566c (patch) | |
tree | 6331f71f423c73dcadd3bf6cc52330e617ca7ace /phpBB/styles/prosilver/template/mcp_forum.html | |
parent | 956723af0ed94f79dbbeed2bcfc8617b2c73960e (diff) | |
download | forums-5988e3a192ac7ce8e647bfdf35e60304e6dd566c.tar forums-5988e3a192ac7ce8e647bfdf35e60304e6dd566c.tar.gz forums-5988e3a192ac7ce8e647bfdf35e60304e6dd566c.tar.bz2 forums-5988e3a192ac7ce8e647bfdf35e60304e6dd566c.tar.xz forums-5988e3a192ac7ce8e647bfdf35e60304e6dd566c.zip |
[ticket/12769] Delete imageset & consolidate imgs
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_forum.html')
-rw-r--r-- | phpBB/styles/prosilver/template/mcp_forum.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_forum.html b/phpBB/styles/prosilver/template/mcp_forum.html index 0758dd6f27..b7e08c5860 100644 --- a/phpBB/styles/prosilver/template/mcp_forum.html +++ b/phpBB/styles/prosilver/template/mcp_forum.html @@ -24,7 +24,7 @@ <!-- IF .topicrow --> <ul class="topiclist<!-- IF S_MERGE_SELECT --> missing-column<!-- ENDIF -->"> <li class="header"> - <dl class="icon"> + <dl class="row-item"> <dt><div class="list-inner">{L_TOPICS}</div></dt> <dd class="posts">{L_REPLIES}</dd> <dd class="lastpost"><span>{L_LAST_POST}</span></dd> @@ -36,9 +36,9 @@ <!-- BEGIN topicrow --> <li class="row<!-- IF topicrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF --><!-- IF topicrow.S_TOPIC_REPORTED --> reported<!-- ENDIF -->"> - <dl class="icon {topicrow.TOPIC_IMG_STYLE}"> + <dl class="row-item {topicrow.TOPIC_IMG_STYLE}"> <dt <!-- IF topicrow.TOPIC_ICON_IMG -->style="background-image: url({T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF -->> - <!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}" class="icon-link"></a><!-- ENDIF --> + <!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}" class="row-item-link"></a><!-- ENDIF --> <div class="list-inner"> <!-- EVENT topiclist_row_prepend --> <!-- IF topicrow.S_SELECT_TOPIC --><a href="{topicrow.U_SELECT_TOPIC}" class="topictitle">[ {L_SELECT_MERGE} ]</a> <!-- ENDIF --> |