############################################################## 
## Title: phpBB 3.0.6 to phpBB 3.0.7-PL1 prosilver Changes
## Author: naderman < naderman@phpbb.com > (Nils Adermann) http://www.phpbb.com 
## Description: 
##		
##		
##		These are the phpBB 3.0.6 to phpBB 3.0.7-PL1 prosilver 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/prosilver/imageset/imageset.cfg
##		styles/prosilver/style.cfg
##		styles/prosilver/template/captcha_recaptcha.html
##		styles/prosilver/template/editor.js
##		styles/prosilver/template/forum_fn.js
##		styles/prosilver/template/index_body.html
##		styles/prosilver/template/login_body.html
##		styles/prosilver/template/login_forum.html
##		styles/prosilver/template/mcp_post.html
##		styles/prosilver/template/overall_header.html
##		styles/prosilver/template/quickreply_editor.html
##		styles/prosilver/template/search_results.html
##		styles/prosilver/template/template.cfg
##		styles/prosilver/template/ucp_avatar_options.html
##		styles/prosilver/template/ucp_pm_viewmessage_print.html
##		styles/prosilver/template/viewforum_body.html
##		styles/prosilver/template/viewtopic_print.html
##		styles/prosilver/theme/bidi.css
##		styles/prosilver/theme/colours.css
##		styles/prosilver/theme/forms.css
##		styles/prosilver/theme/links.css
##		styles/prosilver/theme/theme.cfg
##
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2 
############################################################## 

#
#-----[ ABRIR ]--------------------------------------------- 
#

styles/prosilver/imageset/imageset.cfg

#
#-----[ BUSCAR ]---------------------------------------------
# Alrededor de la lnea 1

# @copyright (c) 2006 phpBB Group 
# @license http://opensource.org/licenses/gpl-license.php GNU Public License 

#
#-----[ REEMPLAZAR CON ]---------------------------------------------
#

# @copyright (c) 2006 phpBB Group
# @license http://opensource.org/licenses/gpl-license.php GNU Public License

#
#-----[ BUSCAR ]---------------------------------------------
# Alrededor de la lnea 9

copyright = &copy; phpBB Group, 2007
version = 3.0.6

#
#-----[ REEMPLAZAR CON ]---------------------------------------------
#

copyright = &copy; phpBB Group, 2007
version = 3.0.7

#
#-----[ ABRIR ]--------------------------------------------- 
#

styles/prosilver/style.cfg

#
#-----[ BUSCAR ]---------------------------------------------
# Alrededor de la lnea 1

# @copyright (c) 2005 phpBB Group 
# @license http://opensource.org/licenses/gpl-license.php GNU Public License 

#
#-----[ REEMPLAZAR CON ]---------------------------------------------
#

# @copyright (c) 2005 phpBB Group
# @license http://opensource.org/licenses/gpl-license.php GNU Public License

#
#-----[ BUSCAR ]---------------------------------------------
# Alrededor de la lnea 9

copyright = &copy; phpBB Group, 2007
version = 3.0.6

#
#-----[ REEMPLAZAR CON ]---------------------------------------------
#

copyright = &copy; phpBB Group, 2007
version = 3.0.7

#
#-----[ ABRIR ]--------------------------------------------- 
#

styles/prosilver/template/captcha_recaptcha.html

