From 4035f3f6c8fddf52d6d26a6ad2a76535205e41dd Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sun, 4 Sep 2011 01:23:03 +0300 Subject: [PATCH] [feature/remove-imagesets] Changing subsilver Removing imagesets. Changing subsilver PHPBB3-10336 --- .../subsilver2/template/forumlist_body.html | 4 +- .../styles/subsilver2/template/mcp_forum.html | 4 +- .../styles/subsilver2/template/mcp_post.html | 4 +- .../styles/subsilver2/template/mcp_topic.html | 2 +- .../subsilver2/template/memberlist_body.html | 6 +- .../subsilver2/template/memberlist_group.html | 2 +- .../template/memberlist_leaders.html | 2 +- .../subsilver2/template/memberlist_view.html | 14 +- .../subsilver2/template/overall_header.html | 3 +- .../subsilver2/template/posting_review.html | 2 +- .../template/posting_topic_review.html | 4 +- .../subsilver2/template/search_results.html | 8 +- .../subsilver2/template/simple_header.html | 1 + .../template/ucp_main_subscribed.html | 6 +- .../subsilver2/template/ucp_pm_history.html | 2 +- .../template/ucp_pm_viewfolder.html | 2 +- .../template/ucp_pm_viewmessage.html | 4 +- .../subsilver2/template/viewforum_body.html | 20 +- .../subsilver2/template/viewtopic_body.html | 22 +- .../styles/subsilver2/theme/en/stylesheet.css | 116 +++++ phpBB/styles/subsilver2/theme/stylesheet.css | 425 ++++++++++++++++++ 21 files changed, 598 insertions(+), 55 deletions(-) create mode 100644 phpBB/styles/subsilver2/theme/en/stylesheet.css diff --git a/phpBB/styles/subsilver2/template/forumlist_body.html b/phpBB/styles/subsilver2/template/forumlist_body.html index 55ae288854..334fd7a968 100644 --- a/phpBB/styles/subsilver2/template/forumlist_body.html +++ b/phpBB/styles/subsilver2/template/forumlist_body.html @@ -56,9 +56,9 @@

{forumrow.POSTS}

-

{UNAPPROVED_IMG} {forumrow.LAST_POST_TIME}

+

{UNAPPROVED_IMG} {forumrow.LAST_POST_TIME}

{forumrow.LAST_POSTER_FULL} - {LAST_POST_IMG} + {LAST_POST_IMG}

{L_NO_POSTS}

diff --git a/phpBB/styles/subsilver2/template/mcp_forum.html b/phpBB/styles/subsilver2/template/mcp_forum.html index 10c124b0e1..5d69e85391 100644 --- a/phpBB/styles/subsilver2/template/mcp_forum.html +++ b/phpBB/styles/subsilver2/template/mcp_forum.html @@ -31,10 +31,10 @@

{NEWEST_POST_IMG} {topicrow.ATTACH_ICON_IMG} {topicrow.TOPIC_TITLE} - {topicrow.UNAPPROVED_IMG}  + {topicrow.UNAPPROVED_IMG}  - {REPORTED_IMG}  + {REPORTED_IMG}  [ {L_DELETE_SHADOW_TOPIC} ]  diff --git a/phpBB/styles/subsilver2/template/mcp_post.html b/phpBB/styles/subsilver2/template/mcp_post.html index 771b1bc9e1..24d8682876 100644 --- a/phpBB/styles/subsilver2/template/mcp_post.html +++ b/phpBB/styles/subsilver2/template/mcp_post.html @@ -98,7 +98,7 @@ -

