############################################################## 
## Title: phpBB 3.0.11 to phpBB 3.0.12 subsilver2 Changes
## Author: naderman < naderman@phpbb.com > (Nils Adermann) http://www.phpbb.com 
## Description: 
##		
##		
##		These are the phpBB 3.0.11 to phpBB 3.0.12 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/captcha_qa.html
##		styles/subsilver2/template/login_forum.html
##		styles/subsilver2/template/report_body.html
##		styles/subsilver2/template/simple_footer.html
##		styles/subsilver2/template/template.cfg
##		styles/subsilver2/template/ucp_pm_history.html
##		styles/subsilver2/template/ucp_pm_viewmessage_print.html
##		styles/subsilver2/template/ucp_prefs_personal.html
##		styles/subsilver2/template/viewforum_body.html
##		styles/subsilver2/template/viewtopic_print.html
##		styles/subsilver2/theme/stylesheet.css
##		styles/subsilver2/theme/theme.cfg
##
## License: http://opensource.org/licenses/gpl-2.0.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.11

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

#
#-----[ 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.11

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

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 1
		<td class="row2"><input class="post" type="text" name="qa_answer" size="80"<!-- IF $CAPTCHA_TAB_INDEX --> tabindex="{$CAPTCHA_TAB_INDEX}"<!-- ENDIF --> /></td>

#
#-----[ REPLACE WITH ]---------------------------------------------
#
		<td class="row2"><input class="post" type="text" name="qa_answer" size="80"<!-- IF $CAPTCHA_TAB_INDEX --> tabindex="{$CAPTCHA_TAB_INDEX}"<!-- ENDIF --> />

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 1
<!-- INCLUDE overall_header.html -->

#
#-----[ AFTER, ADD ]---------------------------------------------
#

<!-- IF FORUM_NAME -->
	<div id="pageheader">
		<h2><a class="titles" href="{U_VIEW_FORUM}">{FORUM_NAME}</a></h2>
	</div>

	<br clear="all" /><br />
<!-- ENDIF -->

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 4

<table class="tablebg" width="100%" cellspacing="1">
<tr>
	<th colspan="2"><!-- IF S_REPORT_POST -->{L_REPORT_POST}<!-- ELSE -->{L_REPORT_MESSAGE}<!-- ENDIF --></th>
</tr>

#
#-----[ AFTER, ADD ]---------------------------------------------
#
<!-- IF ERROR -->
	<tr>
		<td class="row3" colspan="2" align="center"><span class="genmed error">{ERROR}</span></td>
	</tr>
<!-- ENDIF -->

#
#-----[ FIND ]---------------------------------------------
# Around Line 28
<!-- ENDIF -->
<tr>
	<td class="row1" valign="top"><span class="gen"><b>{L_MORE_INFO}:</b></span><br /><span class="gensmall">{L_CAN_LEAVE_BLANK}</span></td>
	<td class="row2"><textarea class="post" name="report_text" rows="10" cols="50">{REPORT_TEXT}</textarea></td>
</tr>

#
#-----[ AFTER, ADD ]---------------------------------------------
#
<!-- IF CAPTCHA_TEMPLATE -->
			<!-- INCLUDE {CAPTCHA_TEMPLATE} -->
<!-- ENDIF -->	

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 1

</div>

<div id="wrapfooter">

#
#-----[ FIND ]---------------------------------------------
# Around Line 5
	<span class="copyright">{CREDIT_LINE}

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	<span class="copyright">{CREDIT_LINE}</span>

#
#-----[ 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.11

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

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 35
							<td><div class="postbody">{history_row.MESSAGE}</div><div id="message_{history_row.MSG_ID}" style="display: none;">{history_row.DECODED_MESSAGE}</div></td>

#
#-----[ REPLACE WITH ]---------------------------------------------
#
							<td><div class="postbody"><!-- IF history_row.MESSAGE -->{history_row.MESSAGE}<!-- ELSE --><span class="error">{L_MESSAGE_REMOVED_FROM_OUTBOX}</span><!-- ENDIF --></div><div id="message_{history_row.MSG_ID}" style="display: none;">{history_row.DECODED_MESSAGE}</div></td>

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 112
	<td colspan="2" align="center"><span class="gensmall">Powered by phpBB&reg; Forum Software &copy; 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 />https://www.phpbb.com/</span></td>

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 59
<tr>
	<td class="row1" width="50%"><b class="genmed">{L_BOARD_LANGUAGE}:</b></td>
	<td class="row2"><select name="lang">{S_LANG_OPTIONS}</select></td>
</tr>
<!-- IF S_STYLE_OPTIONS -->

#
#-----[ REPLACE WITH ]---------------------------------------------
#
<!-- IF S_MORE_LANGUAGES -->
<tr>
	<td class="row1" width="50%"><b class="genmed">{L_BOARD_LANGUAGE}:</b></td>
	<td class="row2"><select name="lang">{S_LANG_OPTIONS}</select></td>
</tr>
<!-- ENDIF -->
<!-- IF S_STYLE_OPTIONS and S_MORE_STYLES -->

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 153
					<td align="{S_CONTENT_FLOW_END}" valign="middle"><!-- IF not S_IS_BOT and U_MARK_TOPICS --><a href="{U_MARK_TOPICS}">{L_MARK_TOPICS_READ}</a><!-- ENDIF -->&nbsp;</td>

#
#-----[ REPLACE WITH ]---------------------------------------------
#
					<td align="{S_CONTENT_FLOW_END}" valign="middle"><!-- IF not S_IS_BOT and U_MARK_TOPICS and .topicrow --><a href="{U_MARK_TOPICS}">{L_MARK_TOPICS_READ}</a><!-- ENDIF -->&nbsp;</td>

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 126
	<td colspan="2" align="center"><span class="gensmall">Powered by phpBB&reg; Forum Software &copy; 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 />https://www.phpbb.com/</span></td>

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 1
	Modified by:		phpBB Group ( http://www.phpbb.com/ )

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	Modified by:		phpBB Group ( https://www.phpbb.com/ )

#
#-----[ 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.11

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

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