#
#-----[ BUSCAR ]---------------------------------------------
# Alrededor de la lnea 13

	<dt><label>{L_CONFIRM_CODE}</label>:<br /><span>{L_RECAPTCHA_EXPLAIN}</span></dt>
	<dd>
		<script type="text/javascript">
		// <![CDATA[
		var RecaptchaOptions = {

#
#-----[ BUSCAR ]---------------------------------------------
# Alrededor de la lnea 18

			lang : '{L_RECAPTCHA_LANG}',

#
#-----[ REEMPLAZAR CON ]---------------------------------------------
#

			lang : '{LA_RECAPTCHA_LANG}',

#
#-----[ ABRIR ]--------------------------------------------- 
#

styles/prosilver/template/editor.js

#
#-----[ BUSCAR ]---------------------------------------------
# Alrededor de la lnea 321

	txtarea.selectionStart = selEnd + open.length + close.length;
	txtarea.selectionEnd = txtarea.selectionStart;

#
#-----[ REEMPLAZAR CON ]---------------------------------------------
#

	txtarea.selectionStart = selStart + open.length;
	txtarea.selectionEnd = selEnd + open.length;

#
#-----[ ABRIR ]--------------------------------------------- 
#

styles/prosilver/template/forum_fn.js

#
#-----[ BUSCAR ]---------------------------------------------
# Alrededor de la lnea 396

		$('form input').live('keypress', function (e)
		{
			var default_button = $(this).parents('form').find('input[type=submit].default-submit-action');

#
#-----[ REEMPLAZAR CON ]---------------------------------------------
#

		jQuery('form input[type=text], form input[type=password]').live('keypress', function (e)
		{
			var default_button = jQuery(this).parents('form').find('input[type=submit].default-submit-action');

#
#-----[ BUSCAR ]---------------------------------------------
# Alrededor de la lnea 422

		if (element.type == 'hidden')
			continue;

		// onkeydown is possible too
		element.onkeypress = function (evt) { submit_default_button((evt || window.event), this, 'default-submit-action'); }; 

#
#-----[ REEMPLAZAR CON ]---------------------------------------------
#

		if (element.type == 'text' || element.type == 'password')
		{
			// onkeydown is possible too
			element.onkeypress = function (evt) { submit_default_button((evt || window.event), this, 'default-submit-action'); };
		}

#
#-----[ ABRIR ]--------------------------------------------- 
#

styles/prosilver/template/index_body.html

#
#-----[ BUSCAR ]---------------------------------------------
# Alrededor de la lnea 22

			<label for="password">{L_PASSWORD}:</label>&nbsp;<input type="password" name="password" id="password" size="10" class="inputbox" title="{L_PASSWORD}" />
			<!-- IF S_AUTOLOGIN_ENABLED -->
				| <label for="autologin">{L_LOG_ME_IN} <input type="checkbox" name="autologin" id="autologin" /></label>
			<!-- ENDIF -->
			<input type="submit" name="login" value="{L_LOGIN}" class="button2" />

#
#-----[ AADIR DESPUES ]---------------------------------------------
#

			{S_LOGIN_REDIRECT}

#
#-----[ ABRIR ]--------------------------------------------- 
#

styles/prosilver/template/login_body.html

#
#-----[ BUSCAR ]---------------------------------------------
# Alrededor de la lnea 34

		<dl>
			<dt>&nbsp;</dt>
			<dd>{S_HIDDEN_FIELDS}<input type="submit" name="login" tabindex="6" value="{L_LOGIN}" class="button1" /></dd>
		</dl>

#
#-----[ AADIR DESPUES ]---------------------------------------------
#

		{S_LOGIN_REDIRECT}

#
#-----[ ABRIR ]--------------------------------------------- 
#

styles/prosilver/template/login_forum.html

#
#-----[ BUSCAR ]---------------------------------------------
# Alrededor de la lnea 22

	</dl>
	<dl class="fields2">
		<dt>&nbsp;</dt>
		<dd>{S_HIDDEN_FIELDS}<input type="submit" name="login" id="login" class="button1" value="{L_LOGIN}" tabindex="2" /></dd>
	</dl>

#
#-----[ AADIR DESPUES ]---------------------------------------------
#

	{S_LOGIN_REDIRECT}

#
#-----[ ABRIR ]--------------------------------------------- 
#

styles/prosilver/template/mcp_post.html

#
#-----[ BUSCAR ]---------------------------------------------
# Alrededor de la lnea 101

			<div id="sig{POST_ID}" class="signature">{SIGNATURE}</div>
		<!-- ENDIF -->

		<!-- IF S_MCP_REPORT and S_CAN_VIEWIP -->
			<hr />

#
#-----[ BUSCAR ]---------------------------------------------
# Alrededor de la lnea 106

			<div>{L_THIS_POST_IP}: <!-- IF U_WHOIS -->

#
#-----[ REEMPLAZAR CON ]---------------------------------------------
#

			<div><!-- IF S_PM -->{L_THIS_PM_IP}<!-- ELSE -->{L_THIS_POST_IP}<!-- ENDIF -->: <!-- IF U_WHOIS -->

#
#-----[ ABRIR ]--------------------------------------------- 
#

styles/prosilver/template/overall_header.html

#
#-----[ BUSCAR ]---------------------------------------------
# Alrededor de la lnea 14

	<link rel="alternate" type="application/atom+xml" title="{L_FEED} - {SITENAME}" href="{U_FEED}" />
	<!-- IF S_ENABLE_FEEDS_NEWS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_NEWS}" href="{U_FEED}?mode=news" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_FORUMS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_ALL_FORUMS}" href="{U_FEED}?mode=forums" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_TOPICS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_ALL_TOPICS}" href="{U_FEED}?mode=topics" /><!-- ENDIF -->

#
#-----[ REEMPLAZAR CON ]---------------------------------------------
#

	<!-- IF S_ENABLE_FEEDS_OVERALL --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {SITENAME}" href="{U_FEED}" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_NEWS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_NEWS}" href="{U_FEED}?mode=news" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_FORUMS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_ALL_FORUMS}" href="{U_FEED}?mode=forums" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_TOPICS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_NEW}" href="{U_FEED}?mode=topics" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_TOPICS_ACTIVE --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_ACTIVE}" href="{U_FEED}?mode=topics_active" /><!-- ENDIF -->

#
#-----[ ABRIR ]--------------------------------------------- 
#

styles/prosilver/template/quickreply_editor.html

#
#-----[ BUSCAR ]---------------------------------------------
# Alrededor de la lnea 22

</script>
<noscript>
	<form method="post" action="{U_QR_ACTION}">
		<div class="panel" id="qr_ns_editor_div">
			<div class="inner"><span class="corners-top"><span></span></span>

#
#-----[ BUSCAR ]---------------------------------------------
# Alrededor de la lnea 27

				<div class="content">

#
#-----[ REEMPLAZAR CON ]---------------------------------------------
# Quite/elimine la lnea (reemplazndola por una lnea vaca)

#
#-----[ BUSCAR ]---------------------------------------------
# Alrededor de la lnea 38

						{S_FORM_TOKEN}
						{QR_HIDDEN_FIELDS}
						<input type="submit" accesskey="s" tabindex="6" name="post" value="{L_SUBMIT}" class="button1" />&nbsp;
						<input type="submit" accesskey="f" tabindex="7" name="full_editor" value="{L_FULL_EDITOR}" class="button2" />&nbsp;
					</fieldset>

#
#-----[ BUSCAR ]---------------------------------------------
# Alrededor de la lnea 43

				</div>

#
#-----[ REEMPLAZAR CON ]---------------------------------------------
# Quite/elimine la lnea (reemplazndola por una lnea vaca)

#
#-----[ BUSCAR ]---------------------------------------------
# Alrededor de la lnea 45

	</form>
</noscript>
<form method="post" action="{U_QR_ACTION}">
	<div class="panel" style="display: none" id="qr_editor_div">
		<div class="inner"><span class="corners-top"><span></span></span>

#
#-----[ BUSCAR ]---------------------------------------------
# Alrededor de la lnea 50

			<div class="content">

#
#-----[ REEMPLAZAR CON ]---------------------------------------------
# Quite/elimine la lnea (reemplazndola por una lnea vaca)

#
#-----[ BUSCAR ]---------------------------------------------
# Alrededor de la lnea 62

					{QR_HIDDEN_FIELDS}
					<input type="submit" accesskey="s" tabindex="6" name="post" value="{L_SUBMIT}" class="button1" />&nbsp;
					<input type="submit" accesskey="f" tabindex="6" name="full_editor" value="{L_FULL_EDITOR}" class="button2" />&nbsp;
				</fieldset>
				<a href="" class="right-box up" onclick="hide_qr(false); return false;" title="{L_COLLAPSE_QR}">{L_COLLAPSE_QR}</a>

#
#-----[ BUSCAR ]---------------------------------------------
# Alrededor de la lnea 67

			</div>

#
#-----[ REEMPLAZAR CON ]---------------------------------------------
# Quite/elimine la lnea (reemplazndola por una lnea vaca)

#
#-----[ ABRIR ]--------------------------------------------- 
#

styles/prosilver/template/search_results.html

#
#-----[ BUSCAR ]---------------------------------------------
# Alrededor de la lnea 136

			<label>{S_SELECT_SORT_DIR} <!-- ELSE --></label><!-- ENDIF --><input type="submit" name="sort" value="{L_GO}" class="button2" /></label>

#
#-----[ REEMPLAZAR CON ]---------------------------------------------
#

			<label>{S_SELECT_SORT_DIR}<!-- ENDIF --> <input type="submit" name="sort" value="{L_GO}" class="button2" /></label>

#
#-----[ ABRIR ]--------------------------------------------- 
#

styles/prosilver/template/template.cfg

#
#-----[ BUSCAR ]---------------------------------------------
# Alrededor de la lnea 1

# @copyright (c) 2006 phpBB Group 
# @license http://opensource.org/licenses/gpl-license.php GNU Public License 

#
#-----[ REEMPLAZAR CON ]---------------------------------------------
#

# @copyright (c) 2006 phpBB Group
# @license http://opensource.org/licenses/gpl-license.php GNU Public License

#
#-----[ BUSCAR ]---------------------------------------------
# Alrededor de la lnea 9

copyright = &copy; phpBB Group, 2007
version = 3.0.6

#
#-----[ REEMPLAZAR CON ]---------------------------------------------
#

copyright = &copy; phpBB Group, 2007
version = 3.0.7

#
#-----[ ABRIR ]--------------------------------------------- 
#

styles/prosilver/template/ucp_avatar_options.html

#
#-----[ BUSCAR ]---------------------------------------------
# Alrededor de la lnea 33

				<label for="width"><input type="text" name="width" id="width" size="3" value="{AVATAR_WIDTH}" class="inputbox autowidth" /> px</label> &times;&nbsp; 
				<label for="height"><input type="text" name="height" id="height" size="3" value="{AVATAR_HEIGHT}" class="inputbox autowidth" /> px</label>

#
#-----[ REEMPLAZAR CON ]---------------------------------------------
#

				<label for="width"><input type="text" name="width" id="width" size="3" value="{AVATAR_WIDTH}" class="inputbox autowidth" /> {L_PIXEL}</label> &times;&nbsp; 
				<label for="height"><input type="text" name="height" id="height" size="3" value="{AVATAR_HEIGHT}" class="inputbox autowidth" /> {L_PIXEL}</label>

#
#-----[ ABRIR ]--------------------------------------------- 
#

styles/prosilver/template/ucp_pm_viewmessage_print.html

#
#-----[ BUSCAR ]---------------------------------------------
# Alrededor de la lnea 81

			<!-- IF to_recipient.COLOUR --><span style="color:{to_recipient.COLOUR}"><!-- ELSE --><span<!-- IF to_recipient.IS_GROUP --> class="sep"<!-- ENDIF -->><!-- ENDIF -->{to_recipient.NAME}</span>&nbsp;

#
#-----[ REEMPLAZAR CON ]---------------------------------------------
#

			<span<!-- IF to_recipient.IS_GROUP --> class="sep"<!-- ENDIF -->>{to_recipient.NAME}</span>&nbsp;

#
#-----[ ABRIR ]--------------------------------------------- 
#

styles/prosilver/template/viewforum_body.html

#
#-----[ BUSCAR ]---------------------------------------------
# Alrededor de la lnea 4

	<!-- IF MODERATORS --><strong><!-- IF S_SINGLE_MODERATOR -->{L_MODERATOR}<!-- ELSE -->{L_MODERATORS}<!-- ENDIF -->:</strong> {MODERATORS}<!-- ENDIF -->

#
#-----[ REEMPLAZAR CON ]---------------------------------------------
#

	<!-- IF MODERATORS --><p><strong><!-- IF S_SINGLE_MODERATOR -->{L_MODERATOR}<!-- ELSE -->{L_MODERATORS}<!-- ENDIF -->:</strong> {MODERATORS}</p><!-- ENDIF -->

#
#-----[ BUSCAR ]---------------------------------------------
# Alrededor de la lnea 98

				</dl>
				<dl>
					<dt>&nbsp;</dt>
					<dd><input type="submit" name="login" tabindex="5" value="{L_LOGIN}" class="button1" /></dd>
				</dl>

#
#-----[ AADIR DESPUES ]---------------------------------------------
#

				{S_LOGIN_REDIRECT}

#
#-----[ ABRIR ]--------------------------------------------- 
#

styles/prosilver/template/viewtopic_print.html

#
#-----[ BUSCAR ]---------------------------------------------
# Alrededor de la lnea 34

				<div class="author">{L_POST_BY_AUTHOR} <strong<!-- IF postrow.POST_AUTHOR_COLOUR --> style="color: {postrow.POST_AUTHOR_COLOUR}"<!-- ENDIF -->>{postrow.POST_AUTHOR}</strong></div>

#
#-----[ REEMPLAZAR CON ]---------------------------------------------
#

				<div class="author">{L_POST_BY_AUTHOR} <strong>{postrow.POST_AUTHOR}</strong></div>

#
#-----[ ABRIR ]--------------------------------------------- 
#

styles/prosilver/theme/bidi.css

#
#-----[ BUSCAR ]---------------------------------------------
# Alrededor de la lnea 223

/* Back to top of page */
.rtl .back2top {
	text-align: left;
}

#
#-----[ AADIR DESPUES ]---------------------------------------------
#

/* Links adjustment to correctly display an order of rtl/ltr mixed content */
.rtl a {
	direction: rtl;
	unicode-bidi: embed;
}

#
#-----[ BUSCAR ]---------------------------------------------
# Alrededor de la lnea 375

/* BB Code styles
----------------------------------------*/
/* Quote block */
.rtl blockquote {
	margin: 0.5em 25px 0 1px;

#
#-----[ BUSCAR ]---------------------------------------------
# Alrededor de la lnea 380

	background-position: 99% 5px;

#
#-----[ REEMPLAZAR CON ]---------------------------------------------
#

	background-position: 99% 8px;

#
#-----[ ABRIR ]--------------------------------------------- 
#

styles/prosilver/theme/colours.css

#
#-----[ BUSCAR ]---------------------------------------------
# Alrededor de la lnea 794

	background-image: url("{T_THEME_PATH}/images/bg_menu_rtl.gif");
	background-position: 0 100%;
}

#navigation a:hover {

#
#-----[ AADIR DESPUES ]---------------------------------------------
#

	background-image: none;

#
#-----[ ABRIR ]--------------------------------------------- 
#

styles/prosilver/theme/forms.css

#
#-----[ BUSCAR ]---------------------------------------------
# Alrededor de la lnea 314

	width: auto !important;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #000;

#
#-----[ BUSCAR ]---------------------------------------------
# Alrededor de la lnea 319

	background: #FAFAFA none repeat-x top;

#
#-----[ REEMPLAZAR CON ]---------------------------------------------
#

	background: #FAFAFA none repeat-x top left;

#
#-----[ ABRIR ]--------------------------------------------- 
#

styles/prosilver/theme/links.css

#
#-----[ BUSCAR ]---------------------------------------------
# Alrededor de la lnea 1

/* proSilver Link Styles
---------------------------------------- */

#
#-----[ AADIR DESPUES ]---------------------------------------------
#

/* Links adjustment to correctly display an order of rtl/ltr mixed content */
a {
	direction: ltr;
	unicode-bidi: embed;
}

#
#-----[ ABRIR ]--------------------------------------------- 
#

styles/prosilver/theme/theme.cfg

#
#-----[ BUSCAR ]---------------------------------------------
# Alrededor de la lnea 1

# @copyright (c) 2006 phpBB Group 
# @license http://opensource.org/licenses/gpl-license.php GNU Public License 

#
#-----[ REEMPLAZAR CON ]---------------------------------------------
#

# @copyright (c) 2006 phpBB Group
# @license http://opensource.org/licenses/gpl-license.php GNU Public License

#
#-----[ BUSCAR ]---------------------------------------------
# Alrededor de la lnea 9

copyright = &copy; phpBB Group, 2007
version = 3.0.6

#
#-----[ REEMPLAZAR CON ]---------------------------------------------
#

copyright = &copy; phpBB Group, 2007
version = 3.0.7

# 
#-----[ GUARDAR/CERRAR TODOS LOS ARCHIVOS ]------------------------------------------ 
# 
# EoM