diff options
author | Nils Adermann <naderman@naderman.de> | 2006-04-09 21:20:24 +0000 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2006-04-09 21:20:24 +0000 |
commit | fc394d6302b45ff61d8c55e3e9516f3c212bf04c (patch) | |
tree | 4be365327698f094cb78f0a3825a19498d954843 /phpBB/styles | |
parent | 5b24c3a7fb5eaef0c6a1374eff1435322097f0b9 (diff) | |
download | forums-fc394d6302b45ff61d8c55e3e9516f3c212bf04c.tar forums-fc394d6302b45ff61d8c55e3e9516f3c212bf04c.tar.gz forums-fc394d6302b45ff61d8c55e3e9516f3c212bf04c.tar.bz2 forums-fc394d6302b45ff61d8c55e3e9516f3c212bf04c.tar.xz forums-fc394d6302b45ff61d8c55e3e9516f3c212bf04c.zip |
- check m_ permission for quickmod [Bug #1317]
- don't sync the global forum (id 0) [Bug #1383]
- corrections to available time zones [Bug #1306]
- only display open reports on mcp_front
- added whois information to mcp_post [Bug #1400]
- copy "dot" when copying a topic [Bug #1321]
- some language corrections [Bugs #1324, #1255, #1317]
- mozWrap scrolls back to previous position now [Bug #1190]
- some style related corrections [Bugs #1322, #1454, #1316]
- corrected copyrights [Bug #1468]
- fixed links on search results page [Bug #1469]
git-svn-id: file:///svn/phpbb/trunk@5779 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles')
-rw-r--r-- | phpBB/styles/subSilver/template/editor.js | 5 | ||||
-rw-r--r-- | phpBB/styles/subSilver/template/index_body.html | 4 | ||||
-rw-r--r-- | phpBB/styles/subSilver/template/mcp_whois.html | 15 | ||||
-rw-r--r-- | phpBB/styles/subSilver/template/overall_footer.html | 2 | ||||
-rw-r--r-- | phpBB/styles/subSilver/template/posting_body.html | 4 | ||||
-rw-r--r-- | phpBB/styles/subSilver/template/search_results.html | 4 | ||||
-rw-r--r-- | phpBB/styles/subSilver/template/simple_footer.html | 2 | ||||
-rw-r--r-- | phpBB/styles/subSilver/template/ucp_agreement.html | 4 | ||||
-rw-r--r-- | phpBB/styles/subSilver/template/ucp_register.html | 2 | ||||
-rw-r--r-- | phpBB/styles/subSilver/template/viewtopic_print.html | 11 | ||||
-rw-r--r-- | phpBB/styles/subSilver/theme/stylesheet.css | 9 |
11 files changed, 44 insertions, 18 deletions
diff --git a/phpBB/styles/subSilver/template/editor.js b/phpBB/styles/subSilver/template/editor.js index bbc89abcfb..5c7b6e4e29 100644 --- a/phpBB/styles/subSilver/template/editor.js +++ b/phpBB/styles/subSilver/template/editor.js @@ -323,6 +323,7 @@ function mozWrap(txtarea, open, close) var selLength = txtarea.textLength; var selStart = txtarea.selectionStart; var selEnd = txtarea.selectionEnd; + var scrollTop = txtarea.scrollTop; if (selEnd == 1 || selEnd == 2) selEnd = selLength; @@ -330,6 +331,10 @@ function mozWrap(txtarea, open, close) var s2 = (txtarea.value).substring(selStart, selEnd) var s3 = (txtarea.value).substring(selEnd, selLength); txtarea.value = s1 + open + s2 + close + s3; + txtarea.selectionStart = selEnd + open.length + close.length; + txtarea.selectionEnd = txtarea.selectionStart; + txtarea.focus(); + txtarea.scrollTop = scrollTop; return; } diff --git a/phpBB/styles/subSilver/template/index_body.html b/phpBB/styles/subSilver/template/index_body.html index 1c887edaa9..347f85d505 100644 --- a/phpBB/styles/subSilver/template/index_body.html +++ b/phpBB/styles/subSilver/template/index_body.html @@ -146,14 +146,14 @@ <td class="cat"><h4><a href="{U_LOGIN_LOGOUT}">{L_LOGIN_LOGOUT}</a></h4></td> </tr> <tr> - <td class="row1" align="center"><span class="genmed">{L_USERNAME}:</span> <input class="post" type="text" name="username" size="10" /> <span class="gensmall">{L_PASSWORD}:</span> <input class="post" type="password" name="password" size="10" /> <span class="gensmall">{L_LOG_ME_IN}</span> <input class="text" type="checkbox" name="autologin" /> <input type="submit" class="btnmain" name="login" value="{L_LOGIN}" /></td> + <td class="row1" align="center"><span class="genmed">{L_USERNAME}:</span> <input class="post" type="text" name="username" size="10" /> <span class="genmed">{L_PASSWORD}:</span> <input class="post" type="password" name="password" size="10" /> <span class="gensmall">{L_LOG_ME_IN}</span> <input class="text" type="checkbox" name="autologin" /> <input type="submit" class="btnmain" name="login" value="{L_LOGIN}" /></td> </tr> </table></form> <!-- ENDIF --> <br clear="all" /> - <table align="center"> + <table class="legend"> <tr> <td width="20" align="center">{FORUM_NEW_IMG}</td> <td><span class="gensmall">{L_NEW_POSTS}</span></td> diff --git a/phpBB/styles/subSilver/template/mcp_whois.html b/phpBB/styles/subSilver/template/mcp_whois.html new file mode 100644 index 0000000000..be0a6174b7 --- /dev/null +++ b/phpBB/styles/subSilver/template/mcp_whois.html @@ -0,0 +1,15 @@ +<!-- INCLUDE mcp_header.html --> + + <table class="tablebg" width="100%" cellspacing="1"> + <tr> + <th>{L_WHOIS}</th> + </tr> + <tr> + <td class="row3" align="center"><span class="gensmall">{RETURN_POST}</span></td> + </tr> + <tr> + <td class="row1"><pre>{WHOIS}</pre></td> + </tr> + </table> + +<!-- INCLUDE mcp_footer.html -->
\ No newline at end of file diff --git a/phpBB/styles/subSilver/template/overall_footer.html b/phpBB/styles/subSilver/template/overall_footer.html index 839d63609f..136b555331 100644 --- a/phpBB/styles/subSilver/template/overall_footer.html +++ b/phpBB/styles/subSilver/template/overall_footer.html @@ -4,7 +4,7 @@ <!-- We request you retain the full copyright notice below including the link to www.phpbb.com. This not only gives respect to the large amount of time given freely by the developers - but also helps build interest, traffic and use of phpBB2. If you (honestly) cannot retain + but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain the full copyright we ask you at least leave in place the "Powered by phpBB" line, with "phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our forums may be affected. diff --git a/phpBB/styles/subSilver/template/posting_body.html b/phpBB/styles/subSilver/template/posting_body.html index 62cc990e2c..fb26e50b1c 100644 --- a/phpBB/styles/subSilver/template/posting_body.html +++ b/phpBB/styles/subSilver/template/posting_body.html @@ -227,7 +227,7 @@ function checkForm() <!-- ENDIF --> </table></td> - <td class="row2" valign="top"><table cellspacing="0" cellpadding="0" border="0"> + <td class="row2" valign="top"><table width="100%" cellspacing="0" cellpadding="0" border="0"> <tr valign="middle" align="left"> <td colspan="2"><input type="button" class="btnbbcode" accesskey="b" name="addbbcode0" value=" B " style="font-weight:bold; width: 30px;" onclick="bbstyle(0)" onmouseover="helpline('b')" /> <input type="button" class="btnbbcode" accesskey="i" name="addbbcode2" value=" i " style="font-style:italic; width: 30px;" onclick="bbstyle(2)" onmouseover="helpline('i')" /> @@ -261,7 +261,7 @@ function checkForm() <td class="genmed" align="center">{L_FONT_COLOR}</td> </tr> <tr> - <td valign="top"><textarea name="message" rows="15" cols="76" tabindex="3" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" style="width: 100%;">{MESSAGE}</textarea></td> + <td valign="top" style="width: 100%;"><textarea name="message" rows="15" cols="76" tabindex="3" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" style="width: 98%;">{MESSAGE}</textarea></td> <td width="80" align="center" valign="top"><script language="javascript" type="text/javascript"><!-- colorPalette('v', 7, 6) diff --git a/phpBB/styles/subSilver/template/search_results.html b/phpBB/styles/subSilver/template/search_results.html index e23cda4866..04a6056591 100644 --- a/phpBB/styles/subSilver/template/search_results.html +++ b/phpBB/styles/subSilver/template/search_results.html @@ -37,10 +37,10 @@ <!-- IF searchresults.S_UNREAD_TOPIC --><a href="{searchresults.U_NEWEST_POST}">{NEWEST_POST_IMG}</a><!-- ENDIF --> {topicrow.ATTACH_ICON_IMG} <a href="{searchresults.U_VIEW_TOPIC}" class="topictitle">{searchresults.TOPIC_TITLE}</a> <!-- IF searchresults.S_TOPIC_UNAPPROVED --> - <a href="{topicrow.U_MCP_QUEUE}">{UNAPPROVED_IMG}</a> + <a href="{searchresults.U_MCP_QUEUE}">{UNAPPROVED_IMG}</a> <!-- ENDIF --> <!-- IF searchresults.S_TOPIC_REPORTED --> - <a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a> + <a href="{searchresults.U_MCP_REPORT}">{REPORTED_IMG}</a> <!-- ENDIF --> <!-- IF searchresults.PAGINATION --> <p class="gensmall"> [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}: {searchresults.PAGINATION} ] </p> diff --git a/phpBB/styles/subSilver/template/simple_footer.html b/phpBB/styles/subSilver/template/simple_footer.html index 01e45ba0a8..1d627c1dda 100644 --- a/phpBB/styles/subSilver/template/simple_footer.html +++ b/phpBB/styles/subSilver/template/simple_footer.html @@ -4,7 +4,7 @@ <!-- We request you retain the full copyright notice below including the link to www.phpbb.com. This not only gives respect to the large amount of time given freely by the developers - but also helps build interest, traffic and use of phpBB2. If you (honestly) cannot retain + but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain the full copyright we ask you at least leave in place the "Powered by phpBB" line, with "phpBB" linked to www.phpbb.com. If you refuse to include even this then support on our forums may be affected. diff --git a/phpBB/styles/subSilver/template/ucp_agreement.html b/phpBB/styles/subSilver/template/ucp_agreement.html index f6029446be..3d25015101 100644 --- a/phpBB/styles/subSilver/template/ucp_agreement.html +++ b/phpBB/styles/subSilver/template/ucp_agreement.html @@ -4,7 +4,7 @@ <form method="post" action="{S_UCP_ACTION}"> - <table class="tablebg" width="95%" cellspacing="1" cellpadding="4" border="0" align="center"> + <table class="tablebg" width="100%" cellspacing="1"> <tr> <th height="25">{SITENAME} - {L_REGISTRATION}</th> </tr> @@ -33,7 +33,7 @@ <!-- ELSEIF S_AGREEMENT --> - <table class="tablebg" width="95%" cellspacing="1" cellpadding="4" border="0" align="center"> + <table class="tablebg" width="100%" cellspacing="1"> <tr> <th height="25">{SITENAME} - {AGREEMENT_TITLE}</th> </tr> diff --git a/phpBB/styles/subSilver/template/ucp_register.html b/phpBB/styles/subSilver/template/ucp_register.html index 22f35ad6eb..94a1e35cbe 100644 --- a/phpBB/styles/subSilver/template/ucp_register.html +++ b/phpBB/styles/subSilver/template/ucp_register.html @@ -16,7 +16,7 @@ </tr> </table> -<table class="tablebg" width="80%" cellspacing="1" cellpadding="4" border="0" align="center"> +<table class="tablebg" width="100%" cellspacing="1"> <tr> <th colspan="2" height="28" valign="middle">{L_REGISTRATION}</th> </tr> diff --git a/phpBB/styles/subSilver/template/viewtopic_print.html b/phpBB/styles/subSilver/template/viewtopic_print.html index ffbfb997ec..57c789aab4 100644 --- a/phpBB/styles/subSilver/template/viewtopic_print.html +++ b/phpBB/styles/subSilver/template/viewtopic_print.html @@ -90,12 +90,11 @@ hr.sep { <!-- We request you retain the full copyright notice below including the link to www.phpbb.com. This not only gives respect to the large amount of time given freely by the developers - but also helps build interest, traffic and use of phpBB2. If you (honestly) cannot retain - the full copyright we ask you at least leave in place the "Powered by phpBB {PHPBB_VERSION}" - line, with phpBB linked to www.phpbb.com. If you refuse to include even this then support on - our forums may be affected. + but also helps build interest, traffic and use of phpBB3. If you (honestly) cannot retain + the full copyright we ask you at least leave in place the "Powered by phpBB" line. If you + refuse to include even this then support on our forums may be affected. - The phpBB Group : 2002 + The phpBB Group : 2006 // --> <table width="85%" cellspacing="3" cellpadding="0" border="0" align="center"> <tr> @@ -103,7 +102,7 @@ hr.sep { <td align="right"><span class="gensmall">{S_TIMEZONE}</span></td> </tr> <tr> - <td colspan="2" align="center"><span class="gensmall">Powered by phpBB {PHPBB_VERSION} © 2002 phpBB Group<br />http://www.phpbb.com/</span></td> + <td colspan="2" align="center"><span class="gensmall">Powered by phpBB © 2002, 2006 phpBB Group<br />http://www.phpbb.com/</span></td> </tr> </table> diff --git a/phpBB/styles/subSilver/theme/stylesheet.css b/phpBB/styles/subSilver/theme/stylesheet.css index 763e864dac..21b6946909 100644 --- a/phpBB/styles/subSilver/theme/stylesheet.css +++ b/phpBB/styles/subSilver/theme/stylesheet.css @@ -298,7 +298,10 @@ hr { background-color: #D1D7DC; color: #D1D7DC; } - +.legend { + text-align:center; + margin: 0 auto; + } /* Links ------------ */ @@ -522,3 +525,7 @@ input.radio { table.colortable td { padding: 0; } +pre { + font-size: 1.1em; + font-family: Monaco, 'Courier New', monospace; +}
\ No newline at end of file |