From d62e93ee30ad69f627e9ef9ba586caecf1ed7106 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Dr=C3=B6scher?= Date: Sat, 23 Sep 2006 11:17:03 +0000 Subject: Bug #3876 No need to have the forum list twice in the templates. Goodbye viewbody_subfourm, you served us well! git-svn-id: file:///svn/phpbb/trunk@6390 89ea8834-ac86-4346-8a33-228a782c2dd0 --- .../styles/subSilver/template/forumlist_body.html | 65 +++++++++++++++++++++ phpBB/styles/subSilver/template/index_body.html | 66 +--------------------- .../styles/subSilver/template/viewforum_body.html | 3 +- .../subSilver/template/viewforum_subforum.html | 65 --------------------- 4 files changed, 68 insertions(+), 131 deletions(-) create mode 100644 phpBB/styles/subSilver/template/forumlist_body.html delete mode 100644 phpBB/styles/subSilver/template/viewforum_subforum.html (limited to 'phpBB') diff --git a/phpBB/styles/subSilver/template/forumlist_body.html b/phpBB/styles/subSilver/template/forumlist_body.html new file mode 100644 index 0000000000..238474c02a --- /dev/null +++ b/phpBB/styles/subSilver/template/forumlist_body.html @@ -0,0 +1,65 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
{L_MARK_FORUMS_READ} 
 {L_FORUM}  {L_TOPICS}  {L_POSTS}  {L_LAST_POST} 

{forumrow.FORUM_NAME}

 
{forumrow.FORUM_FOLDER_IMG} + {forumrow.FORUM_NAME} +

{forumrow.FORUM_DESC}

+
{L_REDIRECTS}: {forumrow.CLICKS}
{forumrow.FORUM_FOLDER_IMG} + {forumrow.FORUM_NAME} +

{forumrow.FORUM_DESC}

+ +

{forumrow.L_MODERATOR_STR}: {forumrow.MODERATORS}

+ + +

{forumrow.L_SUBFORUM_STR} {forumrow.SUBFORUMS}

+ +

{forumrow.TOPICS}

{forumrow.POSTS}

+ +

{forumrow.LAST_POST_TIME}

+

+ + style="font-weight: bold; color: {forumrow.LAST_POSTER_COLOUR}">{forumrow.LAST_POSTER} + + {forumrow.LAST_POSTER} + + {LAST_POST_IMG} +

+ +

{L_NO_POSTS}

+ +

{L_NO_FORUMS}

\ No newline at end of file diff --git a/phpBB/styles/subSilver/template/index_body.html b/phpBB/styles/subSilver/template/index_body.html index 4374c44c3d..87788d9a07 100644 --- a/phpBB/styles/subSilver/template/index_body.html +++ b/phpBB/styles/subSilver/template/index_body.html @@ -8,71 +8,7 @@

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{L_MARK_FORUMS_READ} 
 {L_FORUM}  {L_TOPICS}  {L_POSTS}  {L_LAST_POST} 

{forumrow.FORUM_NAME}

 
{forumrow.FORUM_FOLDER_IMG} - {forumrow.FORUM_NAME} -

{forumrow.FORUM_DESC}

-
{L_REDIRECTS}: {forumrow.CLICKS}
{forumrow.FORUM_FOLDER_IMG} - {forumrow.FORUM_NAME} -

{forumrow.FORUM_DESC}

- -

{forumrow.L_MODERATOR_STR}: {forumrow.MODERATORS}

- - -

{forumrow.L_SUBFORUM_STR} {forumrow.SUBFORUMS}

- -

{forumrow.TOPICS}

{forumrow.POSTS}

- -

{forumrow.LAST_POST_TIME}

-

- - style="font-weight: bold; color: {forumrow.LAST_POSTER_COLOUR}">{forumrow.LAST_POSTER} - - {forumrow.LAST_POSTER} - - {LAST_POST_IMG} -

- -

{L_NO_POSTS}

- -

{L_NO_FORUMS}

+ {L_DELETE_COOKIES} | {L_THE_TEAM}
diff --git a/phpBB/styles/subSilver/template/viewforum_body.html b/phpBB/styles/subSilver/template/viewforum_body.html index 0042c6ac0c..28a6379629 100644 --- a/phpBB/styles/subSilver/template/viewforum_body.html +++ b/phpBB/styles/subSilver/template/viewforum_body.html @@ -88,7 +88,8 @@ - + +
diff --git a/phpBB/styles/subSilver/template/viewforum_subforum.html b/phpBB/styles/subSilver/template/viewforum_subforum.html deleted file mode 100644 index 46f8ede834..0000000000 --- a/phpBB/styles/subSilver/template/viewforum_subforum.html +++ /dev/null @@ -1,65 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{L_MARK_FORUMS_READ} 
 {L_FORUM}  {L_TOPICS}  {L_POSTS}  {L_LAST_POST} 

{forumrow.FORUM_NAME}

 
{forumrow.FORUM_FOLDER_IMG}{forumrow.FORUM_NAME}
- - - - -
{forumrow.FORUM_DESC}
-
{L_REDIRECTS}: {forumrow.CLICKS}
{forumrow.FORUM_FOLDER_IMG} - {forumrow.FORUM_NAME} -

{forumrow.FORUM_DESC}

- -

{forumrow.L_MODERATOR_STR}: {forumrow.MODERATORS}

- - -

{forumrow.L_SUBFORUM_STR} {forumrow.SUBFORUMS}

- -

{forumrow.TOPICS}

{forumrow.POSTS}

- -

{forumrow.LAST_POST_TIME}

-

- - style="color: {forumrow.LAST_POSTER_COLOUR}">{forumrow.LAST_POSTER} - - {forumrow.LAST_POSTER} - - {LAST_POST_IMG} -

- -

{L_NO_POSTS}

- -
- -
-- cgit v1.2.1