############################################################## 
## Title: phpBB 3.0.8 to phpBB 3.0.9 subsilver2 Changes
## Author: naderman < naderman@phpbb.com > (Nils Adermann) http://www.phpbb.com 
## Description: 
##		
##		
##		These are the phpBB 3.0.8 to phpBB 3.0.9 subsilver2 Changes summed up into a
##		little Mod. These changes are only partial and do not include any code changes,
##		therefore not meant for updating phpBB.
##		
##			
##		
## 
## Files To Edit: 
##		styles/subsilver2/imageset/imageset.cfg
##		styles/subsilver2/style.cfg
##		styles/subsilver2/template/attachment.html
##		styles/subsilver2/template/login_body.html
##		styles/subsilver2/template/mcp_topic.html
##		styles/subsilver2/template/memberlist_im.html
##		styles/subsilver2/template/overall_footer.html
##		styles/subsilver2/template/overall_header.html
##		styles/subsilver2/template/posting_body.html
##		styles/subsilver2/template/posting_buttons.html
##		styles/subsilver2/template/posting_smilies.html
##		styles/subsilver2/template/quickreply_editor.html
##		styles/subsilver2/template/searchbox.html
##		styles/subsilver2/template/simple_footer.html
##		styles/subsilver2/template/simple_header.html
##		styles/subsilver2/template/template.cfg
##		styles/subsilver2/template/ucp_pm_viewmessage_print.html
##		styles/subsilver2/template/viewtopic_body.html
##		styles/subsilver2/template/viewtopic_print.html
##		styles/subsilver2/theme/stylesheet.css
##		styles/subsilver2/theme/theme.cfg
##
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2 
############################################################## 

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/subsilver2/imageset/imageset.cfg

#
#-----[ FIND ]---------------------------------------------
# Around Line 17
#

# General Information about this style
name = subsilver2
copyright = &copy; phpBB Group, 2003

#
#-----[ FIND ]---------------------------------------------
# Around Line 22
version = 3.0.8

#
#-----[ REPLACE WITH ]---------------------------------------------
#
version = 3.0.9

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/subsilver2/style.cfg

#
#-----[ FIND ]---------------------------------------------
# Around Line 17
#

# General Information about this style
name = subsilver2
copyright = &copy; 2005 phpBB Group

#
#-----[ FIND ]---------------------------------------------
# Around Line 22
version = 3.0.8

#
#-----[ REPLACE WITH ]---------------------------------------------
#
version = 3.0.9

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/subsilver2/template/attachment.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 65
			<object id="qtstream_{_file.ATTACH_ID}" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0" width="0" height="16">
				<param name="src" value="{_file.U_DOWNLOAD_LINK}">
				<param name="controller" value="true">
				<param name="autoplay" value="false" />
				<param name="type" value="video/quicktime">
				<embed name="qtstream_{_file.ATTACH_ID}" src="{_file.U_DOWNLOAD_LINK}" pluginspage="http://www.apple.com/quicktime/download/" enablejavascript="true" controller="true" width="0" height="16" type="video/quicktime" autoplay="false"> 

#
#-----[ REPLACE WITH ]---------------------------------------------
#
			<object id="qtstream_{_file.ATTACH_ID}" classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" codebase="http://www.apple.com/qtactivex/qtplugin.cab#version=6,0,2,0" width="320" height="285">
				<param name="src" value="{_file.U_DOWNLOAD_LINK}">
				<param name="controller" value="true">
				<param name="autoplay" value="false" />
				<param name="type" value="video/quicktime">
				<embed name="qtstream_{_file.ATTACH_ID}" src="{_file.U_DOWNLOAD_LINK}" pluginspage="http://www.apple.com/quicktime/download/" enablejavascript="true" controller="true" width="320" height="285" type="video/quicktime" autoplay="false"> 

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/subsilver2/template/login_body.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 90
		var elements = document.getElementsByName("{USERNAME_CREDENTIAL}");