{EDIT_IMG}
+
{EDIT_IMG}
{POST_PREVIEW}
@@ -173,7 +173,7 @@ {userrow.USERNAME}{userrow.USERNAME} [ {userrow.NUM_POSTS} {userrow.L_POST_S} ] - {SEARCH_IMG} + {SEARCH_IMG} diff --git a/phpBB/styles/subsilver2/template/mcp_topic.html b/phpBB/styles/subsilver2/template/mcp_topic.html index 13865d26ee..83c95c4ff9 100644 --- a/phpBB/styles/subsilver2/template/mcp_topic.html +++ b/phpBB/styles/subsilver2/template/mcp_topic.html @@ -79,7 +79,7 @@ - {INFO_IMG} + {INFO_IMG} diff --git a/phpBB/styles/subsilver2/template/memberlist_body.html b/phpBB/styles/subsilver2/template/memberlist_body.html index 78ffe49111..4c7af75ae5 100644 --- a/phpBB/styles/subsilver2/template/memberlist_body.html +++ b/phpBB/styles/subsilver2/template/memberlist_body.html @@ -70,9 +70,9 @@  {memberrow.JOINED}  {memberrow.POSTS} {memberrow.RANK_IMG}{memberrow.RANK_TITLE} -  {PM_IMG}  -  {EMAIL_IMG}  -  {WWW_IMG}  +  {PM_IMG}  +  {EMAIL_IMG}  +  {WWW_IMG}   {memberrow.PROFILE_FIELD1_VALUE} diff --git a/phpBB/styles/subsilver2/template/memberlist_group.html b/phpBB/styles/subsilver2/template/memberlist_group.html index 650868f810..f48b9811f0 100644 --- a/phpBB/styles/subsilver2/template/memberlist_group.html +++ b/phpBB/styles/subsilver2/template/memberlist_group.html @@ -7,7 +7,7 @@ {L_GROUP_NAME}: style="color:#{GROUP_COLOR}">{GROUP_NAME} - {AVATAR_IMG}
{RANK_IMG}{GROUP_RANK}

{PM_IMG} + {AVATAR_IMG}
{RANK_IMG}{GROUP_RANK}

{PM_IMG} diff --git a/phpBB/styles/subsilver2/template/memberlist_leaders.html b/phpBB/styles/subsilver2/template/memberlist_leaders.html index 75fff9f98a..a4f38aafc4 100644 --- a/phpBB/styles/subsilver2/template/memberlist_leaders.html +++ b/phpBB/styles/subsilver2/template/memberlist_leaders.html @@ -27,7 +27,7 @@   {group.user.RANK_IMG}{group.user.RANK_TITLE} -  {PM_IMG}  +  {PM_IMG}  diff --git a/phpBB/styles/subsilver2/template/memberlist_view.html b/phpBB/styles/subsilver2/template/memberlist_view.html index 26c17f08e3..5d866214ce 100644 --- a/phpBB/styles/subsilver2/template/memberlist_view.html +++ b/phpBB/styles/subsilver2/template/memberlist_view.html @@ -108,33 +108,33 @@ - + - + - + - + - + - + - +
{L_EMAIL_ADDRESS}: {EMAIL_IMG}{EMAIL_IMG}
{L_PM}: {PM_IMG}{PM_IMG}
{L_MSNM}: {MSN_IMG}{USER_MSN}{MSN_IMG}{USER_MSN}
{L_YIM}: {YIM_IMG}{USER_YIM}{YIM_IMG}{USER_YIM}
{L_AIM}: {AIM_IMG}{USER_AIM}{AIM_IMG}{USER_AIM}
{L_ICQ}: {ICQ_IMG}{USER_ICQ}{ICQ_IMG}{USER_ICQ}
{L_JABBER}: {JABBER_IMG}{USER_JABBER_IMG}{JABBER_IMG}{USER_JABBER_IMG}
diff --git a/phpBB/styles/subsilver2/template/overall_header.html b/phpBB/styles/subsilver2/template/overall_header.html index 4fca1b6c09..5d5489338a 100644 --- a/phpBB/styles/subsilver2/template/overall_header.html +++ b/phpBB/styles/subsilver2/template/overall_header.html @@ -18,6 +18,7 @@ +