diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-10-16 16:24:52 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2001-10-16 16:24:52 +0000 |
commit | 0ce19c6f73cd73f70161c8f294667c58801ff8cf (patch) | |
tree | 9b4c3a965b0815e0c62e2e641cdaeaf26599a925 /phpBB/templates | |
parent | 36936afdb2405e0d7e2bc2923284ddafe6030eab (diff) | |
download | forums-0ce19c6f73cd73f70161c8f294667c58801ff8cf.tar forums-0ce19c6f73cd73f70161c8f294667c58801ff8cf.tar.gz forums-0ce19c6f73cd73f70161c8f294667c58801ff8cf.tar.bz2 forums-0ce19c6f73cd73f70161c8f294667c58801ff8cf.tar.xz forums-0ce19c6f73cd73f70161c8f294667c58801ff8cf.zip |
Various updates, Tom
git-svn-id: file:///svn/phpbb/trunk@1228 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-rwxr-xr-x | phpBB/templates/subSilver/faq_body.tpl | 4 | ||||
-rw-r--r-- | phpBB/templates/subSilver/posting_topic_review.tpl | 13 | ||||
-rw-r--r-- | phpBB/templates/subSilver/simple_footer.tpl | 3 | ||||
-rw-r--r-- | phpBB/templates/subSilver/simple_header.tpl | 10 | ||||
-rw-r--r-- | phpBB/templates/subSilver/viewforum_body.tpl | 2 |
5 files changed, 17 insertions, 15 deletions
diff --git a/phpBB/templates/subSilver/faq_body.tpl b/phpBB/templates/subSilver/faq_body.tpl index cd68f3dce1..fcff74e037 100755 --- a/phpBB/templates/subSilver/faq_body.tpl +++ b/phpBB/templates/subSilver/faq_body.tpl @@ -1,10 +1,10 @@ <table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline"> <tr> - <th class="thRight">{L_FAQ}</th> + <th class="thHead">{L_FAQ}</th> </tr> <!-- BEGIN faqrow --> <tr> - <td width="22%" align="left" valign="top" class="{faqrow.ROW_CLASS}"><span class="name"><b>{faqrow.FAQ_QUESTION}</b></span><br /> + <td width="22%" align="left" valign="top" class="row1"><span class="name"><b>{faqrow.FAQ_QUESTION}</b></span><br /> <br /> <span class="postbody">{faqrow.FAQ_ANSWER}</span> </td> diff --git a/phpBB/templates/subSilver/posting_topic_review.tpl b/phpBB/templates/subSilver/posting_topic_review.tpl index ae5f6881ab..61d7413124 100644 --- a/phpBB/templates/subSilver/posting_topic_review.tpl +++ b/phpBB/templates/subSilver/posting_topic_review.tpl @@ -2,16 +2,17 @@ <!-- BEGIN switch_inline_mode --> <table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline"> <tr> - <th class="thTop" height="25"><b>{L_TOPIC_REVIEW}</b></th> + + <td class="catHead" height="28" align="center"><b>{L_TOPIC_REVIEW}</b></td> </tr> <tr> - <td><iframe width="100%" height="300" src="{U_REVIEW_TOPIC}"> + <td class="row1"><iframe width="100%" height="300" src="{U_REVIEW_TOPIC}" > <!-- END switch_inline_mode --> -<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline"> - <tr> - <th class="thLeft" width="22%" height="26">{L_AUTHOR}</th> - <th class="thRight">{L_MESSAGE}</th> + <table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline" style="border: 0px #006699 solid "> + <tr> + <th class="thCornerL" width="22%" height="26">{L_AUTHOR}</th> + <th class="thCornerR">{L_MESSAGE}</th> </tr> <!-- BEGIN postrow --> <tr> diff --git a/phpBB/templates/subSilver/simple_footer.tpl b/phpBB/templates/subSilver/simple_footer.tpl index 291147f69b..265eaa9d30 100644 --- a/phpBB/templates/subSilver/simple_footer.tpl +++ b/phpBB/templates/subSilver/simple_footer.tpl @@ -17,9 +17,6 @@ // --> <div align="center"> <span class="copyright"><br />Powered by phpBB {PHPBB_VERSION} © 2001 <a href="http://www.phpbb.com/" target="_phpbb" class="copyright">phpBB Group</a></span></div> - </td> - </tr> -</table> </body> </html> diff --git a/phpBB/templates/subSilver/simple_header.tpl b/phpBB/templates/subSilver/simple_header.tpl index ce7cfcb50f..cf11c0c565 100644 --- a/phpBB/templates/subSilver/simple_header.tpl +++ b/phpBB/templates/subSilver/simple_header.tpl @@ -24,6 +24,12 @@ body { background-color:{T_BODY_BGCOLOR}; scrollbar-shadow-color: #95AFC4; scrollbar-3dlight-color: #D6DDE2; scrollbar-arrow-color: #006699; scrollbar-track-color: #EFEFEF; scrollbar-darkshadow-color: #7294AF; + margin-bottom:0px; + margin-left:0px; + margin-right:0px; + margin-top:0px; +} + } font { font-family: Verdana, Arial, Helvetica, sans-serif } @@ -208,6 +214,4 @@ a.copyright:hover { color: #000000; text-decoration: underline;} </head> <body bgcolor="{T_BODY_BGCOLOR}" text="{T_BODY_TEXT}" link="{T_BODY_LINK}" vlink="{T_BODY_VLINK}"> -<span class="gen"><a name="top"></a></span><table width="100%" border="0" cellspacing="0" cellpadding="10" align="center"> -<tr> - <td class="bodyline"> +<span class="gen"><a name="top"></a></span> diff --git a/phpBB/templates/subSilver/viewforum_body.tpl b/phpBB/templates/subSilver/viewforum_body.tpl index 65cc0ba4ce..0d36751256 100644 --- a/phpBB/templates/subSilver/viewforum_body.tpl +++ b/phpBB/templates/subSilver/viewforum_body.tpl @@ -68,7 +68,7 @@ <td class="gensmall">Old topic</td> <td> </td> <td width="20" align="center"><img src="templates/subSilver/images/folder_announce.gif" alt="No new posts" width="19" height="18" /></td> - <td class="gensmall">Announement</td> + <td class="gensmall">Announcement</td> <td class="gensmall"> </td> <td class="gensmall"><img src="templates/subSilver/images/folder_lock.gif" alt="{L_NEWPOSTS}" width="19" height="18" /></td> <td class="gensmall">Topic is locked</td> |