#
#-----[ REPLACE WITH ]---------------------------------------------
#
		var elements = document.getElementsByName("<!-- IF S_ADMIN_AUTH -->{PASSWORD_CREDENTIAL}<!-- ELSE -->{USERNAME_CREDENTIAL}<!-- ENDIF -->");

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/subsilver2/template/mcp_topic.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 33
		<th colspan="3" nowrap="nowrap">{L_MERGE_TOPIC}</th>

#
#-----[ REPLACE WITH ]---------------------------------------------
#
		<th colspan="3" nowrap="nowrap">{L_MERGE_POSTS}</th>

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/subsilver2/template/memberlist_im.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 17
			<td class="row1" colspan="2" align="center"><br /><a class="gen" href="{U_AIM_CONTACT}">{L_IM_ADD_CONTACT}</a><br /><a class="gen" href="{U_AIM_MESSAGE}">{L_IM_SEND_MESSAGE}</a><br /><br /><a class="gensmall" href="http://www.aim.com/download.adp">{L_IM_DOWNLOAD_APP}</a> | <a class="gensmall" href="http://aimexpress.oscar.aol.com/aimexpress/launch.adp?Brand=AIM">{L_IM_AIM_EXPRESS}</a> </td>

#
#-----[ REPLACE WITH ]---------------------------------------------
#
			<td class="row1" colspan="2" align="center"><br /><a class="gen" href="{U_AIM_CONTACT}">{L_IM_ADD_CONTACT}</a><br /><a class="gen" href="{U_AIM_MESSAGE}">{L_IM_SEND_MESSAGE}</a><br /><br /><a class="gensmall" href="http://www.aim.com">{L_IM_DOWNLOAD_APP}</a> | <a class="gensmall" href="http://www.aim.com/products/express">{L_IM_AIM_EXPRESS}</a> </td>

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/subsilver2/template/overall_footer.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 1
<!--
	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 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.

	The phpBB Group : 2006
//-->

<div id="wrapfooter">
	<!-- IF U_ACP --><span class="gensmall">[ <a href="{U_ACP}">{L_ACP}</a> ]</span><br /><br /><!-- ENDIF -->
	<span class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; 2000, 2002, 2005, 2007 phpBB Group

#
#-----[ REPLACE WITH ]---------------------------------------------
#
<div id="wrapfooter">
	<!-- IF U_ACP --><span class="gensmall">[ <a href="{U_ACP}">{L_ACP}</a> ]</span><br /><br /><!-- ENDIF -->
	<span class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a>&reg; Forum Software &copy; phpBB Group

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/subsilver2/template/overall_header.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 6
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />

#
#-----[ FIND ]---------------------------------------------
# Around Line 11
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7; IE=EmulateIE9" />

#
#-----[ REPLACE WITH ]---------------------------------------------
# Just remove/delete the lines (replacing with an empty line)


#
#-----[ FIND ]---------------------------------------------
# Around Line 25
<!-- IF S_USER_PM_POPUP -->
	if ({S_NEW_PM})
	{
		popup('{UA_POPUP_PM}', 400, 225, '_phpbbprivmsg');
	}

#
#-----[ REPLACE WITH ]---------------------------------------------
#
<!-- IF S_USER_PM_POPUP and S_NEW_PM -->
	popup('{UA_POPUP_PM}', 400, 225, '_phpbbprivmsg');

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/subsilver2/template/posting_body.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 208
			<td valign="top" style="width: 100%;"><textarea name="message" rows="15" cols="76" tabindex="3" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" onfocus="initInsertions();" style="width: 98%;">{MESSAGE}</textarea></td>

#
#-----[ REPLACE WITH ]---------------------------------------------
#
			<td valign="top" style="width: 100%;"><textarea name="message" rows="15" cols="76" tabindex="3" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" onfocus="initInsertions();" style="width: 700px; height: 270px; min-width: 98%; max-width: 98%;">{MESSAGE}</textarea></td>

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/subsilver2/template/posting_buttons.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 31
		<script type="text/javascript" src="{T_TEMPLATE_PATH}/editor.js"></script>

