Last active
February 28, 2016 14:55
-
-
Save nickvergessen/edf9dc36f2f670cc88e3 to your computer and use it in GitHub Desktop.
style changes 3.1.8-RC1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/phpBB/styles/prosilver/style.cfg b/phpBB/styles/prosilver/style.cfg | |
index f1a34bc..b4bd158 100644 | |
--- a/phpBB/styles/prosilver/style.cfg | |
+++ b/phpBB/styles/prosilver/style.cfg | |
@@ -21,8 +21,8 @@ | |
# General Information about this style | |
name = prosilver | |
copyright = © phpBB Limited, 2007 | |
-style_version = 3.1.7 | |
-phpbb_version = 3.1.7 | |
+style_version = 3.1.8 | |
+phpbb_version = 3.1.8 | |
# Defining a different template bitfield | |
# template_bitfield = lNg= | |
diff --git a/phpBB/styles/prosilver/template/memberlist_im.html b/phpBB/styles/prosilver/template/memberlist_im.html | |
index bc71aa0..874607d 100644 | |
--- a/phpBB/styles/prosilver/template/memberlist_im.html | |
+++ b/phpBB/styles/prosilver/template/memberlist_im.html | |
@@ -9,6 +9,10 @@ | |
<p>{L_SEND_IM_EXPLAIN}</p> | |
+ <!-- IF S_SENT_JABBER --> | |
+ <p>{L_IM_SENT_JABBER}</p> | |
+ <!-- ENDIF --> | |
+ | |
<fieldset> | |
<dl class="fields2"> | |
<dt><label>{L_IM_RECIPIENT}{L_COLON}</label></dt> | |
@@ -24,10 +28,6 @@ | |
<dt> </dt> | |
<dd><input class="button1" name="submit" type="submit" value="{L_IM_SEND}" /></dd> | |
</dl> | |
- <dl class="fields2"> | |
- <dt> </dt> | |
- <dd>{L_IM_SENT_JABBER}</dd> | |
- </dl> | |
<!-- ELSE IF S_NO_SEND_JABBER --> | |
<dl class="fields2"> | |
<dt> </dt> | |
diff --git a/phpBB/styles/prosilver/template/navbar_header.html b/phpBB/styles/prosilver/template/navbar_header.html | |
index faf48e0..e948e2e 100644 | |
--- a/phpBB/styles/prosilver/template/navbar_header.html | |
+++ b/phpBB/styles/prosilver/template/navbar_header.html | |
@@ -46,6 +46,7 @@ | |
<!-- IF U_MCP --><li class="small-icon icon-mcp" data-last-responsive="true"><a href="{U_MCP}" title="{L_MCP}" role="menuitem">{L_MCP_SHORT}</a></li><!-- ENDIF --> | |
<!-- IF S_REGISTERED_USER --> | |
+ <!-- EVENT navbar_header_user_profile_prepend --> | |
<li id="username_logged_in" class="rightside <!-- IF CURRENT_USER_AVATAR --> no-bulletin<!-- ENDIF -->" data-skip-responsive="true"> | |
<!-- EVENT navbar_header_username_prepend --> | |
<div class="header-profile dropdown-container"> | |
@@ -80,6 +81,7 @@ | |
<!-- INCLUDE notification_dropdown.html --> | |
</li> | |
<!-- ENDIF --> | |
+ <!-- EVENT navbar_header_user_profile_append --> | |
<!-- ELSE --> | |
<li class="small-icon icon-logout rightside" data-skip-responsive="true"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="x" role="menuitem">{L_LOGIN_LOGOUT}</a></li> | |
<!-- IF S_REGISTER_ENABLED and not (S_SHOW_COPPA or S_REGISTRATION) --> | |
diff --git a/phpBB/styles/prosilver/template/overall_footer.html b/phpBB/styles/prosilver/template/overall_footer.html | |
index ecba72f..ff54f3a 100644 | |
--- a/phpBB/styles/prosilver/template/overall_footer.html | |
+++ b/phpBB/styles/prosilver/template/overall_footer.html | |
@@ -37,7 +37,7 @@ | |
</div> | |
<script type="text/javascript" src="{T_JQUERY_LINK}"></script> | |
-<!-- IF S_ALLOW_CDN --><script type="text/javascript">window.jQuery || document.write(unescape('%3Cscript src="{T_ASSETS_PATH}/javascript/jquery.min.js?assets_version={T_ASSETS_VERSION}" type="text/javascript"%3E%3C/script%3E'));</script><!-- ENDIF --> | |
+<!-- IF S_ALLOW_CDN --><script type="text/javascript">window.jQuery || document.write('\x3Cscript src="{T_ASSETS_PATH}/javascript/jquery.min.js?assets_version={T_ASSETS_VERSION}">\x3C/script>');</script><!-- ENDIF --> | |
<script type="text/javascript" src="{T_ASSETS_PATH}/javascript/core.js?assets_version={T_ASSETS_VERSION}"></script> | |
<!-- INCLUDEJS forum_fn.js --> | |
<!-- INCLUDEJS ajax.js --> | |
diff --git a/phpBB/styles/prosilver/template/simple_footer.html b/phpBB/styles/prosilver/template/simple_footer.html | |
index 123f899..77980a9 100644 | |
--- a/phpBB/styles/prosilver/template/simple_footer.html | |
+++ b/phpBB/styles/prosilver/template/simple_footer.html | |
@@ -21,7 +21,7 @@ | |
</div> | |
<script type="text/javascript" src="{T_JQUERY_LINK}"></script> | |
-<!-- IF S_ALLOW_CDN --><script type="text/javascript">window.jQuery || document.write(unescape('%3Cscript src="{T_ASSETS_PATH}/javascript/jquery.min.js?assets_version={T_ASSETS_VERSION}" type="text/javascript"%3E%3C/script%3E'));</script><!-- ENDIF --> | |
+<!-- IF S_ALLOW_CDN --><script type="text/javascript">window.jQuery || document.write('\x3Cscript src="{T_ASSETS_PATH}/javascript/jquery.min.js?assets_version={T_ASSETS_VERSION}">\x3C/script>');</script><!-- ENDIF --> | |
<script type="text/javascript" src="{T_ASSETS_PATH}/javascript/core.js?assets_version={T_ASSETS_VERSION}"></script> | |
<!-- INCLUDEJS forum_fn.js --> | |
<!-- INCLUDEJS ajax.js --> | |
diff --git a/phpBB/styles/prosilver/template/ucp_prefs_personal.html b/phpBB/styles/prosilver/template/ucp_prefs_personal.html | |
index c8b028f..4cd9f66 100644 | |
--- a/phpBB/styles/prosilver/template/ucp_prefs_personal.html | |
+++ b/phpBB/styles/prosilver/template/ucp_prefs_personal.html | |
@@ -70,7 +70,7 @@ | |
{S_DATEFORMAT_OPTIONS} | |
</select> | |
</dd> | |
- <dd id="custom_date" style="display:none;"><input type="text" name="dateformat" id="dateformat" value="{DATE_FORMAT}" maxlength="30" class="inputbox narrow" style="margin-top: 3px;" /></dd> | |
+ <dd id="custom_date" style="display:none;"><input type="text" name="dateformat" id="dateformat" value="{DATE_FORMAT}" maxlength="64" class="inputbox narrow" style="margin-top: 3px;" /></dd> | |
</dl> | |
<!-- EVENT ucp_prefs_personal_append --> | |
</fieldset> | |
diff --git a/phpBB/styles/prosilver/template/viewtopic_body.html b/phpBB/styles/prosilver/template/viewtopic_body.html | |
index e2dcc49..d2a253b 100644 | |
--- a/phpBB/styles/prosilver/template/viewtopic_body.html | |
+++ b/phpBB/styles/prosilver/template/viewtopic_body.html | |
@@ -331,7 +331,9 @@ | |
</div> | |
- <div class="back2top"><a href="#top" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a></div> | |
+ <!-- EVENT viewtopic_body_postrow_back2top_before --> | |
+ <div class="back2top"><!-- EVENT viewtopic_body_postrow_back2top_prepend --><a href="#top" class="top" title="{L_BACK_TO_TOP}">{L_BACK_TO_TOP}</a><!-- EVENT viewtopic_body_postrow_back2top_append --></div> | |
+ <!-- EVENT viewtopic_body_postrow_back2top_after --> | |
</div> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/phpBB/styles/subsilver2/style.cfg b/phpBB/styles/subsilver2/style.cfg | |
index 77cea1a..96d967b 100644 | |
--- a/phpBB/styles/subsilver2/style.cfg | |
+++ b/phpBB/styles/subsilver2/style.cfg | |
@@ -21,8 +21,8 @@ | |
# General Information about this style | |
name = subsilver2 | |
copyright = © 2005 phpBB Limited | |
-style_version = 3.1.7 | |
-phpbb_version = 3.1.7 | |
+style_version = 3.1.8 | |
+phpbb_version = 3.1.8 | |
# Defining a different template bitfield | |
# template_bitfield = lNg= | |
diff --git a/phpBB/styles/subsilver2/template/memberlist_im.html b/phpBB/styles/subsilver2/template/memberlist_im.html | |
index a192296..ecd9aca 100644 | |
--- a/phpBB/styles/subsilver2/template/memberlist_im.html | |
+++ b/phpBB/styles/subsilver2/template/memberlist_im.html | |
@@ -7,6 +7,11 @@ | |
<tr> | |
<th colspan="2">{L_SEND_IM}</th> | |
</tr> | |
+ <!-- IF S_SENT_JABBER --> | |
+ <tr> | |
+ <td class="row1" colspan="2" align="center"><span class="gen">{L_IM_SENT_JABBER}</span></td> | |
+ </tr> | |
+ <!-- ENDIF --> | |
<tr> | |
<td class="row3" colspan="2"><span class="gensmall">{L_SEND_IM_EXPLAIN}</span></td> | |
</tr> | |
@@ -23,12 +28,6 @@ | |
<tr> | |
<td class="cat" colspan="2" align="center"><input class="btnmain" name="submit" type="submit" value="{L_IM_SEND}" /></td> | |
</tr> | |
- <tr> | |
- <td class="row1" colspan="2" align="center"><span class="gen">{L_IM_SENT_JABBER}</span></td> | |
- </tr> | |
- <tr> | |
- <td class="cat" colspan="2" align="center"></td> | |
- </tr> | |
<!-- ELSEIF S_NO_SEND_JABBER --> | |
<tr> | |
<td class="row1" colspan="2"><span class="genmed">{L_IM_NO_JABBER}</span></td> | |
diff --git a/phpBB/styles/subsilver2/template/ucp_prefs_personal.html b/phpBB/styles/subsilver2/template/ucp_prefs_personal.html | |
index 1c76e32..0dd50b8 100644 | |
--- a/phpBB/styles/subsilver2/template/ucp_prefs_personal.html | |
+++ b/phpBB/styles/subsilver2/template/ucp_prefs_personal.html | |
@@ -59,7 +59,7 @@ | |
<select name="dateoptions" id="dateoptions" onchange="if(this.value=='custom'){phpbb.toggleDisplay('custom_date',1);}else{phpbb.toggleDisplay('custom_date',-1);} if (this.value == 'custom') { document.getElementById('dateformat').value = default_dateformat; } else { document.getElementById('dateformat').value = this.value; }"> | |
{S_DATEFORMAT_OPTIONS} | |
</select> | |
- <div id="custom_date"<!-- IF not S_CUSTOM_DATEFORMAT --> style="display:none;"<!-- ENDIF -->><input type="text" name="dateformat" id="dateformat" value="{DATE_FORMAT}" maxlength="30" class="post" style="margin-top: 3px;" /></div> | |
+ <div id="custom_date"<!-- IF not S_CUSTOM_DATEFORMAT --> style="display:none;"<!-- ENDIF -->><input type="text" name="dateformat" id="dateformat" value="{DATE_FORMAT}" maxlength="64" class="post" style="margin-top: 3px;" /></div> | |
</td> | |
</tr> | |
<!-- EVENT ucp_prefs_personal_append --> | |
diff --git a/phpBB/styles/subsilver2/template/viewtopic_body.html b/phpBB/styles/subsilver2/template/viewtopic_body.html | |
index fe6b8e1..e340334 100644 | |
--- a/phpBB/styles/subsilver2/template/viewtopic_body.html | |
+++ b/phpBB/styles/subsilver2/template/viewtopic_body.html | |
@@ -346,7 +346,9 @@ | |
<!-- IF postrow.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF --> | |
- <td class="profile"><strong><a href="#wrapheader">{L_BACK_TO_TOP}</a></strong></td> | |
+ <!-- EVENT viewtopic_body_postrow_back2top_before --> | |
+ <td class="profile"><!-- EVENT viewtopic_body_postrow_back2top_prepend --><strong><a href="#wrapheader">{L_BACK_TO_TOP}</a></strong><!-- EVENT viewtopic_body_postrow_back2top_append --></td> | |
+ <!-- EVENT viewtopic_body_postrow_back2top_after --> | |
<td> | |
<div class="gensmall" style="float: {S_CONTENT_FLOW_BEGIN};"> | |
<!-- IF postrow.U_POST_AUTHOR --><a href="{postrow.U_POST_AUTHOR}" class="imageset">{PROFILE_IMG}</a><!-- ENDIF --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment