############################################################## 
## Title: phpBB 3.0.10 to phpBB 3.0.11 subsilver2 Changes
## Author: naderman < naderman@phpbb.com > (Nils Adermann) http://www.phpbb.com 
## Description: 
##		
##		
##		These are the phpBB 3.0.10 to phpBB 3.0.11 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_default.html
##		styles/subsilver2/template/captcha_qa.html
##		styles/subsilver2/template/editor.js
##		styles/subsilver2/template/faq_body.html
##		styles/subsilver2/template/login_body.html
##		styles/subsilver2/template/mcp_topic.html
##		styles/subsilver2/template/overall_footer.html
##		styles/subsilver2/template/posting_body.html
##		styles/subsilver2/template/posting_buttons.html
##		styles/subsilver2/template/simple_footer.html
##		styles/subsilver2/template/template.cfg
##		styles/subsilver2/template/ucp_header.html
##		styles/subsilver2/template/ucp_main_front.html
##		styles/subsilver2/template/ucp_profile_reg_details.html
##		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.10

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

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

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

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 10
		<td class="row2"><input class="post" type="text" name="confirm_code" size="8" maxlength="8" />

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

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 1
		<td class="row2"><input class="post" type="text" name="qa_answer" size="80" /></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 --> /></td>

#
#-----[ OPEN ]--------------------------------------------- 
#
styles/subsilver2/template/editor.js

#
#-----[ FIND ]---------------------------------------------
# Around Line 219
		divarea = document.getElementById(message_name);
	}

	// Get text selection - not only the post content :(
	// IE9 must use the document.selection method but has the *.getSelection so we just force no IE

#
#-----[ FIND ]---------------------------------------------
# Around Line 224
	if (window.getSelection && !is_ie)

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	if (window.getSelection && !is_ie && !window.opera)

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 11
				<span class="gen"><a class="postlink" href="#f{faq_block.S_ROW_COUNT}r{faq_block.faq_row.S_ROW_COUNT}">{faq_block.faq_row.FAQ_QUESTION}</a></span><br />

#
#-----[ REPLACE WITH ]---------------------------------------------
#
				<span class="gen"><a href="#f{faq_block.S_ROW_COUNT}r{faq_block.faq_row.S_ROW_COUNT}">{faq_block.faq_row.FAQ_QUESTION}</a></span><br />

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 66
</tr>

<!-- IF CAPTCHA_TEMPLATE and S_CONFIRM_CODE -->
</table>
<table class="tablebg" width="100%" cellspacing="1">

#
#-----[ FIND ]---------------------------------------------
# Around Line 71
		

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	<!-- DEFINE $CAPTCHA_TAB_INDEX = 4 -->

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 133
		<!-- IF S_CAN_APPROVE --><option value="approve">{L_APPROVE_POSTS}</option><!-- ENDIF -->
		<!-- IF S_CAN_LOCK --><option value="lock_post">{L_LOCK_POST_POSTS} [ {L_LOCK_POST_EXPLAIN} ]</option><option value="unlock_post">{L_UNLOCK_POST_POSTS}</option><!-- ENDIF -->
		<!-- IF S_CAN_DELETE --><option value="delete_post">{L_DELETE_POSTS}</option><!-- ENDIF -->
		<!-- IF S_CAN_MERGE --><option value="merge_posts"<!-- IF ACTION eq 'merge' --> selected="selected"<!-- ENDIF -->>{L_MERGE_POSTS}</option><!-- ENDIF -->
		<!-- IF S_CAN_SPLIT --><option value="split_all"<!-- IF ACTION eq 'split' --> selected="selected"<!-- ENDIF -->>{L_SPLIT_POSTS}</option><option value="split_beyond">{L_SPLIT_AFTER}</option><!-- ENDIF -->

#
#-----[ AFTER, ADD ]---------------------------------------------
#
		<!-- IF S_CAN_SYNC --><option value="resync">{L_RESYNC}</option><!-- ENDIF -->

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 1
	<span class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a>&reg; Forum Software &copy; phpBB Group

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

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 125
				<td><input type="radio" class="radio" name="icon" value="0"{S_NO_ICON_CHECKED} /><span class="genmed"><!-- IF S_SHOW_TOPIC_ICONS -->{L_NO_TOPIC_ICON}<!-- ELSE -->{L_NO_PM_ICON}<!-- ENDIF --></span> <!-- BEGIN topic_icon --><span style="white-space: nowrap;"><input type="radio" class="radio" name="icon" value="{topic_icon.ICON_ID}"{topic_icon.S_ICON_CHECKED} /><img src="{topic_icon.ICON_IMG}" width="{topic_icon.ICON_WIDTH}" height="{topic_icon.ICON_HEIGHT}" alt="" title="" hspace="2" vspace="2" /></span> <!-- END topic_icon --></td>

#
#-----[ REPLACE WITH ]---------------------------------------------
#
				<td><input type="radio" class="radio" name="icon" value="0"{S_NO_ICON_CHECKED} tabindex="1" /><span class="genmed"><!-- IF S_SHOW_TOPIC_ICONS -->{L_NO_TOPIC_ICON}<!-- ELSE -->{L_NO_PM_ICON}<!-- ENDIF --></span> <!-- BEGIN topic_icon --><span style="white-space: nowrap;"><input type="radio" class="radio" name="icon" value="{topic_icon.ICON_ID}"{topic_icon.S_ICON_CHECKED} tabindex="1" /><img src="{topic_icon.ICON_IMG}" width="{topic_icon.ICON_WIDTH}" height="{topic_icon.ICON_HEIGHT}" alt="" title="" hspace="2" vspace="2" /></span> <!-- END topic_icon --></td>

#
#-----[ FIND ]---------------------------------------------
# Around Line 331
		<td class="row2"><input class="post" type="text" name="edit_reason" size="50" value="{EDIT_REASON}" /></td>
	</tr>
<!-- ENDIF -->

		<!-- IF CAPTCHA_TEMPLATE and S_CONFIRM_CODE -->

#
#-----[ AFTER, ADD ]---------------------------------------------
#
		<!-- DEFINE $CAPTCHA_TAB_INDEX = 4 -->

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 14
			i: '{LA_BBCODE_I_HELP}',
			u: '{LA_BBCODE_U_HELP}',
			q: '{LA_BBCODE_Q_HELP}',
			c: '{LA_BBCODE_C_HELP}',
			l: '{LA_BBCODE_L_HELP}',

#
#-----[ AFTER, ADD ]---------------------------------------------
#
			e: '{LA_BBCODE_LISTITEM_HELP}',

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 1
	<span class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a>&reg; Forum Software &copy; phpBB Group</span>

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	<span class="copyright">{CREDIT_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.10


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

# Template inheritance
# See http://blog.phpbb.com/2008/07/31/templating-just-got-easier/
# Set value to empty to ignore template inheritance
inherit_from = subsilver2

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 24
			<td class="row2"><textarea name="username_list" rows="5" cols="22"></textarea><br />

#
#-----[ REPLACE WITH ]---------------------------------------------
#
			<td class="row2"><textarea name="username_list" rows="5" cols="22" tabindex="1"></textarea><br />

#
#-----[ FIND ]---------------------------------------------
# Around Line 39
			<td class="row1"><div style="float: {S_CONTENT_FLOW_BEGIN};">&nbsp;<input class="post" type="submit" name="add_bcc" value="{L_ADD_BCC}" />&nbsp;</div><div style="float: {S_CONTENT_FLOW_END};">&nbsp;<input class="post" type="submit" name="add_to" value="{L_ADD_TO}" />&nbsp;</div></td>

#
#-----[ REPLACE WITH ]---------------------------------------------
#
			<td class="row1"><div style="float: {S_CONTENT_FLOW_BEGIN};">&nbsp;<input class="post" type="submit" name="add_bcc" value="{L_ADD_BCC}" tabindex="1" />&nbsp;</div><div style="float: {S_CONTENT_FLOW_END};">&nbsp;<input class="post" type="submit" name="add_to" value="{L_ADD_TO}" tabindex="1" />&nbsp;</div></td>

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 46
				<td><!-- IF ACTIVE_FORUM --><b><a class="gen" href="{U_ACTIVE_FORUM}">{ACTIVE_FORUM}</a></b><br /><span class="genmed">[ {ACTIVE_FORUM_POSTS} / {ACTIVE_FORUM_PCT} ]</span><!-- ELSE --><span class="gen">-</span><!-- ENDIF --></td>
			</tr>
			<tr>
				<td align="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap"><b class="genmed">{L_ACTIVE_IN_TOPIC}: </b></td>
				<td><!-- IF ACTIVE_TOPIC --><b><a class="gen" href="{U_ACTIVE_TOPIC}">{ACTIVE_TOPIC}</a></b><br /><span class="genmed">[ {ACTIVE_TOPIC_POSTS} / {ACTIVE_TOPIC_PCT} ]</span><!-- ELSE --><span class="gen">-</span><!-- ENDIF --></td>

#
#-----[ REPLACE WITH ]---------------------------------------------
#
				<td><!-- IF ACTIVE_FORUM != '' --><b><a class="gen" href="{U_ACTIVE_FORUM}">{ACTIVE_FORUM}</a></b><br /><span class="genmed">[ {ACTIVE_FORUM_POSTS} / {ACTIVE_FORUM_PCT} ]</span><!-- ELSE --><span class="gen">-</span><!-- ENDIF --></td>
			</tr>
			<tr>
				<td align="{S_CONTENT_FLOW_END}" valign="top" nowrap="nowrap"><b class="genmed">{L_ACTIVE_IN_TOPIC}: </b></td>
				<td><!-- IF ACTIVE_TOPIC != '' --><b><a class="gen" href="{U_ACTIVE_TOPIC}">{ACTIVE_TOPIC}</a></b><br /><span class="genmed">[ {ACTIVE_TOPIC_POSTS} / {ACTIVE_TOPIC_PCT} ]</span><!-- ELSE --><span class="gen">-</span><!-- ENDIF --></td>

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

#
#-----[ FIND ]---------------------------------------------
# Around Line 40
	<td class="row1" width="35%"><b class="genmed">{L_CURRENT_PASSWORD}: </b><br /><span class="gensmall">{L_CURRENT_PASSWORD_EXPLAIN}</span></td>

#
#-----[ REPLACE WITH ]---------------------------------------------
#
	<td class="row1" width="35%"><b class="genmed">{L_CURRENT_PASSWORD}: </b><br /><span class="gensmall"><!-- IF S_CHANGE_PASSWORD -->{L_CURRENT_CHANGE_PASSWORD_EXPLAIN}<!-- ELSE -->{L_CURRENT_PASSWORD_EXPLAIN}<!-- ENDIF --></span></td>

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

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

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