#
#-----[ REPLACE WITH ]---------------------------------------------
#
		<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/editor.js"></script>

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/subsilver2/template/posting_smilies.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 4
<script type="text/javascript" src="{T_TEMPLATE_PATH}/editor.js"></script>

#
#-----[ REPLACE WITH ]---------------------------------------------
#
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/editor.js"></script>

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/subsilver2/template/quickreply_editor.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 8
			<td class="row2" valign="top" align="left" width="78%"><textarea name="message" rows="7" cols="76" tabindex="3"  style="width: 98%;"></textarea> </td>

#
#-----[ REPLACE WITH ]---------------------------------------------
#
			<td class="row2" valign="top" align="left" width="78%"><textarea name="message" rows="7" cols="76" tabindex="3"  style="width: 700px; height: 130px; min-width: 98%; max-width: 98%;"></textarea> </td>

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/subsilver2/template/searchbox.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 1
<form method="post" name="search" action="{S_SEARCHBOX_ACTION}"><span class="gensmall">{L_SEARCH_FOR}:</span> <input class="post" type="text" name="keywords" size="20" /> <input class="btnlite" type="submit" value="{L_GO}" /></form>

#
#-----[ REPLACE WITH ]---------------------------------------------
#
<form method="get" name="search" action="{S_SEARCHBOX_ACTION}"><span class="gensmall">{L_SEARCH_FOR}:</span> <input class="post" type="text" name="keywords" size="20" /> <input class="btnlite" type="submit" value="{L_GO}" />{S_SEARCH_LOCAL_HIDDEN_FIELDS}</form>

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/subsilver2/template/simple_footer.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 1
<!--
	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 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.

	The phpBB Group : 2006
//-->

<div id="wrapfooter">
	<span class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> &copy; 2000, 2002, 2005, 2007 phpBB Group</span>

#
#-----[ REPLACE WITH ]---------------------------------------------
#
<div id="wrapfooter">
	<span class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a>&reg; Forum Software &copy; phpBB Group</span>

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/subsilver2/template/simple_header.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 6
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />

#
#-----[ FIND ]---------------------------------------------
# Around Line 11
<meta name="copyright" content="2000, 2002, 2005, 2007 phpBB Group" />

#
#-----[ REPLACE WITH ]---------------------------------------------
# Just remove/delete the lines (replacing with an empty line)


#
#-----[ OPEN ]--------------------------------------------- 
#
styles/subsilver2/template/template.cfg

#
#-----[ FIND ]---------------------------------------------
# Around Line 17
#

# General Information about this template
name = subsilver2
copyright = &copy; phpBB Group, 2003

#
#-----[ FIND ]---------------------------------------------
# Around Line 22
version = 3.0.8

#
#-----[ REPLACE WITH ]---------------------------------------------
#
version = 3.0.9

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/subsilver2/template/ucp_pm_viewmessage_print.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 105
	<td colspan="2"><hr class="sep" />{MESSAGE}</td>
</tr>
</table>

<hr width="85%" />

#
#-----[ FIND ]---------------------------------------------
# Around Line 110
	The phpBB Group : 2006
// -->


#
#-----[ REPLACE WITH ]---------------------------------------------
# Just remove/delete the lines (replacing with an empty line)


#
#-----[ FIND ]---------------------------------------------
# Around Line 112
	<td colspan="2" align="center"><span class="gensmall">Powered by phpBB &copy; 2000, 2002, 2005, 2007 phpBB Group<br />http://www.phpbb.com/</span></td>

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	<td colspan="2" align="center"><span class="gensmall">Powered by phpBB&reg; Forum Software &copy; phpBB Group<br />http://www.phpbb.com/</span></td>

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/subsilver2/template/viewtopic_body.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 148
					<td class="gensmall" width="100%"><div style="float: {S_CONTENT_FLOW_BEGIN};">&nbsp;<b>{L_POST_SUBJECT}:</b> {postrow.POST_SUBJECT}</div><div style="float: {S_CONTENT_FLOW_END};"><!-- IF S_IS_BOT -->{postrow.MINI_POST_IMG}<!-- ELSE --><a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a><!-- ENDIF --><b>{L_POSTED}:</b> {postrow.POST_DATE}&nbsp;</div></td>

#
#-----[ REPLACE WITH ]---------------------------------------------
#
					<td class="gensmall" width="100%"><div style="float: {S_CONTENT_FLOW_BEGIN};">&nbsp;<b>{L_POST_SUBJECT}:</b> <a href="#p{postrow.POST_ID}">{postrow.POST_SUBJECT}</a></div><div style="float: {S_CONTENT_FLOW_END};"><!-- IF S_IS_BOT -->{postrow.MINI_POST_IMG}<!-- ELSE --><a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a><!-- ENDIF --><b>{L_POSTED}:</b> {postrow.POST_DATE}&nbsp;</div></td>

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/subsilver2/template/viewtopic_print.html

#
#-----[ FIND ]---------------------------------------------
# Around Line 119
	</tr>
	</table>
<!-- END postrow -->

<hr width="85%" />

#
#-----[ FIND ]---------------------------------------------
# Around Line 124
	The phpBB Group : 2006
// -->


#
#-----[ REPLACE WITH ]---------------------------------------------
# Just remove/delete the lines (replacing with an empty line)


#
#-----[ FIND ]---------------------------------------------
# Around Line 126
	<td colspan="2" align="center"><span class="gensmall">Powered by phpBB &copy; 2000, 2002, 2005, 2007 phpBB Group<br />http://www.phpbb.com/</span></td>

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	<td colspan="2" align="center"><span class="gensmall">Powered by phpBB&reg; Forum Software &copy; phpBB Group<br />http://www.phpbb.com/</span></td>

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/subsilver2/theme/stylesheet.css

#
#-----[ FIND ]---------------------------------------------
# Around Line 208
.postreported, .postreported a:visited, .postreported a:hover, .postreported a:link, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:visited, .postapprove a:hover, .postapprove a:link, .postapprove a:active {

#
#-----[ REPLACE WITH ]---------------------------------------------
#
.postreported, .postreported a:link, .postreported a:visited, .postreported a:hover, .postreported a:active {
	margin: 1px 0;
	color: red;
	font-weight:bold;
}

.postapprove, .postapprove a:link, .postapprove a:visited, .postapprove a:hover, .postapprove a:active {

#
#-----[ FIND ]---------------------------------------------
# Around Line 384
.rtl a {
	direction: rtl;
	unicode-bidi: embed;
}


#
#-----[ AFTER, ADD ]---------------------------------------------
#
/* CSS spec requires a:link, a:visited, a:hover and a:active rules to be specified in this order. */
/* See http://www.phpbb.com/bugs/phpbb3/59685 */

#
#-----[ FIND ]---------------------------------------------
# Around Line 384
a:link {
	color: #006597;
	text-decoration: none;
}


#
#-----[ FIND ]---------------------------------------------
# Around Line 389
a:active,

#
#-----[ REPLACE WITH ]---------------------------------------------
# Just remove/delete the lines (replacing with an empty line)


#
#-----[ FIND ]---------------------------------------------
# Around Line 401
a:hover {
	color: #D46400;
	text-decoration: underline;
}


#
#-----[ AFTER, ADD ]---------------------------------------------
#
a:active {
	color: #005784;
	text-decoration: none;
}


#
#-----[ OPEN ]--------------------------------------------- 
#
styles/subsilver2/theme/theme.cfg

#
#-----[ FIND ]---------------------------------------------
# Around Line 19
#

# General Information about this theme
name = subsilver2
copyright = &copy; phpBB Group, 2003

#
#-----[ FIND ]---------------------------------------------
# Around Line 24
version = 3.0.8

#
#-----[ REPLACE WITH ]---------------------------------------------
#
version = 3.0.9

# 
#-----[ SAVE/CLOSE ALL FILES ]------------------------------------------ 
# 
# EoM