Created
January 7, 2017 22:09
-
-
Save Crizz0/595f60951fc3a519916f84073a7d2e50 to your computer and use it in GitHub Desktop.
phpBB Style changes from phpBB 3.1.10 to 3.2.0 Rhea
This file contains 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/all/template/feed.xml.twig b/phpBB/styles/all/template/feed.xml.twig | |
new file mode 100644 | |
index 0000000..91467c6 | |
--- /dev/null | |
+++ b/phpBB/styles/all/template/feed.xml.twig | |
@@ -0,0 +1,37 @@ | |
+<?xml version="1.0" encoding="UTF-8"?> | |
+<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="{{ FEED_LANG }}"> | |
+ <link rel="self" type="application/atom+xml" href="{{ SELF_LINK }}" /> | |
+ | |
+ {% if not FEED_TITLE is empty %}<title>{{ FEED_TITLE }}</title>{% endif %} | |
+ | |
+ {% if not FEED_SUBTITLE is empty %}<subtitle>{{ FEED_SUBTITLE }}</subtitle>{% endif %} | |
+ | |
+ {% if not FEED_LINK is empty %}<link href="{{ FEED_LINK }}" />{% endif %} | |
+ | |
+ <updated>{{ FEED_UPDATED }}</updated> | |
+ | |
+ <author><name><![CDATA[{{ FEED_AUTHOR }}]]></name></author> | |
+ <id>{{ SELF_LINK }}</id> | |
+ | |
+ {% for row in FEED_ROWS %} | |
+ <entry> | |
+ {% if not row.author is empty %}<author><name><![CDATA[{{ row.author }}]]></name></author>{% endif %} | |
+ | |
+ <updated>{% if not row.updated is empty %}{{ row.updated }} {% else %}{{ row.published }}{% endif %}</updated> | |
+ | |
+ {% if not row.published is empty %}<published>{{ row.published }}</published>{% endif %} | |
+ | |
+ <id>{{ row.link }}</id> | |
+ <link href="{{ row.link }}"/> | |
+ <title type="html"><![CDATA[{{ row.title }}]]></title> | |
+ | |
+ {% if not row.category is empty and row.category_name is defined and row.category_name != '' %} | |
+ <category term="{{ row.category_name }}" scheme="{{ row.category }}" label="{{ row.category_name }}"/> | |
+ {% endif %} | |
+ | |
+ <content type="html" xml:base="{{ row.link }}"><![CDATA[ | |
+{{ row.description }}{% if not row.statistics is empty %}<p>{{ lang('STATISTICS') }}: {{ row.statistics }}</p>{% endif %}<hr /> | |
+]]></content> | |
+ </entry> | |
+ {% endfor %} | |
+</feed> | |
diff --git a/phpBB/styles/prosilver/style.cfg b/phpBB/styles/prosilver/style.cfg | |
index 300a831..7252820 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.10 | |
-phpbb_version = 3.1.10 | |
+style_version = 3.2.0 | |
+phpbb_version = 3.2.0 | |
# Defining a different template bitfield | |
# template_bitfield = lNg= | |
diff --git a/phpBB/styles/prosilver/template/ajax.js b/phpBB/styles/prosilver/template/ajax.js | |
index e3780f0..1bb3aab 100644 | |
--- a/phpBB/styles/prosilver/template/ajax.js | |
+++ b/phpBB/styles/prosilver/template/ajax.js | |
@@ -87,7 +87,7 @@ phpbb.addAjaxCallback('mark_topics_read', function(res, updateTopicLinks) { | |
}); | |
// Remove link to first unread post | |
- $('a').has('span.icon_topic_newest').remove(); | |
+ $('a.unread').has('.icon-red').remove(); | |
// Update mark topics read links | |
if (updateTopicLinks) { | |
@@ -132,9 +132,10 @@ phpbb.markNotifications = function($popup, unreadCount) { | |
// Update the unread count. | |
$('strong', '#notification_list_button').html(unreadCount); | |
- // Remove the Mark all read link if there are no unread notifications. | |
+ // Remove the Mark all read link and hide notification count if there are no unread notifications. | |
if (!unreadCount) { | |
$('#mark_all_notifications').remove(); | |
+ $('#notification_list_button > strong').addClass('hidden'); | |
} | |
// Update page title | |
diff --git a/phpBB/styles/prosilver/template/attachment.html b/phpBB/styles/prosilver/template/attachment.html | |
index 4546f53..0978d91 100644 | |
--- a/phpBB/styles/prosilver/template/attachment.html | |
+++ b/phpBB/styles/prosilver/template/attachment.html | |
@@ -29,36 +29,7 @@ | |
</dl> | |
<!-- ENDIF --> | |
- <!-- IF _file.S_WM_FILE --> | |
- <!-- method used here from http://alistapart.com/articles/byebyeembed / autosizing seems to not work always, this will not fix --> | |
- <object width="320" height="285" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" id="wmstream_{_file.ATTACH_ID}"> | |
- <param name="url" value="{_file.U_DOWNLOAD_LINK}" /> | |
- <param name="showcontrols" value="1" /> | |
- <param name="showdisplay" value="0" /> | |
- <param name="showstatusbar" value="0" /> | |
- <param name="autosize" value="1" /> | |
- <param name="autostart" value="0" /> | |
- <param name="visible" value="1" /> | |
- <param name="animationstart" value="0" /> | |
- <param name="loop" value="0" /> | |
- <param name="src" value="{_file.U_DOWNLOAD_LINK}" /> | |
- <!--[if !IE]>--> | |
- <object width="320" height="285" type="video/x-ms-wmv" data="{_file.U_DOWNLOAD_LINK}"> | |
- <param name="src" value="{_file.U_DOWNLOAD_LINK}" /> | |
- <param name="controller" value="1" /> | |
- <param name="showcontrols" value="1" /> | |
- <param name="showdisplay" value="0" /> | |
- <param name="showstatusbar" value="0" /> | |
- <param name="autosize" value="1" /> | |
- <param name="autostart" value="0" /> | |
- <param name="visible" value="1" /> | |
- <param name="animationstart" value="0" /> | |
- <param name="loop" value="0" /> | |
- </object> | |
- <!--<![endif]--> | |
- </object> | |
- | |
- <!-- ELSEIF _file.S_FLASH_FILE --> | |
+ <!-- IF _file.S_FLASH_FILE --> | |
<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=5,0,0,0" width="{_file.WIDTH}" height="{_file.HEIGHT}"> | |
<param name="movie" value="{_file.U_VIEW_LINK}" /> | |
<param name="play" value="true" /> | |
@@ -68,53 +39,7 @@ | |
<param name="allowNetworking" value="internal" /> | |
<embed src="{_file.U_VIEW_LINK}" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" width="{_file.WIDTH}" height="{_file.HEIGHT}" play="true" loop="true" quality="high" allowscriptaccess="never" allownetworking="internal"></embed> | |
</object> | |
- <!-- ELSEIF _file.S_QUICKTIME_FILE --> | |
- <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"></embed> | |
- </object> | |
- <!-- ELSEIF _file.S_RM_FILE --> | |
- <object id="rmstream_{_file.ATTACH_ID}" classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" width="200" height="50"> | |
- <param name="src" value="{_file.U_DOWNLOAD_LINK}" /> | |
- <param name="autostart" value="false" /> | |
- <param name="controls" value="ImageWindow" /> | |
- <param name="console" value="ctrls_{_file.ATTACH_ID}" /> | |
- <param name="prefetch" value="false" /> | |
- <embed name="rmstream_{_file.ATTACH_ID}" type="audio/x-pn-realaudio-plugin" src="{_file.U_DOWNLOAD_LINK}" width="0" height="0" autostart="false" controls="ImageWindow" console="ctrls_{_file.ATTACH_ID}" prefetch="false"></embed> | |
- </object> | |
- <br /> | |
- <object id="ctrls_{_file.ATTACH_ID}" classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" width="0" height="36"> | |
- <param name="controls" value="ControlPanel" /> | |
- <param name="console" value="ctrls_{_file.ATTACH_ID}" /> | |
- <embed name="ctrls_{_file.ATTACH_ID}" type="audio/x-pn-realaudio-plugin" width="200" height="36" controls="ControlPanel" console="ctrls_{_file.ATTACH_ID}"></embed> | |
- </object> | |
- | |
- <script type="text/javascript"> | |
- // <![CDATA[ | |
- if (document.rmstream_{_file.ATTACH_ID}.GetClipWidth) | |
- { | |
- while (!document.rmstream_{_file.ATTACH_ID}.GetClipWidth()) | |
- { | |
- } | |
- | |
- var width = document.rmstream_{_file.ATTACH_ID}.GetClipWidth(); | |
- var height = document.rmstream_{_file.ATTACH_ID}.GetClipHeight(); | |
- | |
- document.rmstream_{_file.ATTACH_ID}.width = width; | |
- document.rmstream_{_file.ATTACH_ID}.height = height; | |
- document.ctrls_{_file.ATTACH_ID}.width = width; | |
- } | |
- // ]]> | |
- </script> | |
- <!-- ENDIF --> | |
- | |
- <!-- IF _file.S_WM_FILE or _file.S_RM_FILE or _file.S_FLASH_FILE or _file.S_QUICKTIME_FILE --> | |
- <p> | |
- <!-- IF _file.S_QUICKTIME_FILE --><a href="#" onclick="play_qt_file(document.qtstream_{_file.ATTACH_ID}); return false;">[ {L_PLAY_QUICKTIME_FILE} ]</a> <!-- ENDIF --> | |
- <a href="{_file.U_DOWNLOAD_LINK}">{_file.DOWNLOAD_NAME}</a> [ {_file.FILESIZE} {_file.SIZE_LANG} | {_file.L_DOWNLOAD_COUNT} ]</p> | |
+ <p><a href="{_file.U_DOWNLOAD_LINK}">{_file.DOWNLOAD_NAME}</a> [ {_file.FILESIZE} {_file.SIZE_LANG} | {_file.L_DOWNLOAD_COUNT} ]</p> | |
<!-- ENDIF --> | |
<!-- EVENT attachment_file_append --> | |
diff --git a/phpBB/styles/prosilver/template/bbcode.html b/phpBB/styles/prosilver/template/bbcode.html | |
index 3e38d13..8c4e941 100644 | |
--- a/phpBB/styles/prosilver/template/bbcode.html | |
+++ b/phpBB/styles/prosilver/template/bbcode.html | |
@@ -11,9 +11,44 @@ | |
<!-- BEGIN quote_username_open --><blockquote><div><cite>{USERNAME} {L_WROTE}{L_COLON}</cite><!-- END quote_username_open --> | |
<!-- BEGIN quote_open --><blockquote class="uncited"><div><!-- END quote_open --> | |
<!-- BEGIN quote_close --></div></blockquote><!-- END quote_close --> | |
+<!-- BEGIN quote_extended --> | |
+<blockquote> | |
+ <xsl:if test="not(@author)"> | |
+ <xsl:attribute name="class">uncited</xsl:attribute> | |
+ </xsl:if> | |
+ <div> | |
+ <xsl:if test="@author"> | |
+ <cite> | |
+ <xsl:choose> | |
+ <xsl:when test="@url"> | |
+ <a href="{@url}" class="postlink"><xsl:value-of select="@author"/></a> | |
+ </xsl:when> | |
+ <xsl:when test="@profile_url"> | |
+ <a href="{@profile_url}"><xsl:value-of select="@author"/></a> | |
+ </xsl:when> | |
+ <xsl:otherwise> | |
+ <xsl:value-of select="@author"/> | |
+ </xsl:otherwise> | |
+ </xsl:choose> | |
+ <xsl:text> </xsl:text> | |
+ <xsl:value-of select="$L_WROTE"/> | |
+ <xsl:value-of select="$L_COLON"/> | |
+ <xsl:if test="@post_url"> | |
+ <xsl:text> </xsl:text> | |
+ <a href="{@post_url}" data-post-id="{@post_id}" onclick="if(document.getElementById(hash.substr(1)))href=hash">↑</a> | |
+ </xsl:if> | |
+ <xsl:if test="@date"> | |
+ <div class="responsive-hide"><xsl:value-of select="@date"/></div> | |
+ </xsl:if> | |
+ </cite> | |
+ </xsl:if> | |
+ <xsl:apply-templates/> | |
+ </div> | |
+</blockquote> | |
+<!-- END quote_extended --> | |
-<!-- BEGIN code_open --><div class="codebox"><p>{L_CODE}{L_COLON} <a href="#" onclick="selectCode(this); return false;">{L_SELECT_ALL_CODE}</a></p><code><!-- END code_open --> | |
-<!-- BEGIN code_close --></code></div><!-- END code_close --> | |
+<!-- BEGIN code_open --><div class="codebox"><p>{L_CODE}{L_COLON} <a href="#" onclick="selectCode(this); return false;">{L_SELECT_ALL_CODE}</a></p><pre><code><!-- END code_open --> | |
+<!-- BEGIN code_close --></code></pre></div><!-- END code_close --> | |
<!-- BEGIN inline_attachment_open --><div class="inline-attachment"><!-- END inline_attachment_open --> | |
<!-- BEGIN inline_attachment_close --></div><!-- END inline_attachment_close --> | |
diff --git a/phpBB/styles/prosilver/template/captcha_recaptcha.html b/phpBB/styles/prosilver/template/captcha_recaptcha.html | |
index fee0f74..a123f54 100644 | |
--- a/phpBB/styles/prosilver/template/captcha_recaptcha.html | |
+++ b/phpBB/styles/prosilver/template/captcha_recaptcha.html | |
@@ -12,24 +12,11 @@ | |
<dl> | |
<dt><label>{L_CONFIRM_CODE}{L_COLON}</label><br /><span>{L_RECAPTCHA_EXPLAIN}</span></dt> | |
<dd class="captcha"> | |
- <script> | |
- var RecaptchaOptions = { | |
- lang : '{LA_RECAPTCHA_LANG}', | |
- theme : 'clean', | |
- tabindex : <!-- IF $CAPTCHA_TAB_INDEX -->{$CAPTCHA_TAB_INDEX}<!-- ELSE -->10<!-- ENDIF --> | |
- }; | |
- </script> | |
- <script src="{RECAPTCHA_SERVER}/challenge?k={RECAPTCHA_PUBKEY}{RECAPTCHA_ERRORGET}"></script> | |
- | |
<noscript> | |
- <div> | |
- <object data="{RECAPTCHA_SERVER}/noscript?k={RECAPTCHA_PUBKEY}{RECAPTCHA_ERRORGET}" type="text/html" height="300" width="500"></object><br /> | |
- <textarea name="recaptcha_challenge_field" rows="3" cols="40"></textarea> | |
- <input type="hidden" name="recaptcha_response_field" value="manual_challenge" /> | |
- </div> | |
+ <div>{L_RECAPTCHA_NOSCRIPT}</div> | |
</noscript> | |
- | |
- <a href="http://www.google.com/intl/{LA_RECAPTCHA_LANG}/policies/" target="_blank" class="recaptcha-responsive" style="display: none"><img alt="" width="71" height="36" src="{RECAPTCHA_SERVER}/img/clean/logo.png"></a> | |
+ <script src="{RECAPTCHA_SERVER}.js?hl={LA_RECAPTCHA_LANG}" async defer></script> | |
+ <div class="g-recaptcha" data-sitekey="{RECAPTCHA_PUBKEY}" data-tabindex="<!-- IF $CAPTCHA_TAB_INDEX -->{$CAPTCHA_TAB_INDEX}<!-- ELSE -->10<!-- ENDIF -->"></div> | |
</dd> | |
</dl> | |
<!-- ELSE --> | |
diff --git a/phpBB/styles/prosilver/template/confirm_delete_body.html b/phpBB/styles/prosilver/template/confirm_delete_body.html | |
index fbd881a..9897496 100644 | |
--- a/phpBB/styles/prosilver/template/confirm_delete_body.html | |
+++ b/phpBB/styles/prosilver/template/confirm_delete_body.html | |
@@ -58,7 +58,7 @@ | |
<fieldset class="submit-buttons"> | |
{S_HIDDEN_FIELDS} | |
- <input type="submit" name="confirm" value="{L_YES}" class="button1" /> | |
+ <input type="submit" name="confirm" value="{L_YES}" class="button1" /> | |
<input type="submit" name="cancel" value="{L_NO}" class="button2" /> | |
</fieldset> | |
diff --git a/phpBB/styles/prosilver/template/display_options.html b/phpBB/styles/prosilver/template/display_options.html | |
new file mode 100644 | |
index 0000000..d1ec3dc | |
--- /dev/null | |
+++ b/phpBB/styles/prosilver/template/display_options.html | |
@@ -0,0 +1,27 @@ | |
+<div class="dropdown-container dropdown-container-{S_CONTENT_FLOW_BEGIN} dropdown-button-control sort-tools"> | |
+ <span title="{L_SORT_OPTIONS}" class="button button-secondary dropdown-trigger dropdown-select"> | |
+ <i class="icon fa-sort-amount-asc fa-fw" aria-hidden="true"></i> | |
+ <span class="caret"><i class="icon fa-sort-down fa-fw" aria-hidden="true"></i></span> | |
+ </span> | |
+ <div class="dropdown hidden"> | |
+ <div class="pointer"><div class="pointer-inner"></div></div> | |
+ <div class="dropdown-contents"> | |
+ <fieldset class="display-options"> | |
+ <!-- IF S_SORT_OPTIONS --> | |
+ <label>{L_SORT_BY}{L_COLON} <select name="sk" id="sk">{S_SORT_OPTIONS}</select></label> | |
+ <label>{L_SORT_DIRECTION}{L_COLON} <select name="sd" id="sd">{S_ORDER_SELECT}</select></label> | |
+ <hr class="dashed" /> | |
+ <input type="submit" class="button2" name="sort" value="{L_SORT}" /> | |
+ <!-- ELSE --> | |
+ <label>{L_DISPLAY}{L_COLON} {S_SELECT_SORT_DAYS}</label> | |
+ <!-- IF S_SELECT_SORT_KEY --> | |
+ <label>{L_SORT_BY}{L_COLON} {S_SELECT_SORT_KEY}</label> | |
+ <label>{L_SORT_DIRECTION}{L_COLON} {S_SELECT_SORT_DIR}</label> | |
+ <!-- ENDIF --> | |
+ <hr class="dashed" /> | |
+ <input type="submit" class="button2" name="sort" value="{L_GO}" /> | |
+ <!-- ENDIF --> | |
+ </fieldset> | |
+ </div> | |
+ </div> | |
+</div> | |
diff --git a/phpBB/styles/prosilver/template/faq_body.html b/phpBB/styles/prosilver/template/faq_body.html | |
index 53205d1..e55c12a 100644 | |
--- a/phpBB/styles/prosilver/template/faq_body.html | |
+++ b/phpBB/styles/prosilver/template/faq_body.html | |
@@ -34,8 +34,10 @@ | |
<dl class="faq"> | |
<dt id="f{faq_block.S_ROW_COUNT}r{faq_block.faq_row.S_ROW_COUNT}"><strong>{faq_block.faq_row.FAQ_QUESTION}</strong></dt> | |
<dd>{faq_block.faq_row.FAQ_ANSWER}</dd> | |
- <dd><a href="#faqlinks" class="top2">{L_BACK_TO_TOP}</a></dd> | |
</dl> | |
+ <a href="#faqlinks" class="top"> | |
+ <i class="icon fa-chevron-circle-up fa-fw icon-gray" aria-hidden="true"></i><span>{L_BACK_TO_TOP}</span> | |
+ </a> | |
<!-- IF not faq_block.faq_row.S_LAST_ROW --><hr class="dashed" /><!-- ENDIF --> | |
<!-- END faq_row --> | |
</div> | |
diff --git a/phpBB/styles/prosilver/template/forum_fn.js b/phpBB/styles/prosilver/template/forum_fn.js | |
index 99f3108..b803a6f 100644 | |
--- a/phpBB/styles/prosilver/template/forum_fn.js | |
+++ b/phpBB/styles/prosilver/template/forum_fn.js | |
@@ -365,13 +365,13 @@ function parseDocument($container) { | |
/** | |
* Adjust HTML code for IE8 and older versions | |
*/ | |
- if (oldBrowser) { | |
- // Fix .linklist.bulletin lists | |
- $container | |
- .find('ul.linklist.bulletin > li') | |
- .filter(':first-child, .rightside:last-child') | |
- .addClass('no-bulletin'); | |
- } | |
+ // if (oldBrowser) { | |
+ // // Fix .linklist.bulletin lists | |
+ // $container | |
+ // .find('ul.linklist.bulletin > li') | |
+ // .filter(':first-child, .rightside:last-child') | |
+ // .addClass('no-bulletin'); | |
+ // } | |
/** | |
* Resize navigation (breadcrumbs) block to keep all links on same line | |
@@ -492,7 +492,7 @@ function parseDocument($container) { | |
$linksFirst = $linksNotSkip.not(filterLast), // The items that will be hidden first | |
$linksLast = $linksNotSkip.filter(filterLast), // The items that will be hidden last | |
persistent = $this.attr('id') === 'nav-main', // Does this list already have a menu (such as quick-links)? | |
- html = '<li class="responsive-menu hidden"><a href="javascript:void(0);" class="responsive-menu-link"> </a><div class="dropdown hidden"><div class="pointer"><div class="pointer-inner" /></div><ul class="dropdown-contents" /></div></li>', | |
+ html = '<li class="responsive-menu hidden"><a href="javascript:void(0);" class="js-responsive-menu-link responsive-menu-link"><i class="icon fa-bars fa-fw" aria-hidden="true"></i></a><div class="dropdown"><div class="pointer"><div class="pointer-inner" /></div><ul class="dropdown-contents" /></div></li>', | |
slack = 3; // Vertical slack space (in pixels). Determines how sensitive the script is in determining whether a line-break has occured. | |
// Add a hidden drop-down menu to each links list (except those that already have one) | |
@@ -581,8 +581,10 @@ function parseDocument($container) { | |
$menuContents.prepend($clones1.addClass('clone clone-first').removeClass('leftside rightside')); | |
if ($this.hasClass('post-buttons')) { | |
- $('.button', $menuContents).removeClass('button icon-button'); | |
- $('.responsive-menu-link', $menu).addClass('button icon-button').prepend('<span></span>'); | |
+ $('.button', $menuContents).removeClass('button'); | |
+ $('.sr-only', $menuContents).removeClass('sr-only'); | |
+ $('.js-responsive-menu-link').addClass('button').addClass('button-icon-only'); | |
+ $('.js-responsive-menu-link .icon').removeClass('fa-bars').addClass('fa-ellipsis-h'); | |
} | |
copied1 = true; | |
} | |
@@ -636,7 +638,7 @@ function parseDocument($container) { | |
} | |
if (!persistent) { | |
- phpbb.registerDropdown($menu.find('a.responsive-menu-link'), $menu.find('.dropdown'), false); | |
+ phpbb.registerDropdown($menu.find('a.js-responsive-menu-link'), $menu.find('.dropdown'), false); | |
} | |
// If there are any images in the links list, run the check again after they have loaded | |
diff --git a/phpBB/styles/prosilver/template/forumlist_body.html b/phpBB/styles/prosilver/template/forumlist_body.html | |
index f8d6e36..0d6e930 100644 | |
--- a/phpBB/styles/prosilver/template/forumlist_body.html | |
+++ b/phpBB/styles/prosilver/template/forumlist_body.html | |
@@ -14,7 +14,7 @@ | |
<ul class="topiclist"> | |
<li class="header"> | |
<!-- EVENT forumlist_body_category_header_row_prepend --> | |
- <dl class="icon"> | |
+ <dl class="row-item"> | |
<dt><div class="list-inner"><!-- IF forumrow.S_IS_CAT --><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a><!-- ELSE -->{L_FORUM}<!-- ENDIF --></div></dt> | |
<dd class="topics">{L_TOPICS}</dd> | |
<dd class="posts">{L_POSTS}</dd> | |
@@ -31,12 +31,17 @@ | |
<!-- EVENT forumlist_body_forum_row_before --> | |
<li class="row"> | |
<!-- EVENT forumlist_body_forum_row_prepend --> | |
- <dl class="icon {forumrow.FORUM_IMG_STYLE}"> | |
+ <dl class="row-item {forumrow.FORUM_IMG_STYLE}"> | |
<dt title="{forumrow.FORUM_FOLDER_IMG_ALT}"> | |
- <!-- IF forumrow.S_UNREAD_FORUM --><a href="{forumrow.U_VIEWFORUM}" class="icon-link"></a><!-- ENDIF --> | |
+ <!-- IF forumrow.S_UNREAD_FORUM --><a href="{forumrow.U_VIEWFORUM}" class="row-item-link"></a><!-- ENDIF --> | |
<div class="list-inner"> | |
- <!-- IF S_ENABLE_FEEDS and forumrow.S_FEED_ENABLED --><!-- <a class="feed-icon-forum" title="{L_FEED} - {forumrow.FORUM_NAME}" href="{U_FEED}?f={forumrow.FORUM_ID}"><img src="{T_THEME_PATH}/images/feed.gif" alt="{L_FEED} - {forumrow.FORUM_NAME}" /></a> --><!-- ENDIF --> | |
- | |
+ <!-- IF S_ENABLE_FEEDS and forumrow.S_FEED_ENABLED --> | |
+ <!-- | |
+ <a class="feed-icon-forum" title="{L_FEED} - {forumrow.FORUM_NAME}" href="{U_FEED}?f={forumrow.FORUM_ID}"> | |
+ <i class="icon fa-rss-square fa-fw icon-orange" aria-hidden="true"></i><span class="sr-only">{L_FEED} - {forumrow.FORUM_NAME}</span> | |
+ </a> | |
+ --> | |
+ <!-- ENDIF --> | |
<!-- IF forumrow.FORUM_IMAGE --><span class="forum-image">{forumrow.FORUM_IMAGE}</span><!-- ENDIF --> | |
<a href="{forumrow.U_VIEWFORUM}" class="forumtitle">{forumrow.FORUM_NAME}</a> | |
<!-- IF forumrow.FORUM_DESC --><br />{forumrow.FORUM_DESC}<!-- ENDIF --> | |
@@ -47,7 +52,10 @@ | |
<!-- EVENT forumlist_body_subforums_before --> | |
<br /><strong>{forumrow.L_SUBFORUM_STR}{L_COLON}</strong> | |
<!-- BEGIN subforum --> | |
- <a href="{forumrow.subforum.U_SUBFORUM}" class="subforum<!-- IF forumrow.subforum.S_UNREAD --> unread<!-- ELSE --> read<!-- ENDIF -->" title="<!-- IF forumrow.subforum.S_UNREAD -->{L_UNREAD_POSTS}<!-- ELSE -->{L_NO_UNREAD_POSTS}<!-- ENDIF -->">{forumrow.subforum.SUBFORUM_NAME}</a><!-- IF not forumrow.subforum.S_LAST_ROW -->{L_COMMA_SEPARATOR}<!-- ENDIF --> | |
+ <a href="{forumrow.subforum.U_SUBFORUM}" class="subforum<!-- IF forumrow.subforum.S_UNREAD --> unread<!-- ELSE --> read<!-- ENDIF -->" title="<!-- IF forumrow.subforum.S_UNREAD -->{L_UNREAD_POSTS}<!-- ELSE -->{L_NO_UNREAD_POSTS}<!-- ENDIF -->"> | |
+ <i class="icon <!-- IF forumrow.subforum.IS_LINK -->fa-external-link<!-- ELSE -->fa-file-o<!-- ENDIF --> fa-fw <!-- IF forumrow.subforum.S_UNREAD --> icon-red<!-- ELSE --> icon-blue<!-- ENDIF --> icon-md" aria-hidden="true"></i>{forumrow.subforum.SUBFORUM_NAME} | |
+ </a> | |
+ <!-- IF not forumrow.subforum.S_LAST_ROW -->{L_COMMA_SEPARATOR}<!-- ENDIF --> | |
<!-- END subforum --> | |
<!-- EVENT forumlist_body_subforums_after --> | |
<!-- ENDIF --> | |
@@ -68,19 +76,34 @@ | |
<!-- ELSEIF not forumrow.S_IS_LINK --> | |
<dd class="topics">{forumrow.TOPICS} <dfn>{L_TOPICS}</dfn></dd> | |
<dd class="posts">{forumrow.POSTS} <dfn>{L_POSTS}</dfn></dd> | |
- <dd class="lastpost"><span> | |
- <!-- IF forumrow.U_UNAPPROVED_TOPICS --> | |
- <a href="{forumrow.U_UNAPPROVED_TOPICS}">{UNAPPROVED_IMG}</a> | |
- <!-- ELSEIF forumrow.U_UNAPPROVED_POSTS --> | |
- <a href="{forumrow.U_UNAPPROVED_POSTS}">{UNAPPROVED_POST_IMG}</a> | |
- <!-- ENDIF --> | |
- <!-- IF forumrow.LAST_POST_TIME --><dfn>{L_LAST_POST}</dfn> | |
- <!-- IF forumrow.S_DISPLAY_SUBJECT --> | |
- <!-- EVENT forumlist_body_last_post_title_prepend --> | |
- <a href="{forumrow.U_LAST_POST}" title="{forumrow.LAST_POST_SUBJECT}" class="lastsubject">{forumrow.LAST_POST_SUBJECT_TRUNCATED}</a> <br /> | |
- <!-- ENDIF --> | |
- {L_POST_BY_AUTHOR} {forumrow.LAST_POSTER_FULL} | |
- <!-- IF not S_IS_BOT --><a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a> <!-- ENDIF --><br />{forumrow.LAST_POST_TIME}<!-- ELSE -->{L_NO_POSTS}<br /> <!-- ENDIF --></span> | |
+ <dd class="lastpost"> | |
+ <span> | |
+ <!-- IF forumrow.U_UNAPPROVED_TOPICS --> | |
+ <a href="{forumrow.U_UNAPPROVED_TOPICS}" title="{L_TOPICS_UNAPPROVED}"> | |
+ <i class="icon fa-question fa-fw icon-blue" aria-hidden="true"></i><span class="sr-only">{L_TOPICS_UNAPPROVED}</span> | |
+ </a> | |
+ <!-- ELSEIF forumrow.U_UNAPPROVED_POSTS --> | |
+ <a href="{forumrow.U_UNAPPROVED_POSTS}" title="{L_POSTS_UNAPPROVED_FORUM}"> | |
+ <i class="icon fa-question fa-fw icon-blue" aria-hidden="true"></i><span class="sr-only">{L_POSTS_UNAPPROVED_FORUM}</span> | |
+ </a> | |
+ <!-- ENDIF --> | |
+ <!-- IF forumrow.LAST_POST_TIME --> | |
+ <dfn>{L_LAST_POST}</dfn> | |
+ <!-- IF forumrow.S_DISPLAY_SUBJECT --> | |
+ <!-- EVENT forumlist_body_last_post_title_prepend --> | |
+ <a href="{forumrow.U_LAST_POST}" title="{forumrow.LAST_POST_SUBJECT}" class="lastsubject">{forumrow.LAST_POST_SUBJECT_TRUNCATED}</a> <br /> | |
+ <!-- ENDIF --> | |
+ {L_POST_BY_AUTHOR} {forumrow.LAST_POSTER_FULL} | |
+ <!-- IF not S_IS_BOT --> | |
+ <a href="{forumrow.U_LAST_POST}" title="{L_VIEW_LATEST_POST}"> | |
+ <i class="icon fa-external-link-square fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">{L_VIEW_LATEST_POST}</span> | |
+ </a> | |
+ <!-- ENDIF --> | |
+ <br />{forumrow.LAST_POST_TIME} | |
+ <!-- ELSE --> | |
+ {L_NO_POSTS}<br /> | |
+ <!-- ENDIF --> | |
+ </span> | |
</dd> | |
<!-- ELSE --> | |
<dd> </dd> | |
diff --git a/phpBB/styles/prosilver/template/jumpbox.html b/phpBB/styles/prosilver/template/jumpbox.html | |
index 3096d08..724a963 100644 | |
--- a/phpBB/styles/prosilver/template/jumpbox.html | |
+++ b/phpBB/styles/prosilver/template/jumpbox.html | |
@@ -1,32 +1,50 @@ | |
-<!-- IF S_VIEWTOPIC --> | |
- <p class="jumpbox-return"><a href="{U_VIEW_FORUM}" class="left-box arrow-{S_CONTENT_FLOW_BEGIN}" accesskey="r">{L_RETURN_TO_FORUM}</a></p> | |
-<!-- ELSEIF S_VIEWFORUM --> | |
- <p class="jumpbox-return"><a href="{U_INDEX}" class="left-box arrow-{S_CONTENT_FLOW_BEGIN}" accesskey="r">{L_RETURN_TO_INDEX}</a></p> | |
-<!-- ELSEIF SEARCH_TOPIC --> | |
- <p class="jumpbox-return"><a class="left-box arrow-{S_CONTENT_FLOW_BEGIN}" href="{U_SEARCH_TOPIC}" accesskey="r">{L_RETURN_TO_TOPIC}</a></p> | |
-<!-- ELSEIF S_SEARCH_ACTION --> | |
- <p class="jumpbox-return"><a class="left-box arrow-{S_CONTENT_FLOW_BEGIN}" href="{U_SEARCH}" title="{L_SEARCH_ADV}" accesskey="r">{L_GO_TO_SEARCH_ADV}</a></p> | |
-<!-- ENDIF --> | |
+<div class="action-bar actions-jump"> | |
+ <!-- IF S_VIEWTOPIC --> | |
+ <p class="jumpbox-return"> | |
+ <a href="{U_VIEW_FORUM}" class="left-box arrow-{S_CONTENT_FLOW_BEGIN}" accesskey="r"> | |
+ <i class="icon fa-angle-{S_CONTENT_FLOW_BEGIN} fa-fw icon-black" aria-hidden="true"></i><span>{L_RETURN_TO_FORUM}</span> | |
+ </a> | |
+ </p> | |
+ <!-- ELSEIF S_VIEWFORUM --> | |
+ <p class="jumpbox-return"> | |
+ <a href="{U_INDEX}" class="left-box arrow-{S_CONTENT_FLOW_BEGIN}" accesskey="r"> | |
+ <i class="icon fa-angle-{S_CONTENT_FLOW_BEGIN} fa-fw icon-black" aria-hidden="true"></i><span>{L_RETURN_TO_INDEX}</span> | |
+ </a> | |
+ </p> | |
+ <!-- ELSEIF SEARCH_TOPIC --> | |
+ <p class="jumpbox-return"> | |
+ <a class="left-box arrow-{S_CONTENT_FLOW_BEGIN}" href="{U_SEARCH_TOPIC}" accesskey="r"> | |
+ <i class="icon fa-angle-{S_CONTENT_FLOW_BEGIN} fa-fw icon-black" aria-hidden="true"></i><span>{L_RETURN_TO_TOPIC}</span> | |
+ </a> | |
+ </p> | |
+ <!-- ELSEIF S_SEARCH_ACTION --> | |
+ <p class="jumpbox-return"> | |
+ <a class="left-box arrow-{S_CONTENT_FLOW_BEGIN}" href="{U_SEARCH}" title="{L_SEARCH_ADV}" accesskey="r"> | |
+ <i class="icon fa-angle-{S_CONTENT_FLOW_BEGIN} fa-fw icon-black" aria-hidden="true"></i><span>{L_GO_TO_SEARCH_ADV}</span> | |
+ </a> | |
+ </p> | |
+ <!-- ENDIF --> | |
-<!-- IF S_DISPLAY_JUMPBOX --> | |
- | |
- <div class="dropdown-container dropdown-container-{S_CONTENT_FLOW_END}<!-- IF not S_IN_MCP --> dropdown-up<!-- ENDIF --> dropdown-{S_CONTENT_FLOW_BEGIN} dropdown-button-control" id="jumpbox"> | |
- <span title="<!-- IF S_IN_MCP and S_MERGE_SELECT -->{L_SELECT_TOPICS_FROM}<!-- ELSEIF S_IN_MCP -->{L_MODERATE_FORUM}<!-- ELSE -->{L_JUMP_TO}<!-- ENDIF -->" class="dropdown-trigger button dropdown-select"> | |
- <!-- IF S_IN_MCP and S_MERGE_SELECT -->{L_SELECT_TOPICS_FROM}<!-- ELSEIF S_IN_MCP -->{L_MODERATE_FORUM}<!-- ELSE -->{L_JUMP_TO}<!-- ENDIF --> | |
- </span> | |
- <div class="dropdown hidden"> | |
+ <!-- IF S_DISPLAY_JUMPBOX --> | |
+ <div class="jumpbox dropdown-container dropdown-container-right<!-- IF not S_IN_MCP --> dropdown-up<!-- ENDIF --> dropdown-{S_CONTENT_FLOW_BEGIN} dropdown-button-control" id="jumpbox"> | |
+ <span title="<!-- IF S_IN_MCP and S_MERGE_SELECT -->{L_SELECT_TOPICS_FROM}<!-- ELSEIF S_IN_MCP -->{L_MODERATE_FORUM}<!-- ELSE -->{L_JUMP_TO}<!-- ENDIF -->" class="button button-secondary dropdown-trigger dropdown-select"> | |
+ <span><!-- IF S_IN_MCP and S_MERGE_SELECT -->{L_SELECT_TOPICS_FROM}<!-- ELSEIF S_IN_MCP -->{L_MODERATE_FORUM}<!-- ELSE -->{L_JUMP_TO}<!-- ENDIF --></span> | |
+ <span class="caret"><i class="icon fa-sort-down fa-fw" aria-hidden="true"></i></span> | |
+ </span> | |
+ <div class="dropdown"> | |
<div class="pointer"><div class="pointer-inner"></div></div> | |
<ul class="dropdown-contents"> | |
- <!-- BEGIN jumpbox_forums --> | |
+ <!-- BEGIN jumpbox_forums --> | |
<!-- IF jumpbox_forums.FORUM_ID neq -1 --> | |
- <li><!-- BEGIN level --> <!-- END level --><a href="{jumpbox_forums.LINK}">{jumpbox_forums.FORUM_NAME}</a></li> | |
+ <li><a href="{jumpbox_forums.LINK}" class="<!-- IF jumpbox_forums.level -->jumpbox-sub-link<!-- ELSEIF jumpbox_forums.S_IS_CAT -->jumpbox-cat-link<!-- ELSE -->jumpbox-forum-link<!-- ENDIF -->"><!-- BEGIN level --><span class="spacer"></span><!-- END level --> <span><!-- IF jumpbox_forums.level --> ↳ <!-- ENDIF --> {jumpbox_forums.FORUM_NAME}</span></a></li> | |
<!-- ENDIF --> | |
- <!-- END jumpbox_forums --> | |
+ <!-- END jumpbox_forums --> | |
</ul> | |
</div> | |
</div> | |
-<!-- ELSE --> | |
- <br /><br /> | |
-<!-- ENDIF --> | |
+ <!-- ELSE --> | |
+ </br></br> | |
+ <!-- ENDIF --> | |
+</div> | |
diff --git a/phpBB/styles/prosilver/template/mcp_approve.html b/phpBB/styles/prosilver/template/mcp_approve.html | |
index 14472bc..f7874ab 100644 | |
--- a/phpBB/styles/prosilver/template/mcp_approve.html | |
+++ b/phpBB/styles/prosilver/template/mcp_approve.html | |
@@ -39,7 +39,7 @@ | |
<fieldset> | |
<!-- IF S_NOTIFY_POSTER --> | |
- <dl class="panel"> | |
+ <dl class="fields2 nobg"> | |
<dt> </dt> | |
<dd><label><input type="checkbox" name="notify_poster" checked="checked" /> <!-- IF S_APPROVE -->{L_NOTIFY_POSTER_APPROVAL}<!-- ELSE -->{L_NOTIFY_POSTER_DISAPPROVAL}<!-- ENDIF --></label></dd> | |
</dl> | |
@@ -66,7 +66,7 @@ | |
</fieldset> | |
<fieldset class="submit-buttons"> | |
- {S_HIDDEN_FIELDS}<input type="submit" name="confirm" value="{YES_VALUE}" class="button1" /> | |
+ {S_HIDDEN_FIELDS}<input type="submit" name="confirm" value="{YES_VALUE}" class="button1" /> | |
<input type="submit" name="cancel" value="{L_NO}" class="button2" /> | |
</fieldset> | |
diff --git a/phpBB/styles/prosilver/template/mcp_ban.html b/phpBB/styles/prosilver/template/mcp_ban.html | |
index 5a7eaa7..5b798d9 100644 | |
--- a/phpBB/styles/prosilver/template/mcp_ban.html | |
+++ b/phpBB/styles/prosilver/template/mcp_ban.html | |
@@ -74,7 +74,7 @@ | |
<dl> | |
<dt><label for="banexclude0">{L_BAN_EXCLUDE}{L_COLON}</label><br /><span>{L_BAN_EXCLUDE_EXPLAIN}</span></dt> | |
<dd> | |
- <label for="banexclude1"><input type="radio" name="banexclude" id="banexclude1" value="1" /> {L_YES}</label> | |
+ <label for="banexclude1"><input type="radio" name="banexclude" id="banexclude1" value="1" /> {L_YES}</label> | |
<label for="banexclude0"><input type="radio" name="banexclude" id="banexclude0" value="0" checked="checked" /> {L_NO}</label> | |
</dd> | |
</dl> | |
@@ -85,7 +85,7 @@ | |
</div> | |
<fieldset class="submit-buttons"> | |
- {S_HIDDEN_FIELDS}<input type="reset" value="{L_RESET}" name="reset" class="button2" /> | |
+ {S_HIDDEN_FIELDS}<input type="reset" value="{L_RESET}" name="reset" class="button2" /> | |
<input type="submit" name="bansubmit" value="{L_SUBMIT}" class="button1" /> | |
{S_FORM_TOKEN} | |
</fieldset> | |
@@ -122,7 +122,7 @@ | |
</div> | |
<fieldset class="submit-buttons"> | |
- {S_HIDDEN_FIELDS}<input type="reset" value="{L_RESET}" name="reset" class="button2" /> | |
+ {S_HIDDEN_FIELDS}<input type="reset" value="{L_RESET}" name="reset" class="button2" /> | |
<input type="submit" name="unbansubmit" value="{L_SUBMIT}" class="button1" /> | |
</fieldset> | |
diff --git a/phpBB/styles/prosilver/template/mcp_forum.html b/phpBB/styles/prosilver/template/mcp_forum.html | |
index 3033ef7..f6c518e 100644 | |
--- a/phpBB/styles/prosilver/template/mcp_forum.html | |
+++ b/phpBB/styles/prosilver/template/mcp_forum.html | |
@@ -10,7 +10,7 @@ | |
<div class="panel"> | |
<div class="inner"> | |
- <div class="action-bar top"> | |
+ <div class="action-bar bar-top"> | |
<div class="pagination"> | |
{TOTAL_TOPICS} | |
<!-- IF .pagination --> | |
@@ -24,7 +24,7 @@ | |
<!-- IF .topicrow --> | |
<ul class="topiclist<!-- IF S_MERGE_SELECT --> missing-column<!-- ENDIF -->"> | |
<li class="header"> | |
- <dl class="icon"> | |
+ <dl class="row-item"> | |
<dt><div class="list-inner">{L_TOPICS}</div></dt> | |
<dd class="posts">{L_REPLIES}</dd> | |
<dd class="lastpost"><span>{L_LAST_POST}</span></dd> | |
@@ -36,23 +36,35 @@ | |
<!-- BEGIN topicrow --> | |
<li class="row<!-- IF topicrow.S_ROW_COUNT is odd --> bg1<!-- ELSE --> bg2<!-- ENDIF --><!-- IF topicrow.S_TOPIC_REPORTED --> reported<!-- ENDIF -->"> | |
- <dl class="icon {topicrow.TOPIC_IMG_STYLE}"> | |
+ <dl class="row-item {topicrow.TOPIC_IMG_STYLE}"> | |
<dt <!-- IF topicrow.TOPIC_ICON_IMG -->style="background-image: url({T_ICONS_PATH}{topicrow.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF -->> | |
- <!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}" class="icon-link"></a><!-- ENDIF --> | |
+ <!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}" class="row-item-link"></a><!-- ENDIF --> | |
<div class="list-inner"> | |
<!-- EVENT topiclist_row_prepend --> | |
<!-- IF topicrow.S_SELECT_TOPIC --><a href="{topicrow.U_SELECT_TOPIC}" class="topictitle">[ {L_SELECT_MERGE} ]</a> <!-- ENDIF --> | |
<!-- EVENT mcp_forum_topic_title_before --> | |
<a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a> | |
<!-- EVENT mcp_forum_topic_title_after --> | |
- <!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED --><a href="{topicrow.U_MCP_QUEUE}">{topicrow.UNAPPROVED_IMG}</a> <!-- ENDIF --> | |
- <!-- IF topicrow.S_TOPIC_DELETED or topicrow.S_POSTS_DELETED --><a href="{topicrow.U_MCP_QUEUE}">{topicrow.DELETED_IMG}</a> <!-- ENDIF --> | |
- <!-- IF topicrow.S_TOPIC_REPORTED --><a href="{topicrow.U_MCP_REPORT}">{REPORTED_IMG}</a><!-- ENDIF --> | |
+ <!-- IF topicrow.S_TOPIC_UNAPPROVED or topicrow.S_POSTS_UNAPPROVED --> | |
+ <a href="{topicrow.U_MCP_QUEUE}" title="{L_TOPIC_UNAPPROVED}"> | |
+ <i class="icon fa-question fa-fw icon-blue" aria-hidden="true"></i><span class="sr-only">{L_TOPIC_UNAPPROVED}</span> | |
+ </a> | |
+ <!-- ENDIF --> | |
+ <!-- IF topicrow.S_TOPIC_DELETED or topicrow.S_POSTS_DELETED --> | |
+ <a href="{topicrow.U_MCP_QUEUE}" title="{L_TOPIC_DELETED}"> | |
+ <i class="icon fa-recycle fa-fw icon-green" aria-hidden="true"></i><span class="sr-only">{L_TOPIC_DELETED}</span> | |
+ </a> | |
+ <!-- ENDIF --> | |
+ <!-- IF topicrow.S_TOPIC_REPORTED --> | |
+ <a href="{topicrow.U_MCP_REPORT}" title="{L_TOPIC_REPORTED}"> | |
+ <i class="icon fa-exclamation fa-fw icon-red" aria-hidden="true"></i><span class="sr-only">{L_TOPIC_REPORTED}</span> | |
+ </a> | |
+ <!-- ENDIF --> | |
<!-- IF topicrow.S_MOVED_TOPIC and S_CAN_DELETE --> <a href="{topicrow.U_DELETE_TOPIC}" class="topictitle">[ {L_DELETE_SHADOW_TOPIC} ]</a><!-- ENDIF --> | |
<br /> | |
<!-- EVENT topiclist_row_topic_title_after --> | |
<div class="responsive-show" style="display: none;"> | |
- <!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF --> | |
+ <!-- IF topicrow.ATTACH_ICON_IMG --><i class="icon fa-paperclip fa-fw" aria-hidden="true"></i> <!-- ENDIF --> | |
{L_LAST_POST} {L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL} « {topicrow.LAST_POST_TIME}<br /> | |
</div> | |
<span class="responsive-show left-box" style="display: none;">{L_REPLIES}{L_COLON} <strong>{topicrow.REPLIES}</strong></span> | |
@@ -73,15 +85,14 @@ | |
<!-- ENDIF --> | |
<div class="responsive-hide"> | |
- <!-- IF topicrow.ATTACH_ICON_IMG -->{topicrow.ATTACH_ICON_IMG} <!-- ENDIF --> | |
+ <!-- IF topicrow.ATTACH_ICON_IMG --><i class="icon fa-paperclip fa-fw" aria-hidden="true"></i> <!-- ENDIF --> | |
{L_POST_BY_AUTHOR} {topicrow.TOPIC_AUTHOR_FULL} » {topicrow.FIRST_POST_TIME} | |
</div> | |
<!-- EVENT topiclist_row_append --> | |
</div> | |
</dt> | |
<dd class="posts">{topicrow.REPLIES} <dfn>{L_REPLIES}</dfn></dd> | |
- <dd class="lastpost"><span><dfn>{L_LAST_POST} </dfn>{L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL}<br />{topicrow.LAST_POST_TIME}</span> | |
- </dd> | |
+ <dd class="lastpost"><span><dfn>{L_LAST_POST} </dfn>{L_POST_BY_AUTHOR} {topicrow.LAST_POST_AUTHOR_FULL}<br />{topicrow.LAST_POST_TIME}</span></dd> | |
<!-- IF not S_MERGE_SELECT --> | |
<dd class="mark"> | |
<!-- IF not topicrow.S_MOVED_TOPIC --><input type="checkbox" name="topic_id_list[]" value="{topicrow.TOPIC_ID}"<!-- IF topicrow.S_TOPIC_CHECKED --> checked="checked"<!-- ENDIF --> /><!-- ELSE --> <!-- ENDIF --> | |
@@ -97,16 +108,9 @@ | |
</ul> | |
<!-- ENDIF --> | |
- <fieldset class="display-options"> | |
- <label>{L_DISPLAY_TOPICS}{L_COLON} {S_SELECT_SORT_DAYS}</label> | |
- <label>{L_SORT_BY} {S_SELECT_SORT_KEY}</label> | |
- <label>{S_SELECT_SORT_DIR}</label> | |
- <input type="submit" name="sort" value="{L_GO}" class="button2" /> | |
- </fieldset> | |
- | |
- <hr /> | |
- | |
<div class="action-bar bottom"> | |
+ <!-- INCLUDE display_options.html --> | |
+ | |
<div class="pagination"> | |
{TOTAL_TOPICS} | |
<!-- IF .pagination --> | |
@@ -120,6 +124,7 @@ | |
</div> | |
</div> | |
+<!-- EVENT mcp_forum_actions_before --> | |
<fieldset class="display-actions"> | |
<!-- IF not S_MERGE_SELECT --> | |
<select name="action"> | |
@@ -133,16 +138,16 @@ | |
<!-- IF S_CAN_SYNC --><option value="resync">{L_RESYNC}</option><!-- ENDIF --> | |
<!-- IF S_CAN_MAKE_NORMAL --><option value="make_normal">{L_MAKE_NORMAL}</option><!-- ENDIF --> | |
<!-- IF S_CAN_MAKE_STICKY --><option value="make_sticky">{L_MAKE_STICKY}</option><!-- ENDIF --> | |
- <!-- IF S_CAN_MAKE_ANNOUNCE --> | |
- <option value="make_announce">{L_MAKE_ANNOUNCE}</option> | |
- <option value="make_global">{L_MAKE_GLOBAL}</option> | |
- <!-- ENDIF --> | |
+ <!-- IF S_CAN_MAKE_ANNOUNCE --><option value="make_announce">{L_MAKE_ANNOUNCE}</option><!-- ENDIF --> | |
+ <!-- IF S_CAN_MAKE_ANNOUNCE_GLOBAL --><option value="make_global">{L_MAKE_GLOBAL}</option><!-- ENDIF --> | |
+ <!-- EVENT mcp_forum_actions_append --> | |
</select> | |
<input class="button2" type="submit" value="{L_SUBMIT}" /> | |
<div><a href="#" onclick="marklist('mcp', 'topic_id_list', true); return false;">{L_MARK_ALL}</a> :: <a href="#" onclick="marklist('mcp', 'topic_id_list', false); return false;">{L_UNMARK_ALL}</a></div> | |
<!-- ENDIF --> | |
{S_FORM_TOKEN} | |
</fieldset> | |
+<!-- EVENT mcp_forum_actions_after --> | |
</form> | |
<!-- INCLUDE mcp_footer.html --> | |
diff --git a/phpBB/styles/prosilver/template/mcp_front.html b/phpBB/styles/prosilver/template/mcp_front.html | |
index 8fe7dfd..9777581 100644 | |
--- a/phpBB/styles/prosilver/template/mcp_front.html | |
+++ b/phpBB/styles/prosilver/template/mcp_front.html | |
@@ -30,7 +30,7 @@ | |
<dl> | |
<dt> | |
<div class="list-inner"> | |
- <a href="{unapproved.U_POST_DETAILS}" class="topictitle">{unapproved.SUBJECT}</a> {unapproved.ATTACH_ICON_IMG}<br /> | |
+ <a href="{unapproved.U_POST_DETAILS}" class="topictitle">{unapproved.SUBJECT}</a> <i class="icon fa-paperclip fa-fw" aria-hidden="true"></i> <br /> | |
{L_POSTED} {L_POST_BY_AUTHOR} {unapproved.AUTHOR_FULL} » {unapproved.POST_TIME} | |
</div> | |
</dt> | |
@@ -86,12 +86,12 @@ | |
<dl> | |
<dt> | |
<div class="list-inner"> | |
- <a href="{report.U_POST_DETAILS}#reports" class="topictitle">{report.SUBJECT}</a> {report.ATTACH_ICON_IMG}<br /> | |
+ <a href="{report.U_POST_DETAILS}#reports" class="topictitle">{report.SUBJECT}</a> <i class="icon fa-paperclip fa-fw" aria-hidden="true"></i> <br /> | |
<span>{L_POSTED} {L_POST_BY_AUTHOR} {report.AUTHOR_FULL} » {report.POST_TIME}</span> | |
</div> | |
</dt> | |
<dd class="moderation"> | |
- <span>{L_REPORTED} {L_POST_BY_AUTHOR} {report.REPORTER_FULL} {L_REPORTED_ON_DATE} {report.REPORT_TIME}<br /> | |
+ <span>{L_REPORTED} {L_POST_BY_AUTHOR} {report.REPORTER_FULL} {L_REPORTED_ON_DATE} <i class="icon fa-paperclip fa-fw" aria-hidden="true"></i> <br /> | |
{L_FORUM}{L_COLON} <a href="{report.U_FORUM}">{report.FORUM_NAME}</a></span> | |
</dd> | |
</dl> | |
@@ -129,7 +129,7 @@ | |
<dl> | |
<dt> | |
<div class="list-inner"> | |
- <a href="{pm_report.U_PM_DETAILS}" class="topictitle">{pm_report.PM_SUBJECT}</a> {pm_report.ATTACH_ICON_IMG}<br /> | |
+ <a href="{pm_report.U_PM_DETAILS}" class="topictitle">{pm_report.PM_SUBJECT}</a> <i class="icon fa-paperclip fa-fw" aria-hidden="true"></i> <br /> | |
<span>{L_MESSAGE_BY_AUTHOR} {pm_report.PM_AUTHOR_FULL} » {pm_report.PM_TIME}</span><br /> | |
<span>{L_MESSAGE_TO} {pm_report.RECIPIENTS}</span> | |
</div> | |
diff --git a/phpBB/styles/prosilver/template/mcp_header.html b/phpBB/styles/prosilver/template/mcp_header.html | |
index 6923988..5841c1b 100644 | |
--- a/phpBB/styles/prosilver/template/mcp_header.html | |
+++ b/phpBB/styles/prosilver/template/mcp_header.html | |
@@ -8,7 +8,7 @@ | |
</p> | |
<!-- ENDIF --> | |
-<div id="tabs"> | |
+<div id="tabs" class="tabs"> | |
<ul> | |
<!-- BEGIN l_block1 --> | |
<li class="tab<!-- IF l_block1.S_SELECTED --> activetab<!-- ENDIF -->"><a href="{l_block1.U_TITLE}">{l_block1.L_TITLE}</a></li> | |
@@ -21,14 +21,14 @@ | |
<div style="width: 100%;"> | |
- <div id="cp-menu"> | |
- <div id="navigation" role="navigation"> | |
+ <div id="cp-menu" class="cp-menu"> | |
+ <div id="navigation" class="navigation" role="navigation"> | |
<ul> | |
<!-- BEGIN l_block1 --> | |
<!-- IF l_block1.S_SELECTED --> | |
<!-- BEGIN l_block2 --> | |
<!-- IF l_block1.l_block2.S_SELECTED --> | |
- <li id="active-subsection"><a href="{l_block1.l_block2.U_TITLE}"><span>{l_block1.l_block2.L_TITLE}<!-- IF l_block1.l_block2.ADD_ITEM --> ({l_block1.l_block2.ADD_ITEM})<!-- ENDIF --></span></a></li> | |
+ <li id="active-subsection" class="active-subsection"><a href="{l_block1.l_block2.U_TITLE}"><span>{l_block1.l_block2.L_TITLE}<!-- IF l_block1.l_block2.ADD_ITEM --> ({l_block1.l_block2.ADD_ITEM})<!-- ENDIF --></span></a></li> | |
<!-- ELSE --> | |
<li><a href="{l_block1.l_block2.U_TITLE}"><span>{l_block1.l_block2.L_TITLE}<!-- IF l_block1.l_block2.ADD_ITEM --> ({l_block1.l_block2.ADD_ITEM})<!-- ENDIF --></span></a></li> | |
<!-- ENDIF --> | |
@@ -39,7 +39,7 @@ | |
</div> | |
</div> | |
- <div id="cp-main" class="mcp-main panel-container"> | |
+ <div id="cp-main" class="cp-main mcp-main panel-container"> | |
<!-- IF MESSAGE --> | |
<div class="content"> | |
<h2 class="message-title">{L_MESSAGE}</h2> | |
diff --git a/phpBB/styles/prosilver/template/mcp_logs.html b/phpBB/styles/prosilver/template/mcp_logs.html | |
index 4f74085..03216b4 100644 | |
--- a/phpBB/styles/prosilver/template/mcp_logs.html | |
+++ b/phpBB/styles/prosilver/template/mcp_logs.html | |
@@ -7,13 +7,13 @@ | |
<div class="panel"> | |
<div class="inner"> | |
- <div class="action-bar top"> | |
+ <div class="action-bar bar-top"> | |
{L_SEARCH_KEYWORDS}{L_COLON} <input type="search" class="inputbox autowidth" name="keywords" value="{S_KEYWORDS}" /> <input type="submit" class="button2" name="filter" value="{L_SEARCH}" /> | |
<div class="pagination"> | |
{TOTAL} | |
- <!-- IF .pagination --> | |
+ <!-- IF .pagination --> | |
<!-- INCLUDE pagination.html --> | |
- <!-- ELSE --> | |
+ <!-- ELSE --> | |
• {PAGE_NUMBER} | |
<!-- ENDIF --> | |
</div> | |
@@ -51,21 +51,14 @@ | |
</table> | |
<!-- IF .log --> | |
- <fieldset class="display-options"> | |
- <label>{L_DISPLAY_POSTS}{L_COLON} {S_SELECT_SORT_DAYS}</label> | |
- <label>{L_SORT_BY} {S_SELECT_SORT_KEY}</label> | |
- <label>{S_SELECT_SORT_DIR}</label> | |
- <input type="submit" name="sort" value="{L_GO}" class="button2" /> | |
- </fieldset> | |
- | |
- <hr /> | |
- | |
<div class="action-bar bottom"> | |
+ <!-- INCLUDE display_options.html --> | |
+ | |
<div class="pagination"> | |
{TOTAL} | |
- <!-- IF .pagination --> | |
+ <!-- IF .pagination --> | |
<!-- INCLUDE pagination.html --> | |
- <!-- ELSE --> | |
+ <!-- ELSE --> | |
• {PAGE_NUMBER} | |
<!-- ENDIF --> | |
</div> | |
diff --git a/phpBB/styles/prosilver/template/mcp_notes_front.html b/phpBB/styles/prosilver/template/mcp_notes_front.html | |
index db10284..11f3623 100644 | |
--- a/phpBB/styles/prosilver/template/mcp_notes_front.html | |
+++ b/phpBB/styles/prosilver/template/mcp_notes_front.html | |
@@ -19,7 +19,7 @@ | |
</div> | |
<fieldset class="submit-buttons"> | |
- <input type="reset" value="{L_RESET}" name="reset" class="button2" /> | |
+ <input type="reset" value="{L_RESET}" name="reset" class="button2" /> | |
<input type="submit" name="submituser" value="{L_SUBMIT}" class="button1" /> | |
{S_FORM_TOKEN} | |
</fieldset> | |
diff --git a/phpBB/styles/prosilver/template/mcp_notes_user.html b/phpBB/styles/prosilver/template/mcp_notes_user.html | |
index 3e8d47e..62d0562 100644 | |
--- a/phpBB/styles/prosilver/template/mcp_notes_user.html | |
+++ b/phpBB/styles/prosilver/template/mcp_notes_user.html | |
@@ -50,13 +50,13 @@ | |
<div class="panel"> | |
<div class="inner"> | |
- <div class="action-bar top"> | |
+ <div class="action-bar bar-top"> | |
{L_SEARCH_KEYWORDS}{L_COLON} <input type="search" class="inputbox autowidth" name="keywords" value="{S_KEYWORDS}" /> <input type="submit" class="button2" name="filter" value="{L_SEARCH}" /> | |
<div class="pagination"> | |
{TOTAL_REPORTS} | |
- <!-- IF .pagination --> | |
+ <!-- IF .pagination --> | |
<!-- INCLUDE pagination.html --> | |
- <!-- ELSE --> | |
+ <!-- ELSE --> | |
• {PAGE_NUMBER} | |
<!-- ENDIF --> | |
</div> | |
@@ -90,22 +90,14 @@ | |
</tbody> | |
</table> | |
- <hr /> | |
- | |
- <fieldset class="display-options"> | |
- <label>{L_DISPLAY_LOG}{L_COLON} {S_SELECT_SORT_DAYS}</label> | |
- <label>{L_SORT_BY} {S_SELECT_SORT_KEY}</label><label>{S_SELECT_SORT_DIR}</label> | |
- <input type="submit" name="sort" value="{L_GO}" class="button2" /> | |
- </fieldset> | |
- | |
- <hr /> | |
- | |
<div class="action-bar bottom"> | |
+ <!-- INCLUDE display_options.html --> | |
+ | |
<div class="pagination"> | |
{TOTAL_REPORTS} | |
- <!-- IF .pagination --> | |
+ <!-- IF .pagination --> | |
<!-- INCLUDE pagination.html --> | |
- <!-- ELSE --> | |
+ <!-- ELSE --> | |
• {PAGE_NUMBER} | |
<!-- ENDIF --> | |
</div> | |
diff --git a/phpBB/styles/prosilver/template/mcp_post.html b/phpBB/styles/prosilver/template/mcp_post.html | |
index e5777d2..a0de554 100644 | |
--- a/phpBB/styles/prosilver/template/mcp_post.html | |
+++ b/phpBB/styles/prosilver/template/mcp_post.html | |
@@ -14,7 +14,7 @@ | |
<h3>{L_REPORT_REASON}{L_COLON} {REPORT_REASON_TITLE}</h3> | |
<p class="author">{L_REPORTED} {L_POST_BY_AUTHOR} {REPORTER_FULL} « {REPORT_DATE}</p> | |
<!-- IF S_REPORT_CLOSED --> | |
- <p class="post-notice reported">{L_REPORT_CLOSED}</p> | |
+ <p class="post-notice reported"><i class="icon fa-exclamation fa-fw icon-red" aria-hidden="true"></i>{L_REPORT_CLOSED}</p> | |
<!-- ENDIF --> | |
<div class="content"> | |
<!-- IF REPORT_TEXT --> | |
@@ -58,8 +58,8 @@ | |
</li> | |
<!-- IF U_EDIT --> | |
<li> | |
- <a href="{U_EDIT}" title="{L_EDIT_POST}" class="button icon-button edit-icon"> | |
- <span>{L_EDIT_POST}</span> | |
+ <a href="{U_EDIT}" title="{L_EDIT_POST}" class="button"> | |
+ <i class="icon fa-pencil fa-fw" aria-hidden="true"></i><span class="sr-only">{L_EDIT_POST}</span> | |
</a> | |
</li> | |
<!-- ENDIF --> | |
@@ -73,7 +73,7 @@ | |
<!-- IF S_BCC_RECIPIENT --><br /><strong>{L_BCC}{L_COLON}</strong> <!-- BEGIN bcc_recipient --><!-- IF bcc_recipient.NAME_FULL -->{bcc_recipient.NAME_FULL}<!-- ELSE --><a href="{bcc_recipient.U_VIEW}" style="color:<!-- IF bcc_recipient.COLOUR -->{bcc_recipient.COLOUR}<!-- ELSEIF bcc_recipient.IS_GROUP -->#0000FF<!-- ENDIF -->;">{bcc_recipient.NAME}</a><!-- ENDIF --> <!-- END bcc_recipient --><!-- ENDIF --> | |
</p> | |
<!-- ELSE --> | |
- <p class="author">{MINI_POST_IMG} {L_POSTED} {L_POST_BY_AUTHOR} {POST_AUTHOR_FULL} » {POST_DATE}</p> | |
+ <p class="author"><span><i class="icon fa-file fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">{MINI_POST_IMG}</span></span> {L_POSTED} {L_POST_BY_AUTHOR} {POST_AUTHOR_FULL} » {POST_DATE}</p> | |
<!-- ENDIF --> | |
<!-- IF S_POST_UNAPPROVED --> | |
@@ -102,11 +102,11 @@ | |
<!-- IF S_MESSAGE_REPORTED --> | |
<p class="post-notice reported"> | |
- {REPORTED_IMG} <a href="{U_MCP_REPORT}"><strong>{L_MESSAGE_REPORTED}</strong></a> | |
+ <i class="icon fa-exclamation fa-fw icon-red" aria-hidden="true"></i><span class="sr-only">{L_TOPIC_REPORTED}</span> <a href="{U_MCP_REPORT}"><strong>{L_MESSAGE_REPORTED}</strong></a> | |
</p> | |
<!-- ENDIF --> | |
- <div class="content" id="post_details"> | |
+ <div id="post_details" class="content post_details"> | |
{POST_PREVIEW} | |
</div> | |
diff --git a/phpBB/styles/prosilver/template/mcp_queue.html b/phpBB/styles/prosilver/template/mcp_queue.html | |
index 864b231..ee69bf4 100644 | |
--- a/phpBB/styles/prosilver/template/mcp_queue.html | |
+++ b/phpBB/styles/prosilver/template/mcp_queue.html | |
@@ -16,12 +16,12 @@ | |
<p>{L_EXPLAIN}</p> | |
<!-- IF .postrow --> | |
- <div class="action-bar top"> | |
+ <div class="action-bar bar-top"> | |
<div class="pagination"> | |
{TOTAL} | |
- <!-- IF .pagination --> | |
+ <!-- IF .pagination --> | |
<!-- INCLUDE pagination.html --> | |
- <!-- ELSE --> | |
+ <!-- ELSE --> | |
• {PAGE_NUMBER} | |
<!-- ENDIF --> | |
</div> | |
@@ -48,7 +48,7 @@ | |
<dl> | |
<dt> | |
<div class="list-inner"> | |
- <a href="{postrow.U_VIEW_DETAILS}" class="topictitle">{postrow.POST_SUBJECT}</a> {postrow.ATTACH_ICON_IMG}<br /> | |
+ <a href="{postrow.U_VIEW_DETAILS}" class="topictitle">{postrow.POST_SUBJECT}</a><!-- IF postrow.S_HAS_ATTACHMENTS --> <i class="icon fa-paperclip fa-fw" aria-hidden="true"></i> <!-- ENDIF --><br /> | |
<span>{L_POSTED} {L_POST_BY_AUTHOR} {postrow.POST_AUTHOR_FULL} » {postrow.POST_TIME}</span> | |
</div> | |
</dt> | |
@@ -73,21 +73,15 @@ | |
<!-- END postrow --> | |
</ul> | |
- <fieldset class="display-options"> | |
- <label>{L_DISPLAY_POSTS}{L_COLON} {S_SELECT_SORT_DAYS}</label> | |
- <label>{L_SORT_BY} {S_SELECT_SORT_KEY}</label><label>{S_SELECT_SORT_DIR}</label> | |
- <!-- IF TOPIC_ID --><label><input type="checkbox" class="radio" name="t" value="{TOPIC_ID}" checked="checked" /> <strong>{L_ONLY_TOPIC}</strong></label><!-- ENDIF --> | |
- <input type="submit" name="sort" value="{L_GO}" class="button2" /> | |
- </fieldset> | |
- | |
- <hr /> | |
- | |
<div class="action-bar bottom"> | |
+ <!-- INCLUDE display_options.html --> | |
+ <!-- IF TOPIC_ID --><label><input type="checkbox" class="radio" name="t" value="{TOPIC_ID}" checked="checked" onClick="document.getElementById('mcp').submit()" /> <strong>{L_ONLY_TOPIC}</strong></label><!-- ENDIF --> | |
+ | |
<div class="pagination"> | |
{TOTAL} | |
- <!-- IF .pagination --> | |
+ <!-- IF .pagination --> | |
<!-- INCLUDE pagination.html --> | |
- <!-- ELSE --> | |
+ <!-- ELSE --> | |
• {PAGE_NUMBER} | |
<!-- ENDIF --> | |
</div> | |
diff --git a/phpBB/styles/prosilver/template/mcp_reports.html b/phpBB/styles/prosilver/template/mcp_reports.html | |
index 24c0479..e7e0a5c 100644 | |
--- a/phpBB/styles/prosilver/template/mcp_reports.html | |
+++ b/phpBB/styles/prosilver/template/mcp_reports.html | |
@@ -18,12 +18,12 @@ | |
<p>{L_EXPLAIN}</p> | |
<!-- IF .postrow --> | |
- <div class="action-bar top"> | |
+ <div class="action-bar bar-top"> | |
<div class="pagination"> | |
{TOTAL_REPORTS} | |
- <!-- IF .pagination --> | |
+ <!-- IF .pagination --> | |
<!-- INCLUDE pagination.html --> | |
- <!-- ELSE --> | |
+ <!-- ELSE --> | |
• {PAGE_NUMBER} | |
<!-- ENDIF --> | |
</div> | |
@@ -46,7 +46,7 @@ | |
<!-- IF S_PM --> | |
<dt> | |
<div class="list-inner"> | |
- <a href="{postrow.U_VIEW_DETAILS}" class="topictitle">{postrow.PM_SUBJECT}</a> {postrow.ATTACH_ICON_IMG}<br /> | |
+ <a href="{postrow.U_VIEW_DETAILS}" class="topictitle">{postrow.PM_SUBJECT}</a> <i class="icon fa-paperclip fa-fw" aria-hidden="true"></i> <br /> | |
<span>{L_MESSAGE_BY_AUTHOR} {postrow.PM_AUTHOR_FULL} » {postrow.PM_TIME}</span><br /> | |
<span>{L_MESSAGE_TO} {postrow.RECIPIENTS}</span> | |
<div class="responsive-show" style="display: none;"> | |
@@ -60,7 +60,7 @@ | |
<!-- ELSE --> | |
<dt> | |
<div class="list-inner"> | |
- <a href="{postrow.U_VIEW_DETAILS}" class="topictitle">{postrow.POST_SUBJECT}</a> {postrow.ATTACH_ICON_IMG}<br /> | |
+ <a href="{postrow.U_VIEW_DETAILS}" class="topictitle">{postrow.POST_SUBJECT}</a><i class="icon fa-paperclip fa-fw" aria-hidden="true"></i> <br /> | |
<span>{L_POSTED} {L_POST_BY_AUTHOR} {postrow.POST_AUTHOR_FULL} » {postrow.POST_TIME}</span> | |
<div class="responsive-show" style="display: none;"> | |
{L_REPORTER}{L_COLON} {postrow.REPORTER_FULL} « {postrow.REPORT_TIME}<br /> | |
@@ -79,21 +79,15 @@ | |
<!-- END postrow --> | |
</ul> | |
- <fieldset class="display-options"> | |
- <label>{L_DISPLAY_POSTS}{L_COLON} {S_SELECT_SORT_DAYS}</label> | |
- <label>{L_SORT_BY} {S_SELECT_SORT_KEY}</label><label>{S_SELECT_SORT_DIR}</label> | |
- <!-- IF TOPIC_ID --><label><input type="checkbox" class="radio" name="t" value="{TOPIC_ID}" checked="checked" /> <strong>{L_ONLY_TOPIC}</strong></label><!-- ENDIF --> | |
- <input type="submit" name="sort" value="{L_GO}" class="button2" /> | |
- </fieldset> | |
- | |
- <hr /> | |
- | |
<div class="action-bar bottom"> | |
+ <!-- INCLUDE display_options.html --> | |
+ <!-- IF TOPIC_ID --><label><input type="checkbox" class="radio" name="t" value="{TOPIC_ID}" checked="checked" onClick="document.getElementById('mcp').submit()" /> <strong>{L_ONLY_TOPIC}</strong></label><!-- ENDIF --> | |
+ | |
<div class="pagination"> | |
{TOTAL_REPORTS} | |
- <!-- IF .pagination --> | |
+ <!-- IF .pagination --> | |
<!-- INCLUDE pagination.html --> | |
- <!-- ELSE --> | |
+ <!-- ELSE --> | |
• {PAGE_NUMBER} | |
<!-- ENDIF --> | |
</div> | |
diff --git a/phpBB/styles/prosilver/template/mcp_topic.html b/phpBB/styles/prosilver/template/mcp_topic.html | |
index 22d837b..d64c9c9 100644 | |
--- a/phpBB/styles/prosilver/template/mcp_topic.html | |
+++ b/phpBB/styles/prosilver/template/mcp_topic.html | |
@@ -11,7 +11,7 @@ | |
<!-- DEFINE $SHOW_PANEL = 'display-panel' --> | |
<!-- ENDIF --> | |
-<div id="minitabs" class="sub-panels" data-show-panel="{$SHOW_PANEL}" role="tablist"> | |
+<div id="minitabs" class="minitabs sub-panels" data-show-panel="{$SHOW_PANEL}" role="tablist"> | |
<ul> | |
<li id="display-panel-tab" class="tab<!-- IF not S_MERGE_VIEW --> activetab<!-- ENDIF -->"> | |
<a href="#minitabs" data-subpanel="display-panel" role="tab" aria-controls="display-panel">{L_DISPLAY_OPTIONS}</a> | |
@@ -87,12 +87,12 @@ | |
<div class="panel"> | |
<div class="inner"> | |
- <h3 id="review"> | |
+ <h3 id="review" class="review"> | |
<span class="right-box"><a href="#review" onclick="viewableArea(getElementById('topicreview'), true); var rev_text = getElementById('review').getElementsByTagName('a').item(0).firstChild; if (rev_text.data == '{LA_EXPAND_VIEW}'){rev_text.data = '{LA_COLLAPSE_VIEW}'; } else if (rev_text.data == '{LA_COLLAPSE_VIEW}'){rev_text.data = '{LA_EXPAND_VIEW}'};">{L_EXPAND_VIEW}</a></span> | |
{L_TOPIC_REVIEW}{L_COLON} <!-- EVENT mcp_topic_topic_title_before -->{TOPIC_TITLE}<!-- EVENT mcp_topic_topic_title_after --> | |
</h3> | |
- <div id="topicreview"> | |
+ <div id="topicreview" class="topicreview"> | |
<!-- BEGIN postrow --> | |
<div class="post <!-- IF postrow.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF -->"> | |
<div class="inner"> | |
@@ -100,8 +100,8 @@ | |
<div class="postbody" id="pr{postrow.POST_ID}"> | |
<ul class="post-buttons"> | |
<li> | |
- <a href="{postrow.U_POST_DETAILS}" title="{L_POST_DETAILS}" class="button icon-button info-icon"> | |
- <span>{L_POST_DETAILS}</span> | |
+ <a href="{postrow.U_POST_DETAILS}" title="{L_POST_DETAILS}" class="button button-icon-only"> | |
+ <i class="icon fa-info fa-fw" aria-hidden="true"></i><span class="sr-only">{L_POST_DETAILS}</span> | |
</a> | |
</li> | |
<li> | |
@@ -114,12 +114,16 @@ | |
<h3><a href="{postrow.U_POST_DETAILS}">{postrow.POST_SUBJECT}</a></h3> | |
<!-- EVENT mcp_topic_postrow_post_details_before --> | |
- <p class="author"><a href="#pr{postrow.POST_ID}">{postrow.MINI_POST_IMG}</a> {L_POSTED} {postrow.POST_DATE} {L_POST_BY_AUTHOR} <strong>{postrow.POST_AUTHOR_FULL}</strong><!-- IF postrow.U_MCP_DETAILS --> [ <a href="{postrow.U_MCP_DETAILS}">{L_POST_DETAILS}</a> ]<!-- ENDIF --></p> | |
+ <p class="author"> | |
+ <a href="#pr{postrow.POST_ID}" title="{postrow.MINI_POST}"> | |
+ <i class="icon fa-file fa-fw icon-lightgray icon-tiny" aria-hidden="true"></i><span class="sr-only">{postrow.MINI_POST}</span> | |
+ </a> {L_POSTED} {postrow.POST_DATE} {L_POST_BY_AUTHOR} <strong>{postrow.POST_AUTHOR_FULL}</strong><!-- IF postrow.U_MCP_DETAILS --> [ <a href="{postrow.U_MCP_DETAILS}">{L_POST_DETAILS}</a> ]<!-- ENDIF --> | |
+ </p> | |
<!-- EVENT mcp_topic_postrow_post_details_after --> | |
<!-- IF postrow.S_POST_UNAPPROVED --> | |
<p class="post-notice unapproved"> | |
- <a href="{postrow.U_MCP_APPROVE}"><strong>{L_POST_UNAPPROVED}</strong></a> | |
+ <a href="{postrow.U_MCP_APPROVE}"><i class="icon fa-exclamation fa-fw icon-red" aria-hidden="true"></i><strong>{L_POST_UNAPPROVED}</strong></a> | |
</p> | |
<!-- ENDIF --> | |
@@ -131,7 +135,7 @@ | |
<!-- IF postrow.S_POST_REPORTED --> | |
<p class="post-notice reported"> | |
- <a href="{postrow.U_MCP_REPORT}"><strong>{L_POST_REPORTED}</strong></a> | |
+ <a href="{postrow.U_MCP_REPORT}"><i class="icon fa-exclamation fa-fw icon-red" aria-hidden="true"></i><strong>{L_POST_REPORTED}</strong></a> | |
</p> | |
<!-- ENDIF --> | |
@@ -155,7 +159,7 @@ | |
<hr /> | |
- <div class="action-bar bottom"> | |
+ <div class="action-bar bar-bottom"> | |
<div class="pagination"> | |
{TOTAL_POSTS} | |
<!-- IF .pagination --> | |
diff --git a/phpBB/styles/prosilver/template/mcp_warn_front.html b/phpBB/styles/prosilver/template/mcp_warn_front.html | |
index 668a0d8..9b188b5 100644 | |
--- a/phpBB/styles/prosilver/template/mcp_warn_front.html | |
+++ b/phpBB/styles/prosilver/template/mcp_warn_front.html | |
@@ -21,7 +21,7 @@ | |
</div> | |
<fieldset class="submit-buttons"> | |
- <input type="reset" value="{L_RESET}" name="reset" class="button2" /> | |
+ <input type="reset" value="{L_RESET}" name="reset" class="button2" /> | |
<input type="submit" name="submituser" value="{L_SUBMIT}" class="button1" /> | |
{S_FORM_TOKEN} | |
</fieldset> | |
diff --git a/phpBB/styles/prosilver/template/mcp_warn_list.html b/phpBB/styles/prosilver/template/mcp_warn_list.html | |
index d0e80a1..29a2d29 100644 | |
--- a/phpBB/styles/prosilver/template/mcp_warn_list.html | |
+++ b/phpBB/styles/prosilver/template/mcp_warn_list.html | |
@@ -10,12 +10,12 @@ | |
<p>{L_WARNED_USERS_EXPLAIN}</p> | |
<!-- IF .user --> | |
- <div class="action-bar top"> | |
+ <div class="action-bar bar-top"> | |
<div class="pagination"> | |
{TOTAL_USERS} | |
- <!-- IF .pagination --> | |
+ <!-- IF .pagination --> | |
<!-- INCLUDE pagination.html --> | |
- <!-- ELSE --> | |
+ <!-- ELSE --> | |
• {PAGE_NUMBER} | |
<!-- ENDIF --> | |
</div> | |
@@ -43,20 +43,14 @@ | |
</tbody> | |
</table> | |
- <fieldset class="display-options"> | |
- <label>{L_DISPLAY_POSTS}{L_COLON} {S_SELECT_SORT_DAYS}</label> | |
- <label>{L_SORT_BY} {S_SELECT_SORT_KEY}</label><label>{S_SELECT_SORT_DIR}</label> | |
- <input type="submit" name="sort" value="{L_GO}" class="button2" /> | |
- </fieldset> | |
- | |
- <hr /> | |
- | |
<div class="action-bar bottom"> | |
+ <!-- INCLUDE display_options.html --> | |
+ | |
<div class="pagination"> | |
{TOTAL_USERS} | |
- <!-- IF .pagination --> | |
+ <!-- IF .pagination --> | |
<!-- INCLUDE pagination.html --> | |
- <!-- ELSE --> | |
+ <!-- ELSE --> | |
• {PAGE_NUMBER} | |
<!-- ENDIF --> | |
</div> | |
diff --git a/phpBB/styles/prosilver/template/mcp_warn_post.html b/phpBB/styles/prosilver/template/mcp_warn_post.html | |
index 59c7d0d..5e39480 100644 | |
--- a/phpBB/styles/prosilver/template/mcp_warn_post.html | |
+++ b/phpBB/styles/prosilver/template/mcp_warn_post.html | |
@@ -69,7 +69,7 @@ | |
<!-- EVENT mcp_warn_post_add_warning_field_after --> | |
<fieldset class="submit-buttons"> | |
- <input type="reset" value="{L_RESET}" name="reset" class="button2" /> | |
+ <input type="reset" value="{L_RESET}" name="reset" class="button2" /> | |
<input type="submit" name="action[add_warning]" value="{L_SUBMIT}" class="button1" /> | |
{S_FORM_TOKEN} | |
</fieldset> | |
diff --git a/phpBB/styles/prosilver/template/mcp_warn_user.html b/phpBB/styles/prosilver/template/mcp_warn_user.html | |
index 1ad6df7..f4dbf28 100644 | |
--- a/phpBB/styles/prosilver/template/mcp_warn_user.html | |
+++ b/phpBB/styles/prosilver/template/mcp_warn_user.html | |
@@ -53,7 +53,7 @@ | |
<!-- EVENT mcp_warn_user_add_warning_field_after --> | |
<fieldset class="submit-buttons"> | |
- <input type="reset" value="{L_RESET}" name="reset" class="button2" /> | |
+ <input type="reset" value="{L_RESET}" name="reset" class="button2" /> | |
<input type="submit" name="action[add_warning]" value="{L_SUBMIT}" class="button1" /> | |
{S_FORM_TOKEN} | |
</fieldset> | |
diff --git a/phpBB/styles/prosilver/template/mcp_whois.html b/phpBB/styles/prosilver/template/mcp_whois.html | |
index 41a8254..1d08a46 100644 | |
--- a/phpBB/styles/prosilver/template/mcp_whois.html | |
+++ b/phpBB/styles/prosilver/template/mcp_whois.html | |
@@ -3,13 +3,19 @@ | |
<div class="panel"> | |
<div class="inner"> | |
- | |
- <p><a class="arrow-{S_CONTENT_FLOW_BEGIN}" href="{U_RETURN_POST}">{L_RETURN_POST}</a></p> | |
+ <p> | |
+ <a href="{U_RETURN_POST}" class="arrow-{S_CONTENT_FLOW_BEGIN}" accesskey="r"> | |
+ <i class="icon fa-angle-{S_CONTENT_FLOW_BEGIN} fa-fw icon-black" aria-hidden="true"></i><span>{L_RETURN_POST}</span> | |
+ </a> | |
+ </p> | |
<div class="postbody"><div class="content"> | |
<pre>{WHOIS}</pre> | |
</div></div> | |
- <p><a class="arrow-{S_CONTENT_FLOW_BEGIN}" href="{U_RETURN_POST}">{L_RETURN_POST}</a></p> | |
- | |
+ <p> | |
+ <a href="{U_RETURN_POST}" class="arrow-{S_CONTENT_FLOW_BEGIN}" accesskey="r"> | |
+ <i class="icon fa-angle-{S_CONTENT_FLOW_BEGIN} fa-fw icon-black" aria-hidden="true"></i><span>{L_RETURN_POST}</span> | |
+ </a> | |
+ </p> | |
</div> | |
</div> | |
diff --git a/phpBB/styles/prosilver/template/memberlist_body.html b/phpBB/styles/prosilver/template/memberlist_body.html | |
index 5fba591..255e674 100644 | |
--- a/phpBB/styles/prosilver/template/memberlist_body.html | |
+++ b/phpBB/styles/prosilver/template/memberlist_body.html | |
@@ -27,21 +27,21 @@ | |
<!-- ELSE --> | |
<h2 class="solo">{PAGE_TITLE}<!-- IF SEARCH_WORDS -->{L_COLON} <a href="{U_SEARCH_WORDS}">{SEARCH_WORDS}</a><!-- ENDIF --></h2> | |
- <div class="action-bar top"> | |
+ <div class="action-bar bar-top"> | |
<div class="member-search panel"> | |
- <!-- IF U_FIND_MEMBER and not S_SEARCH_USER --><a href="{U_FIND_MEMBER}" id="member_search" data-alt-text="{LA_HIDE_MEMBER_SEARCH}">{L_FIND_USERNAME}</a> • <!-- ELSEIF S_SEARCH_USER and U_HIDE_FIND_MEMBER and not S_IN_SEARCH_POPUP --><a href="{U_HIDE_FIND_MEMBER}" id="member_search" data-alt-text="{LA_FIND_USERNAME}">{L_HIDE_MEMBER_SEARCH}</a> • <!-- ENDIF --> | |
+ <!-- IF U_FIND_MEMBER and not S_SEARCH_USER --><a href="{U_FIND_MEMBER}" id="member_search" data-alt-text="{L_HIDE_MEMBER_SEARCH}">{L_FIND_USERNAME}</a> • <!-- ELSEIF S_SEARCH_USER and U_HIDE_FIND_MEMBER and not S_IN_SEARCH_POPUP --><a href="{U_HIDE_FIND_MEMBER}" id="member_search" data-alt-text="{L_FIND_USERNAME}">{L_HIDE_MEMBER_SEARCH}</a> • <!-- ENDIF --> | |
<strong> | |
<!-- BEGIN first_char --> | |
<a href="{first_char.U_SORT}">{first_char.DESC}</a> | |
<!-- END first_char --> | |
</strong> | |
</div> | |
- | |
+ | |
<div class="pagination"> | |
{TOTAL_USERS} | |
- <!-- IF .pagination --> | |
+ <!-- IF .pagination --> | |
<!-- INCLUDE pagination.html --> | |
- <!-- ELSE --> | |
+ <!-- ELSE --> | |
• {PAGE_NUMBER} | |
<!-- ENDIF --> | |
</div> | |
@@ -52,7 +52,7 @@ | |
<div class="forumbg forumbg-table"> | |
<div class="inner"> | |
- <table class="table1" id="memberlist"> | |
+ <table class="table1 memberlist" id="memberlist"> | |
<thead> | |
<tr> | |
<th class="name" data-dfn="{L_RANK}{L_COMMA_SEPARATOR}<!-- IF S_SHOW_GROUP and .memberrow -->{L_GROUP_LEADER}<!-- ELSE -->{L_USERNAME}<!-- ENDIF -->"><span class="rank-img"><a href="{U_SORT_RANK}">{L_RANK}</a></span><a href="{U_SORT_USERNAME}"><!-- IF S_SHOW_GROUP and .memberrow -->{L_GROUP_LEADER}<!-- ELSE -->{L_USERNAME}<!-- ENDIF --></a></th> | |
@@ -145,12 +145,12 @@ | |
</form> | |
-<div class="action-bar bottom"> | |
+<div class="action-bar bar-bottom"> | |
<div class="pagination"> | |
{TOTAL_USERS} | |
- <!-- IF .pagination --> | |
+ <!-- IF .pagination --> | |
<!-- INCLUDE pagination.html --> | |
- <!-- ELSE --> | |
+ <!-- ELSE --> | |
• {PAGE_NUMBER} | |
<!-- ENDIF --> | |
</div> | |
diff --git a/phpBB/styles/prosilver/template/memberlist_team.html b/phpBB/styles/prosilver/template/memberlist_team.html | |
index b7f2d66..59041fb 100644 | |
--- a/phpBB/styles/prosilver/template/memberlist_team.html | |
+++ b/phpBB/styles/prosilver/template/memberlist_team.html | |
@@ -19,7 +19,7 @@ | |
<tbody> | |
<!-- BEGIN user --> | |
<tr class="<!-- IF group.user.S_ROW_COUNT is even -->bg1<!-- ELSE -->bg2<!-- ENDIF --><!-- IF group.user.S_INACTIVE --> inactive<!-- ENDIF -->"> | |
- <td><!-- IF group.user.RANK_IMG --><span class="rank-img">{group.user.RANK_IMG}</span><!-- ELSE --><span class="rank-img">{group.user.RANK_TITLE}</span><!-- ENDIF -->{group.user.USERNAME_FULL}<!-- IF group.user.S_INACTIVE --> ({L_INACTIVE})<!-- ENDIF --></td> | |
+ <td><!-- IF group.user.RANK_IMG --><span class="rank-img">{group.user.RANK_IMG}</span><!-- ELSE --><span class="rank-img">{group.user.RANK_TITLE}</span><!-- ENDIF --><!-- EVENT memberlist_team_username_prepend -->{group.user.USERNAME_FULL}<!-- IF group.user.S_INACTIVE --> ({L_INACTIVE})<!-- ENDIF --><!-- EVENT memberlist_team_username_append --></td> | |
<td class="info"><!-- IF group.user.U_GROUP --> | |
<a<!-- IF group.user.GROUP_COLOR --> style="font-weight: bold; color: #{group.user.GROUP_COLOR}"<!-- ENDIF --> href="{group.user.U_GROUP}">{group.user.GROUP_NAME}</a> | |
<!-- ELSE --> | |
@@ -36,7 +36,7 @@ | |
<!-- END user --> | |
</tbody> | |
</table> | |
- | |
+ | |
</div> | |
</div> | |
<!-- END group --> | |
diff --git a/phpBB/styles/prosilver/template/message_body.html b/phpBB/styles/prosilver/template/message_body.html | |
index 71eca20..330203e 100644 | |
--- a/phpBB/styles/prosilver/template/message_body.html | |
+++ b/phpBB/styles/prosilver/template/message_body.html | |
@@ -8,7 +8,13 @@ | |
<div class="inner"> | |
<h2 class="message-title">{MESSAGE_TITLE}</h2> | |
<p>{MESSAGE_TEXT}</p> | |
- <!-- IF SCRIPT_NAME == "search" and not S_BOARD_DISABLED and not S_NO_SEARCH and L_RETURN_TO_SEARCH_ADV --><p><a href="{U_SEARCH}" class="arrow-{S_CONTENT_FLOW_BEGIN}">{L_GO_TO_SEARCH_ADV}</a></p><!-- ENDIF --> | |
+ <!-- IF SCRIPT_NAME == "search" and not S_BOARD_DISABLED and not S_NO_SEARCH and L_RETURN_TO_SEARCH_ADV --> | |
+ <p> | |
+ <a href="{U_SEARCH}" class="arrow-{S_CONTENT_FLOW_BEGIN}" accesskey="r"> | |
+ <i class="icon fa-angle-{S_CONTENT_FLOW_BEGIN} fa-fw icon-black" aria-hidden="true"></i><span>{L_GO_TO_SEARCH_ADV}</span> | |
+ </a> | |
+ </p> | |
+ <!-- ENDIF --> | |
</div> | |
</div> | |
diff --git a/phpBB/styles/prosilver/template/navbar_footer.html b/phpBB/styles/prosilver/template/navbar_footer.html | |
index b5a705d..4e3d1e2 100644 | |
--- a/phpBB/styles/prosilver/template/navbar_footer.html | |
+++ b/phpBB/styles/prosilver/template/navbar_footer.html | |
@@ -1,26 +1,68 @@ | |
<div class="navbar" role="navigation"> | |
<div class="inner"> | |
- <ul id="nav-footer" class="linklist bulletin" role="menubar"> | |
- <li class="small-icon icon-home breadcrumbs"> | |
- <!-- IF U_SITE_HOME --><span class="crumb"><a href="{U_SITE_HOME}" data-navbar-reference="home">{L_SITE_HOME}</a></span><!-- ENDIF --> | |
+ <ul id="nav-footer" class="nav-footer linklist" role="menubar"> | |
+ <li class="breadcrumbs"> | |
+ <!-- IF U_SITE_HOME --> | |
+ {% spaceless %} | |
+ <span class="crumb"> | |
+ <a href="{U_SITE_HOME}" data-navbar-reference="home"> | |
+ <i class="icon fa-home fa-fw" aria-hidden="true"></i><span>{L_SITE_HOME}</span> | |
+ </a> | |
+ </span> | |
+ {% endspaceless %} | |
+ <!-- ENDIF --> | |
<!-- EVENT overall_footer_breadcrumb_prepend --> | |
- <span class="crumb"><a href="{U_INDEX}" data-navbar-reference="index">{L_INDEX}</a></span> | |
+ {% spaceless %} | |
+ <span class="crumb"> | |
+ <a href="{U_INDEX}" data-navbar-reference="index"> | |
+ <!-- IF not U_SITE_HOME --><i class="icon fa-home fa-fw" aria-hidden="true"></i><!-- ENDIF --><span>{L_INDEX}</span> | |
+ </a> | |
+ </span> | |
+ {% endspaceless %} | |
<!-- EVENT overall_footer_breadcrumb_append --> | |
</li> | |
- <!-- IF U_WATCH_FORUM_LINK and not S_IS_BOT --><li class="small-icon icon-<!-- IF S_WATCHING_FORUM -->unsubscribe<!-- ELSE -->subscribe<!-- ENDIF -->" data-last-responsive="true"><a href="{U_WATCH_FORUM_LINK}" title="{S_WATCH_FORUM_TITLE}" data-ajax="toggle_link" data-toggle-class="small-icon icon-<!-- IF not S_WATCHING_FORUM -->unsubscribe<!-- ELSE -->subscribe<!-- ENDIF -->" data-toggle-text="{S_WATCH_FORUM_TOGGLE}" data-toggle-url="{U_WATCH_FORUM_TOGGLE}">{S_WATCH_FORUM_TITLE}</a></li><!-- ENDIF --> | |
+ <!-- IF U_WATCH_FORUM_LINK and not S_IS_BOT --> | |
+ <li data-last-responsive="true"> | |
+ <a href="{U_WATCH_FORUM_LINK}" title="{S_WATCH_FORUM_TITLE}" data-ajax="toggle_link" data-toggle-class="icon <!-- IF S_WATCHING_FORUM -->fa-check-square-o<!-- ELSE -->fa-square-o<!-- ENDIF --> fa-fw" data-toggle-text="{S_WATCH_FORUM_TOGGLE}" data-toggle-url="{U_WATCH_FORUM_TOGGLE}"> | |
+ <i class="icon <!-- IF S_WATCHING_FORUM -->fa-square-o<!-- ELSE -->fa-check-square-o<!-- ENDIF --> fa-fw" aria-hidden="true"></i><span>{S_WATCH_FORUM_TITLE}</span> | |
+ </a> | |
+ </li> | |
+ <!-- ENDIF --> | |
<!-- EVENT overall_footer_timezone_before --> | |
<li class="rightside">{S_TIMEZONE}</li> | |
<!-- EVENT overall_footer_timezone_after --> | |
<!-- IF not S_IS_BOT --> | |
- <li class="small-icon icon-delete-cookies rightside"><a href="{U_DELETE_COOKIES}" data-ajax="true" data-refresh="true" role="menuitem">{L_DELETE_COOKIES}</a></li> | |
- <!-- IF S_DISPLAY_MEMBERLIST --><li class="small-icon icon-members rightside" data-last-responsive="true"><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}" role="menuitem">{L_MEMBERLIST}</a></li><!-- ENDIF --> | |
+ <li class="rightside"> | |
+ <a href="{U_DELETE_COOKIES}" data-ajax="true" data-refresh="true" role="menuitem"> | |
+ <i class="icon fa-trash fa-fw" aria-hidden="true"></i><span>{L_DELETE_COOKIES}</span> | |
+ </a> | |
+ </li> | |
+ <!-- IF S_DISPLAY_MEMBERLIST --> | |
+ <li class="rightside" data-last-responsive="true"> | |
+ <a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}" role="menuitem"> | |
+ <i class="icon fa-group fa-fw" aria-hidden="true"></i><span>{L_MEMBERLIST}</span> | |
+ </a> | |
+ </li> | |
+ <!-- ENDIF --> | |
<!-- ENDIF --> | |
<!-- EVENT overall_footer_teamlink_before --> | |
- <!-- IF U_TEAM --><li class="small-icon icon-team rightside" data-last-responsive="true"><a href="{U_TEAM}" role="menuitem">{L_THE_TEAM}</a></li><!-- ENDIF --> | |
+ <!-- IF U_TEAM --> | |
+ <li class="rightside" data-last-responsive="true"> | |
+ <a href="{U_TEAM}" role="menuitem"> | |
+ <i class="icon fa-shield fa-fw" aria-hidden="true"></i><span>{L_THE_TEAM}</span> | |
+ </a> | |
+ </li> | |
+ <!-- ENDIF --> | |
<!-- EVENT overall_footer_teamlink_after --> | |
- <!-- IF U_CONTACT_US --><li class="small-icon icon-contact rightside" data-last-responsive="true"><a href="{U_CONTACT_US}" role="menuitem">{L_CONTACT_US}</a></li><!-- ENDIF --> | |
+ <!-- IF U_CONTACT_US --> | |
+ <li class="rightside" data-last-responsive="true"> | |
+ <a href="{U_CONTACT_US}" role="menuitem"> | |
+ <i class="icon fa-envelope fa-fw" aria-hidden="true"></i><span>{L_CONTACT_US}</span> | |
+ </a> | |
+ </li> | |
+ <!-- ENDIF --> | |
</ul> | |
</div> | |
diff --git a/phpBB/styles/prosilver/template/navbar_header.html b/phpBB/styles/prosilver/template/navbar_header.html | |
index e948e2e..b8080a6 100644 | |
--- a/phpBB/styles/prosilver/template/navbar_header.html | |
+++ b/phpBB/styles/prosilver/template/navbar_header.html | |
@@ -1,11 +1,13 @@ | |
<div class="navbar" role="navigation"> | |
<div class="inner"> | |
- <ul id="nav-main" class="linklist bulletin" role="menubar"> | |
+ <ul id="nav-main" class="nav-main linklist" role="menubar"> | |
- <li id="quick-links" class="small-icon responsive-menu dropdown-container<!-- IF not S_DISPLAY_QUICK_LINKS and not S_DISPLAY_SEARCH --> hidden<!-- ENDIF -->" data-skip-responsive="true"> | |
- <a href="#" class="responsive-menu-link dropdown-trigger">{L_QUICK_LINKS}</a> | |
- <div class="dropdown hidden"> | |
+ <li id="quick-links" class="quick-links dropdown-container responsive-menu<!-- IF not S_DISPLAY_QUICK_LINKS and not S_DISPLAY_SEARCH --> hidden<!-- ENDIF -->" data-skip-responsive="true"> | |
+ <a href="#" class="dropdown-trigger"> | |
+ <i class="icon fa-bars fa-fw" aria-hidden="true"></i><span>{L_QUICK_LINKS}</span> | |
+ </a> | |
+ <div class="dropdown"> | |
<div class="pointer"><div class="pointer-inner"></div></div> | |
<ul class="dropdown-contents" role="menu"> | |
<!-- EVENT navbar_header_quick_links_before --> | |
@@ -13,24 +15,60 @@ | |
<!-- IF S_DISPLAY_SEARCH --> | |
<li class="separator"></li> | |
<!-- IF S_REGISTERED_USER --> | |
- <li class="small-icon icon-search-self"><a href="{U_SEARCH_SELF}" role="menuitem">{L_SEARCH_SELF}</a></li> | |
+ <li> | |
+ <a href="{U_SEARCH_SELF}" role="menuitem"> | |
+ <i class="icon fa-file-o fa-fw icon-gray" aria-hidden="true"></i><span>{L_SEARCH_SELF}</span> | |
+ </a> | |
+ </li> | |
<!-- ENDIF --> | |
<!-- IF S_USER_LOGGED_IN --> | |
- <li class="small-icon icon-search-new"><a href="{U_SEARCH_NEW}" role="menuitem">{L_SEARCH_NEW}</a></li> | |
+ <li> | |
+ <a href="{U_SEARCH_NEW}" role="menuitem"> | |
+ <i class="icon fa-file-o fa-fw icon-red" aria-hidden="true"></i><span>{L_SEARCH_NEW}</span> | |
+ </a> | |
+ </li> | |
<!-- ENDIF --> | |
- <!-- IF S_LOAD_UNREADS --> | |
- <li class="small-icon icon-search-unread"><a href="{U_SEARCH_UNREAD}" role="menuitem">{L_SEARCH_UNREAD}</a></li> | |
+ <!-- IF S_LOAD_UNREADS --> | |
+ <li> | |
+ <a href="{U_SEARCH_UNREAD}" role="menuitem"> | |
+ <i class="icon fa-file-o fa-fw icon-red" aria-hidden="true"></i><span>{L_SEARCH_UNREAD}</span> | |
+ </a> | |
+ </li> | |
<!-- ENDIF --> | |
- <li class="small-icon icon-search-unanswered"><a href="{U_SEARCH_UNANSWERED}" role="menuitem">{L_SEARCH_UNANSWERED}</a></li> | |
- <li class="small-icon icon-search-active"><a href="{U_SEARCH_ACTIVE_TOPICS}" role="menuitem">{L_SEARCH_ACTIVE_TOPICS}</a></li> | |
- <li class="separator"></li> | |
- <li class="small-icon icon-search"><a href="{U_SEARCH}" role="menuitem">{L_SEARCH}</a></li> | |
+ <li> | |
+ <a href="{U_SEARCH_UNANSWERED}" role="menuitem"> | |
+ <i class="icon fa-file-o fa-fw icon-gray" aria-hidden="true"></i><span>{L_SEARCH_UNANSWERED}</span> | |
+ </a> | |
+ </li> | |
+ <li> | |
+ <a href="{U_SEARCH_ACTIVE_TOPICS}" role="menuitem"> | |
+ <i class="icon fa-file-o fa-fw icon-blue" aria-hidden="true"></i><span>{L_SEARCH_ACTIVE_TOPICS}</span> | |
+ </a> | |
+ </li> | |
+ <li class="separator"></li> | |
+ <li> | |
+ <a href="{U_SEARCH}" role="menuitem"> | |
+ <i class="icon fa-search fa-fw" aria-hidden="true"></i><span>{L_SEARCH}</span> | |
+ </a> | |
+ </li> | |
<!-- ENDIF --> | |
<!-- IF not S_IS_BOT and (S_DISPLAY_MEMBERLIST or U_TEAM) --> | |
<li class="separator"></li> | |
- <!-- IF S_DISPLAY_MEMBERLIST --><li class="small-icon icon-members"><a href="{U_MEMBERLIST}" role="menuitem">{L_MEMBERLIST}</a></li><!-- ENDIF --> | |
- <!-- IF U_TEAM --><li class="small-icon icon-team"><a href="{U_TEAM}" role="menuitem">{L_THE_TEAM}</a></li><!-- ENDIF --> | |
+ <!-- IF S_DISPLAY_MEMBERLIST --> | |
+ <li> | |
+ <a href="{U_MEMBERLIST}" role="menuitem"> | |
+ <i class="icon fa-group fa-fw" aria-hidden="true"></i><span>{L_MEMBERLIST}</span> | |
+ </a> | |
+ </li> | |
+ <!-- ENDIF --> | |
+ <!-- IF U_TEAM --> | |
+ <li> | |
+ <a href="{U_TEAM}" role="menuitem"> | |
+ <i class="icon fa-shield fa-fw" aria-hidden="true"></i><span>{L_THE_TEAM}</span> | |
+ </a> | |
+ </li> | |
+ <!-- ENDIF --> | |
<!-- ENDIF --> | |
<li class="separator"></li> | |
@@ -40,67 +78,116 @@ | |
</li> | |
<!-- EVENT overall_header_navigation_prepend --> | |
- <li class="small-icon icon-faq" <!-- IF not S_USER_LOGGED_IN -->data-skip-responsive="true"<!-- ELSE -->data-last-responsive="true"<!-- ENDIF -->><a href="{U_FAQ}" rel="help" title="{L_FAQ_EXPLAIN}" role="menuitem">{L_FAQ}</a></li> | |
+ <li <!-- IF not S_USER_LOGGED_IN -->data-skip-responsive="true"<!-- ELSE -->data-last-responsive="true"<!-- ENDIF -->> | |
+ <a href="{U_FAQ}" rel="help" title="{L_FAQ_EXPLAIN}" role="menuitem"> | |
+ <i class="icon fa-question-circle fa-fw" aria-hidden="true"></i><span>{L_FAQ}</span> | |
+ </a> | |
+ </li> | |
<!-- EVENT overall_header_navigation_append --> | |
- <!-- IF U_ACP --><li class="small-icon icon-acp" data-last-responsive="true"><a href="{U_ACP}" title="{L_ACP}" role="menuitem">{L_ACP_SHORT}</a></li><!-- ENDIF --> | |
- <!-- 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 U_ACP --> | |
+ <li data-last-responsive="true"> | |
+ <a href="{U_ACP}" title="{L_ACP}" role="menuitem"> | |
+ <i class="icon fa-cogs fa-fw" aria-hidden="true"></i><span>{L_ACP_SHORT}</span> | |
+ </a> | |
+ </li> | |
+ <!-- ENDIF --> | |
+ <!-- IF U_MCP --> | |
+ <li data-last-responsive="true"> | |
+ <a href="{U_MCP}" title="{L_MCP}" role="menuitem"> | |
+ <i class="icon fa-gavel fa-fw" aria-hidden="true"></i><span>{L_MCP_SHORT}</span> | |
+ </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"> | |
- <a href="{U_PROFILE}" class="header-avatar dropdown-trigger"><!-- IF CURRENT_USER_AVATAR -->{CURRENT_USER_AVATAR} <!-- ENDIF -->{CURRENT_USERNAME_SIMPLE}</a> | |
- <div class="dropdown hidden"> | |
+ <a href="{U_PROFILE}" class="header-avatar dropdown-trigger"><!-- IF CURRENT_USER_AVATAR -->{CURRENT_USER_AVATAR} <!-- ENDIF --> {CURRENT_USERNAME_SIMPLE}</a> | |
+ <div class="dropdown"> | |
<div class="pointer"><div class="pointer-inner"></div></div> | |
<ul class="dropdown-contents" role="menu"> | |
- <!-- IF U_RESTORE_PERMISSIONS --><li class="small-icon icon-restore-permissions"><a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a></li><!-- ENDIF --> | |
- | |
- <!-- EVENT navbar_header_profile_list_before --> | |
- | |
- <li class="small-icon icon-ucp"><a href="{U_PROFILE}" title="{L_PROFILE}" role="menuitem">{L_PROFILE}</a></li> | |
- <li class="small-icon icon-profile"><a href="{U_USER_PROFILE}" title="{L_READ_PROFILE}" role="menuitem">{L_READ_PROFILE}</a></li> | |
- | |
+ <!-- IF U_RESTORE_PERMISSIONS --> | |
+ <li> | |
+ <a href="{U_RESTORE_PERMISSIONS}"> | |
+ <i class="icon fa-refresh fa-fw" aria-hidden="true"></i><span>{L_RESTORE_PERMISSIONS}</span> | |
+ </a> | |
+ </li> | |
+ <!-- ENDIF --> | |
+ | |
+ <!-- EVENT navbar_header_profile_list_before --> | |
+ | |
+ <li> | |
+ <a href="{U_PROFILE}" title="{L_PROFILE}" role="menuitem"> | |
+ <i class="icon fa-sliders fa-fw" aria-hidden="true"></i><span>{L_PROFILE}</span> | |
+ </a> | |
+ </li> | |
+ <li> | |
+ <a href="{U_USER_PROFILE}" title="{L_READ_PROFILE}" role="menuitem"> | |
+ <i class="icon fa-user fa-fw" aria-hidden="true"></i><span>{L_READ_PROFILE}</span> | |
+ </a> | |
+ </li> | |
+ | |
<!-- EVENT navbar_header_profile_list_after --> | |
- | |
+ | |
<li class="separator"></li> | |
- <li class="small-icon icon-logout"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="x" role="menuitem">{L_LOGIN_LOGOUT}</a></li> | |
+ <li> | |
+ <a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="x" role="menuitem"> | |
+ <i class="icon fa-power-off fa-fw" aria-hidden="true"></i><span>{L_LOGIN_LOGOUT}</span> | |
+ </a> | |
+ </li> | |
</ul> | |
</div> | |
</div> | |
<!-- EVENT navbar_header_username_append --> | |
</li> | |
<!-- IF S_DISPLAY_PM --> | |
- <li class="small-icon icon-pm rightside" data-skip-responsive="true"> | |
- <a href="{U_PRIVATEMSGS}" role="menuitem"><span>{L_PRIVATE_MESSAGES} [</span><strong>{PRIVATE_MESSAGE_COUNT}</strong><span>]</span></a> | |
+ <li class="rightside" data-skip-responsive="true"> | |
+ <a href="{U_PRIVATEMSGS}" role="menuitem"> | |
+ <i class="icon fa-inbox fa-fw" aria-hidden="true"></i><span>{L_PRIVATE_MESSAGES} </span><strong class="badge<!-- IF not PRIVATE_MESSAGE_COUNT --> hidden<!-- ENDIF -->">{PRIVATE_MESSAGE_COUNT}</strong> | |
+ </a> | |
</li> | |
<!-- ENDIF --> | |
<!-- IF S_NOTIFICATIONS_DISPLAY --> | |
- <li class="small-icon icon-notification dropdown-container dropdown-{S_CONTENT_FLOW_END} rightside" data-skip-responsive="true"> | |
- <a href="{U_VIEW_ALL_NOTIFICATIONS}" id="notification_list_button" class="dropdown-trigger"><span>{L_NOTIFICATIONS} [</span><strong>{NOTIFICATIONS_COUNT}</strong><span>]</span></a> | |
+ <li class="dropdown-container dropdown-{S_CONTENT_FLOW_END} rightside" data-skip-responsive="true"> | |
+ <a href="{U_VIEW_ALL_NOTIFICATIONS}" id="notification_list_button" class="dropdown-trigger"> | |
+ <i class="icon fa-bell fa-fw" aria-hidden="true"></i><span>{L_NOTIFICATIONS} </span><strong class="badge<!-- IF not NOTIFICATIONS_COUNT --> hidden<!-- ENDIF -->">{NOTIFICATIONS_COUNT}</strong> | |
+ </a> | |
<!-- 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> | |
+ <li class="rightside" data-skip-responsive="true"> | |
+ <a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="x" role="menuitem"> | |
+ <i class="icon fa-power-off fa-fw" aria-hidden="true"></i><span>{L_LOGIN_LOGOUT}</span> | |
+ </a> | |
+ </li> | |
<!-- IF S_REGISTER_ENABLED and not (S_SHOW_COPPA or S_REGISTRATION) --> | |
- <li class="small-icon icon-register rightside" data-skip-responsive="true"><a href="{U_REGISTER}" role="menuitem">{L_REGISTER}</a></li> | |
+ <li class="rightside" data-skip-responsive="true"> | |
+ <a href="{U_REGISTER}" role="menuitem"> | |
+ <i class="icon fa-pencil-square-o fa-fw" aria-hidden="true"></i><span>{L_REGISTER}</span> | |
+ </a> | |
+ </li> | |
<!-- ENDIF --> | |
<!-- EVENT navbar_header_logged_out_content --> | |
<!-- ENDIF --> | |
</ul> | |
- <ul id="nav-breadcrumbs" class="linklist navlinks" role="menubar"> | |
+ <ul id="nav-breadcrumbs" class="nav-breadcrumbs linklist navlinks" role="menubar"> | |
<!-- DEFINE $MICRODATA = ' itemtype="http://data-vocabulary.org/Breadcrumb" itemscope=""' --> | |
<!-- EVENT overall_header_breadcrumbs_before --> | |
- <li class="small-icon icon-home breadcrumbs"> | |
- <!-- IF U_SITE_HOME --><span class="crumb"{$MICRODATA}><a href="{U_SITE_HOME}" data-navbar-reference="home" itemprop="url"><span itemprop="title">{L_SITE_HOME}</span></a></span><!-- ENDIF --> | |
+ <li class="breadcrumbs"> | |
+ <!-- IF U_SITE_HOME --> | |
+ <span class="crumb" {$MICRODATA}><a href="{U_SITE_HOME}" itemprop="url" data-navbar-reference="home"><i class="icon fa-home fa-fw" aria-hidden="true"></i><span itemprop="title">{L_SITE_HOME}</span></a></span> | |
+ <!-- ENDIF --> | |
<!-- EVENT overall_header_breadcrumb_prepend --> | |
- <span class="crumb"{$MICRODATA}><a href="{U_INDEX}" accesskey="h" data-navbar-reference="index" itemprop="url"><span itemprop="title">{L_INDEX}</span></a></span> | |
+ <span class="crumb" {$MICRODATA}><a href="{U_INDEX}" itemprop="url" accesskey="h" data-navbar-reference="index"><!-- IF not U_SITE_HOME --><i class="icon fa-home fa-fw"></i><!-- ENDIF --><span itemprop="title">{L_INDEX}</span></a></span> | |
+ | |
<!-- BEGIN navlinks --> | |
<!-- EVENT overall_header_navlink_prepend --> | |
- <span class="crumb"{$MICRODATA}<!-- IF navlinks.MICRODATA --> {navlinks.MICRODATA}<!-- ENDIF -->><a href="{navlinks.U_VIEW_FORUM}" itemprop="url"><span itemprop="title">{navlinks.FORUM_NAME}</span></a></span> | |
+ <span class="crumb" {$MICRODATA}<!-- IF navlinks.MICRODATA --> {navlinks.MICRODATA}<!-- ENDIF -->><a href="{navlinks.U_VIEW_FORUM}" itemprop="url"><span itemprop="title">{navlinks.FORUM_NAME}</span></a></span> | |
<!-- EVENT overall_header_navlink_append --> | |
<!-- END navlinks --> | |
<!-- EVENT overall_header_breadcrumb_append --> | |
@@ -108,7 +195,11 @@ | |
<!-- EVENT overall_header_breadcrumbs_after --> | |
<!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH --> | |
- <li class="rightside responsive-search" style="display: none;"><a href="{U_SEARCH}" title="{L_SEARCH_ADV_EXPLAIN}" role="menuitem">{L_SEARCH}</a></li> | |
+ <li class="rightside responsive-search"> | |
+ <a href="{U_SEARCH}" title="{L_SEARCH_ADV_EXPLAIN}" role="menuitem"> | |
+ <i class="icon fa-search fa-fw" aria-hidden="true"></i><span class="sr-only">{L_SEARCH}</span> | |
+ </a> | |
+ </li> | |
<!-- ENDIF --> | |
</ul> | |
diff --git a/phpBB/styles/prosilver/template/notification_dropdown.html b/phpBB/styles/prosilver/template/notification_dropdown.html | |
index 13d90a9..e444d8f 100644 | |
--- a/phpBB/styles/prosilver/template/notification_dropdown.html | |
+++ b/phpBB/styles/prosilver/template/notification_dropdown.html | |
@@ -32,7 +32,9 @@ | |
</div> | |
<!-- IF notifications.URL --></a><!-- ENDIF --> | |
<!-- IF notifications.UNREAD --> | |
- <a href="{notifications.U_MARK_READ}" class="mark_read icon-mark" data-ajax="notification.mark_read" title="{L_MARK_READ}"></a> | |
+ <a href="{notifications.U_MARK_READ}" class="mark_read icon-mark" data-ajax="notification.mark_read" title="{L_MARK_READ}"> | |
+ <i class="icon fa-check-circle icon-xl fa-fw" aria-hidden="true"></i><span class="sr-only">{L_MARK_READ}</span> | |
+ </a> | |
<!-- ENDIF --> | |
</li> | |
<!-- END notifications --> | |
diff --git a/phpBB/styles/prosilver/template/overall_footer.html b/phpBB/styles/prosilver/template/overall_footer.html | |
index ff54f3a..413c93f 100644 | |
--- a/phpBB/styles/prosilver/template/overall_footer.html | |
+++ b/phpBB/styles/prosilver/template/overall_footer.html | |
@@ -3,7 +3,7 @@ | |
<!-- EVENT overall_footer_page_body_after --> | |
-<div id="page-footer" role="contentinfo"> | |
+<div id="page-footer" class="page-footer" role="contentinfo"> | |
<!-- INCLUDE navbar_footer.html --> | |
<div class="copyright"> | |
@@ -15,16 +15,20 @@ | |
<!-- IF U_ACP --><br /><strong><a href="{U_ACP}">{L_ACP}</a></strong><!-- ENDIF --> | |
</div> | |
- <div id="darkenwrapper" data-ajax-error-title="{L_AJAX_ERROR_TITLE}" data-ajax-error-text="{L_AJAX_ERROR_TEXT}" data-ajax-error-text-abort="{L_AJAX_ERROR_TEXT_ABORT}" data-ajax-error-text-timeout="{L_AJAX_ERROR_TEXT_TIMEOUT}" data-ajax-error-text-parsererror="{L_AJAX_ERROR_TEXT_PARSERERROR}"> | |
- <div id="darken"> </div> | |
+ <div id="darkenwrapper" class="darkenwrapper" data-ajax-error-title="{L_AJAX_ERROR_TITLE}" data-ajax-error-text="{L_AJAX_ERROR_TEXT}" data-ajax-error-text-abort="{L_AJAX_ERROR_TEXT_ABORT}" data-ajax-error-text-timeout="{L_AJAX_ERROR_TEXT_TIMEOUT}" data-ajax-error-text-parsererror="{L_AJAX_ERROR_TEXT_PARSERERROR}"> | |
+ <div id="darken" class="darken"> </div> | |
</div> | |
<div id="phpbb_alert" class="phpbb_alert" data-l-err="{L_ERROR}" data-l-timeout-processing-req="{L_TIMEOUT_PROCESSING_REQ}"> | |
- <a href="#" class="alert_close"></a> | |
+ <a href="#" class="alert_close"> | |
+ <i class="icon fa-times-circle fa-fw" aria-hidden="true"></i> | |
+ </a> | |
<h3 class="alert_title"> </h3><p class="alert_text"></p> | |
</div> | |
<div id="phpbb_confirm" class="phpbb_alert"> | |
- <a href="#" class="alert_close"></a> | |
+ <a href="#" class="alert_close"> | |
+ <i class="icon fa-times-circle fa-fw" aria-hidden="true"></i> | |
+ </a> | |
<div class="alert_text"></div> | |
</div> | |
</div> | |
@@ -41,6 +45,42 @@ | |
<script type="text/javascript" src="{T_ASSETS_PATH}/javascript/core.js?assets_version={T_ASSETS_VERSION}"></script> | |
<!-- INCLUDEJS forum_fn.js --> | |
<!-- INCLUDEJS ajax.js --> | |
+<!-- IF S_ALLOW_CDN --> | |
+ <script type="text/javascript"> | |
+ (function($){ | |
+ var $fa_cdn = $('head').find('link[rel="stylesheet"]').first(), | |
+ $span = $('<span class="fa" style="display:none"></span>').appendTo('body'); | |
+ if ($span.css('fontFamily') !== 'FontAwesome' ) { | |
+ $fa_cdn.after('<link href="{T_ASSETS_PATH}/css/font-awesome.min.css" rel="stylesheet">'); | |
+ $fa_cdn.remove(); | |
+ } | |
+ $span.remove(); | |
+ })(jQuery); | |
+ </script> | |
+<!-- ENDIF --> | |
+ | |
+<!-- IF S_COOKIE_NOTICE --> | |
+ <script src="{T_ASSETS_PATH}/cookieconsent/cookieconsent.min.js?assets_version={T_ASSETS_VERSION}"></script> | |
+ <script> | |
+ window.addEventListener("load", function(){ | |
+ window.cookieconsent.initialise({ | |
+ "palette": { | |
+ "popup": { | |
+ "background": "#0F538A" | |
+ }, | |
+ "button": { | |
+ "background": "#E5E5E5" | |
+ } | |
+ }, | |
+ "theme": "classic", | |
+ "content": { | |
+ "message": "{LA_COOKIE_CONSENT_MSG}", | |
+ "dismiss": "{LA_COOKIE_CONSENT_OK}", | |
+ "link": "{LA_COOKIE_CONSENT_INFO}" | |
+ } | |
+ })}); | |
+ </script> | |
+<!-- ENDIF --> | |
<!-- EVENT overall_footer_after --> | |
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html | |
index 5093d81..4438137 100644 | |
--- a/phpBB/styles/prosilver/template/overall_header.html | |
+++ b/phpBB/styles/prosilver/template/overall_header.html | |
@@ -8,13 +8,13 @@ | |
<title><!-- IF UNREAD_NOTIFICATIONS_COUNT -->({UNREAD_NOTIFICATIONS_COUNT}) <!-- ENDIF --><!-- IF not S_VIEWTOPIC and not S_VIEWFORUM -->{SITENAME} - <!-- ENDIF --><!-- IF S_IN_MCP -->{L_MCP} - <!-- ELSEIF S_IN_UCP -->{L_UCP} - <!-- ENDIF -->{PAGE_TITLE}<!-- IF S_VIEWTOPIC or S_VIEWFORUM --> - {SITENAME}<!-- ENDIF --></title> | |
<!-- IF S_ENABLE_FEEDS --> | |
- <!-- 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 --> | |
- <!-- IF S_ENABLE_FEEDS_FORUM and S_FORUM_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FORUM} - {FORUM_NAME}" href="{U_FEED}?f={S_FORUM_ID}"><!-- ENDIF --> | |
- <!-- IF S_ENABLE_FEEDS_TOPIC and S_TOPIC_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_TOPIC} - {TOPIC_TITLE}" href="{U_FEED}?f={S_FORUM_ID}&t={S_TOPIC_ID}"><!-- ENDIF --> | |
+ <!-- IF S_ENABLE_FEEDS_OVERALL --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {SITENAME}" href="{{ path('phpbb_feed_index') }}"><!-- ENDIF --> | |
+ <!-- IF S_ENABLE_FEEDS_NEWS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_NEWS}" href="{{ path('phpbb_feed_news') }}"><!-- ENDIF --> | |
+ <!-- IF S_ENABLE_FEEDS_FORUMS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_ALL_FORUMS}" href="{{ path('phpbb_feed_forums') }}"><!-- ENDIF --> | |
+ <!-- IF S_ENABLE_FEEDS_TOPICS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_NEW}" href="{{ path('phpbb_feed_topics') }}"><!-- ENDIF --> | |
+ <!-- IF S_ENABLE_FEEDS_TOPICS_ACTIVE --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_ACTIVE}" href="{{ path('phpbb_feed_topics_active') }}"><!-- ENDIF --> | |
+ <!-- IF S_ENABLE_FEEDS_FORUM and S_FORUM_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FORUM} - {FORUM_NAME}" href="{{ path('phpbb_feed_forum', { forum_id : S_FORUM_ID } ) }}"><!-- ENDIF --> | |
+ <!-- IF S_ENABLE_FEEDS_TOPIC and S_TOPIC_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_TOPIC} - {TOPIC_TITLE}" href="{{ path('phpbb_feed_topic', { topic_id : S_TOPIC_ID } ) }}"><!-- ENDIF --> | |
<!-- EVENT overall_header_feeds --> | |
<!-- ENDIF --> | |
@@ -45,9 +45,9 @@ | |
})(document); | |
</script> | |
<!-- ENDIF --> | |
+<link href="{T_FONT_AWESOME_LINK}" rel="stylesheet"> | |
<link href="{T_STYLESHEET_LINK}" rel="stylesheet"> | |
<link href="{T_STYLESHEET_LANG_LINK}" rel="stylesheet"> | |
-<link href="{T_THEME_PATH}/responsive.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet" media="all and (max-width: 700px)"> | |
<!-- IF S_CONTENT_DIRECTION eq 'rtl' --> | |
<link href="{T_THEME_PATH}/bidi.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet"> | |
@@ -57,6 +57,10 @@ | |
<link href="{T_THEME_PATH}/plupload.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet"> | |
<!-- ENDIF --> | |
+<!-- IF S_COOKIE_NOTICE --> | |
+ <link href="{T_ASSETS_PATH}/cookieconsent/cookieconsent.min.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet"> | |
+<!-- ENDIF --> | |
+ | |
<!--[if lte IE 9]> | |
<link href="{T_THEME_PATH}/tweaks.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet"> | |
<![endif]--> | |
@@ -72,15 +76,15 @@ | |
<!-- EVENT overall_header_body_before --> | |
-<div id="wrap"> | |
- <a id="top" class="anchor" accesskey="t"></a> | |
+<div id="wrap" class="wrap"> | |
+ <a id="top" class="top-anchor" accesskey="t"></a> | |
<div id="page-header"> | |
<div class="headerbar" role="banner"> | |
<!-- EVENT overall_header_headerbar_before --> | |
<div class="inner"> | |
- <div id="site-description"> | |
- <a id="logo" class="logo" href="<!-- IF U_SITE_HOME -->{U_SITE_HOME}<!-- ELSE -->{U_INDEX}<!-- ENDIF -->" title="<!-- IF U_SITE_HOME -->{L_SITE_HOME}<!-- ELSE -->{L_INDEX}<!-- ENDIF -->">{SITE_LOGO_IMG}</a> | |
+ <div id="site-description" class="site-description"> | |
+ <a id="logo" class="logo" href="<!-- IF U_SITE_HOME -->{U_SITE_HOME}<!-- ELSE -->{U_INDEX}<!-- ENDIF -->" title="<!-- IF U_SITE_HOME -->{L_SITE_HOME}<!-- ELSE -->{L_INDEX}<!-- ENDIF -->"><span class="site_logo"></span></a> | |
<h1>{SITENAME}</h1> | |
<p>{SITE_DESCRIPTION}</p> | |
<p class="skiplink"><a href="#start_here">{L_SKIP}</a></p> | |
@@ -92,13 +96,18 @@ | |
<form action="{U_SEARCH}" method="get" id="search"> | |
<fieldset> | |
<input name="keywords" id="keywords" type="search" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="inputbox search tiny" size="20" value="{SEARCH_WORDS}" placeholder="{L_SEARCH_MINI}" /> | |
- <button class="button icon-button search-icon" type="submit" title="{L_SEARCH}">{L_SEARCH}</button> | |
- <a href="{U_SEARCH}" class="button icon-button search-adv-icon" title="{L_SEARCH_ADV}">{L_SEARCH_ADV}</a> | |
+ <button class="button button-search" type="submit" title="{L_SEARCH}"> | |
+ <i class="icon fa-search fa-fw" aria-hidden="true"></i><span class="sr-only">{L_SEARCH}</span> | |
+ </button> | |
+ <a href="{U_SEARCH}" class="button button-search-end" title="{L_SEARCH_ADV}"> | |
+ <i class="icon fa-cog fa-fw" aria-hidden="true"></i><span class="sr-only">{L_SEARCH_ADV}</span> | |
+ </a> | |
{S_SEARCH_HIDDEN_FIELDS} | |
</fieldset> | |
</form> | |
</div> | |
<!-- ENDIF --> | |
+ <!-- EVENT overall_header_searchbox_after --> | |
</div> | |
<!-- EVENT overall_header_headerbar_after --> | |
@@ -110,7 +119,7 @@ | |
<!-- EVENT overall_header_page_body_before --> | |
<a id="start_here" class="anchor"></a> | |
- <div id="page-body" role="main"> | |
+ <div id="page-body" class="page-body" role="main"> | |
<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) --> | |
<div id="information" class="rules"> | |
<div class="inner"> | |
diff --git a/phpBB/styles/prosilver/template/pagination.html b/phpBB/styles/prosilver/template/pagination.html | |
index 88c6745..78b0df8 100644 | |
--- a/phpBB/styles/prosilver/template/pagination.html | |
+++ b/phpBB/styles/prosilver/template/pagination.html | |
@@ -1,8 +1,8 @@ | |
<ul> | |
<!-- IF BASE_URL and TOTAL_PAGES > 6 --> | |
<li class="dropdown-container dropdown-button-control dropdown-page-jump page-jump"> | |
- <a href="#" class="dropdown-trigger" title="{L_JUMP_TO_PAGE_CLICK}" role="button">{PAGE_NUMBER}</a> | |
- <div class="dropdown hidden"> | |
+ <a class="button button-icon-only dropdown-trigger" href="#" title="{L_JUMP_TO_PAGE_CLICK}" role="button"><i class="icon fa-level-down fa-rotate-270" aria-hidden="true"></i><span class="sr-only">{PAGE_NUMBER}</span></a> | |
+ <div class="dropdown"> | |
<div class="pointer"><div class="pointer-inner"></div></div> | |
<ul class="dropdown-contents"> | |
<li>{L_JUMP_TO_PAGE}{L_COLON}</li> | |
@@ -16,15 +16,15 @@ | |
<!-- ENDIF --> | |
<!-- BEGIN pagination --> | |
<!-- IF pagination.S_IS_PREV --> | |
- <li class="previous"><a href="{pagination.PAGE_URL}" rel="prev" role="button">{L_PREVIOUS}</a></li> | |
+ <li class="arrow previous"><a class="button button-icon-only" href="{pagination.PAGE_URL}" rel="prev" role="button"><i class="icon fa-chevron-left fa-fw" aria-hidden="true"></i><span class="sr-only">{L_PREVIOUS}</span></a></li> | |
<!-- ELSEIF pagination.S_IS_CURRENT --> | |
<li class="active"><span>{pagination.PAGE_NUMBER}</span></li> | |
<!-- ELSEIF pagination.S_IS_ELLIPSIS --> | |
<li class="ellipsis" role="separator"><span>{L_ELLIPSIS}</span></li> | |
<!-- ELSEIF pagination.S_IS_NEXT --> | |
- <li class="next"><a href="{pagination.PAGE_URL}" rel="next" role="button">{L_NEXT}</a></li> | |
+ <li class="arrow next"><a class="button button-icon-only" href="{pagination.PAGE_URL}" rel="next" role="button"><i class="icon fa-chevron-right fa-fw" aria-hidden="true"></i><span class="sr-only">{L_NEXT}</span></a></li> | |
<!-- ELSE --> | |
- <li><a href="{pagination.PAGE_URL}" role="button">{pagination.PAGE_NUMBER}</a></li> | |
+ <li><a class="button" href="{pagination.PAGE_URL}" role="button">{pagination.PAGE_NUMBER}</a></li> | |
<!-- ENDIF --> | |
<!-- END pagination --> | |
</ul> | |
diff --git a/phpBB/styles/prosilver/template/posting_attach_body.html b/phpBB/styles/prosilver/template/posting_attach_body.html | |
index 81b2c2b..618ac95 100644 | |
--- a/phpBB/styles/prosilver/template/posting_attach_body.html | |
+++ b/phpBB/styles/prosilver/template/posting_attach_body.html | |
@@ -2,12 +2,12 @@ | |
<div class="inner"> | |
<p>{L_ADD_ATTACHMENT_EXPLAIN} <span class="hidden" id="drag-n-drop-message">{L_PLUPLOAD_DRAG_TEXTAREA}</span></p> | |
- | |
+ | |
<fieldset class="fields2" id="attach-panel-basic"> | |
<dl> | |
<dt><label for="fileupload">{L_FILENAME}{L_COLON}</label></dt> | |
<dd> | |
- <input type="file" name="fileupload" id="fileupload" maxlength="{FILESIZE}" value="" class="inputbox autowidth" /> | |
+ <input type="file" name="fileupload" id="fileupload" class="inputbox autowidth" /> | |
<input type="submit" name="add_file" value="{L_ADD_FILE}" class="button2" onclick="upload = true;" /> | |
</dd> | |
</dl> | |
@@ -17,11 +17,11 @@ | |
</dl> | |
</fieldset> | |
- <div id="attach-panel-multi"> | |
+ <div id="attach-panel-multi" class="attach-panel-multi"> | |
<input type="button" class="button2" value="{L_PLUPLOAD_ADD_FILES}" id="add_files" /> | |
</div> | |
- <div class="panel<!-- IF not .attach_row --> hidden<!-- ENDIF -->" id="file-list-container"> | |
+ <div class="panel<!-- IF not .attach_row --> hidden<!-- ENDIF --> file-list-container" id="file-list-container"> | |
<div class="inner"> | |
<table class="table1 zebra-list fixed-width-table"> | |
<thead> | |
@@ -32,7 +32,7 @@ | |
<th class="attach-status">{L_PLUPLOAD_STATUS}</th> | |
</tr> | |
</thead> | |
- <tbody class="responsive-skip-empty" id="file-list"> | |
+ <tbody class="responsive-skip-empty file-list" id="file-list"> | |
<tr class="attach-row" id="attach-row-tpl"> | |
<td class="attach-name"> | |
<span class="file-name ellipsis-text"></span> | |
diff --git a/phpBB/styles/prosilver/template/posting_buttons.html b/phpBB/styles/prosilver/template/posting_buttons.html | |
index 1555b12..14185ed 100644 | |
--- a/phpBB/styles/prosilver/template/posting_buttons.html | |
+++ b/phpBB/styles/prosilver/template/posting_buttons.html | |
@@ -55,31 +55,56 @@ | |
<div id="colour_palette" style="display: none;"> | |
<dl style="clear: left;"> | |
<dt><label>{L_FONT_COLOR}{L_COLON}</label></dt> | |
- <dd id="color_palette_placeholder" data-orientation="h" data-height="12" data-width="15" data-bbcode="true"></dd> | |
+ <dd id="color_palette_placeholder" class="color_palette_placeholder" data-orientation="h" data-height="12" data-width="15" data-bbcode="true"></dd> | |
</dl> | |
</div> | |
<!-- EVENT posting_editor_buttons_before --> | |
-<div id="format-buttons"> | |
- <input type="button" class="button2 bbcode-b" accesskey="b" name="addbbcode0" value=" B " style="font-weight:bold; width: 30px" onclick="bbstyle(0)" title="{L_BBCODE_B_HELP}" /> | |
- <input type="button" class="button2 bbcode-i" accesskey="i" name="addbbcode2" value=" i " style="font-style:italic; width: 30px" onclick="bbstyle(2)" title="{L_BBCODE_I_HELP}" /> | |
- <input type="button" class="button2 bbcode-u" accesskey="u" name="addbbcode4" value=" u " style="text-decoration: underline; width: 30px" onclick="bbstyle(4)" title="{L_BBCODE_U_HELP}" /> | |
+<div id="format-buttons" class="format-buttons"> | |
+ <button type="button" class="button button-icon-only bbcode-b" accesskey="b" name="addbbcode0" value=" B " onclick="bbstyle(0)" title="{L_BBCODE_B_HELP}"> | |
+ <i class="icon fa-bold fa-fw" aria-hidden="true"></i> | |
+ </button> | |
+ <button type="button" class="button button-icon-only bbcode-i" accesskey="i" name="addbbcode2" value=" i " onclick="bbstyle(2)" title="{L_BBCODE_I_HELP}"> | |
+ <i class="icon fa-italic fa-fw" aria-hidden="true"></i> | |
+ </button> | |
+ <button type="button" class="button button-icon-only bbcode-u" accesskey="u" name="addbbcode4" value=" u " onclick="bbstyle(4)" title="{L_BBCODE_U_HELP}"> | |
+ <i class="icon fa-underline fa-fw" aria-hidden="true"></i> | |
+ </button> | |
<!-- IF S_BBCODE_QUOTE --> | |
- <input type="button" class="button2 bbcode-quote" accesskey="q" name="addbbcode6" value="Quote" style="width: 50px" onclick="bbstyle(6)" title="{L_BBCODE_Q_HELP}" /> | |
+ <button type="button" class="button button-icon-only bbcode-quote" accesskey="q" name="addbbcode6" value="Quote" onclick="bbstyle(6)" title="{L_BBCODE_Q_HELP}"> | |
+ <i class="icon fa-quote-left fa-fw" aria-hidden="true"></i> | |
+ </button> | |
<!-- ENDIF --> | |
- <input type="button" class="button2 bbcode-code" accesskey="c" name="addbbcode8" value="Code" style="width: 40px" onclick="bbstyle(8)" title="{L_BBCODE_C_HELP}" /> | |
- <input type="button" class="button2 bbcode-list" accesskey="l" name="addbbcode10" value="List" style="width: 40px" onclick="bbstyle(10)" title="{L_BBCODE_L_HELP}" /> | |
- <input type="button" class="button2 bbcode-list-" accesskey="o" name="addbbcode12" value="List=" style="width: 40px" onclick="bbstyle(12)" title="{L_BBCODE_O_HELP}" /> | |
- <input type="button" class="button2 bbcode-asterisk" accesskey="y" name="addlistitem" value="[*]" style="width: 40px" onclick="bbstyle(-1)" title="{L_BBCODE_LISTITEM_HELP}" /> | |
+ <button type="button" class="button button-icon-only bbcode-code" accesskey="c" name="addbbcode8" value="Code" onclick="bbstyle(8)" title="{L_BBCODE_C_HELP}"> | |
+ <i class="icon fa-code fa-fw" aria-hidden="true"></i> | |
+ </button> | |
+ <button type="button" class="button button-icon-only bbcode-list" accesskey="l" name="addbbcode10" value="List" onclick="bbstyle(10)" title="{L_BBCODE_L_HELP}"> | |
+ <i class="icon fa-list fa-fw" aria-hidden="true"></i> | |
+ </button> | |
+ <button type="button" class="button button-icon-only bbcode-list-" accesskey="o" name="addbbcode12" value="List=" onclick="bbstyle(12)" title="{L_BBCODE_O_HELP}"> | |
+ <i class="icon fa-list-ol fa-fw" aria-hidden="true"></i> | |
+ </button> | |
+ <button type="button" class="button button-icon-only bbcode-asterisk" accesskey="y" name="addlistitem" value="[*]" onclick="bbstyle(-1)" title="{L_BBCODE_LISTITEM_HELP}"> | |
+ <i class="icon fa-asterisk fa-fw" aria-hidden="true"></i> | |
+ </button> | |
<!-- IF S_BBCODE_IMG --> | |
- <input type="button" class="button2 bbcode-img" accesskey="p" name="addbbcode14" value="Img" style="width: 40px" onclick="bbstyle(14)" title="{L_BBCODE_P_HELP}" /> | |
+ <button type="button" class="button button-icon-only bbcode-img" accesskey="p" name="addbbcode14" value="Img" onclick="bbstyle(14)" title="{L_BBCODE_P_HELP}"> | |
+ <i class="icon fa-image fa-fw" aria-hidden="true"></i> | |
+ </button> | |
<!-- ENDIF --> | |
<!-- IF S_LINKS_ALLOWED --> | |
- <input type="button" class="button2 bbcode-url" accesskey="w" name="addbbcode16" value="URL" style="text-decoration: underline; width: 40px" onclick="bbstyle(16)" title="{L_BBCODE_W_HELP}" /> | |
+ <button type="button" class="button button-icon-only bbcode-url" accesskey="w" name="addbbcode16" value="URL" onclick="bbstyle(16)" title="{L_BBCODE_W_HELP}"> | |
+ <i class="icon fa-link fa-fw" aria-hidden="true"></i> | |
+ </button> | |
<!-- ENDIF --> | |
<!-- IF S_BBCODE_FLASH --> | |
- <input type="button" class="button2 bbcode-flash" accesskey="d" name="addbbcode18" value="Flash" onclick="bbstyle(18)" title="{L_BBCODE_D_HELP}" /> | |
+ <button type="button" class="button button-icon-only bbcode-flash" accesskey="d" name="addbbcode18" value="Flash" onclick="bbstyle(18)" title="{L_BBCODE_D_HELP}"> | |
+ <i class="icon fa-flash fa-fw" aria-hidden="true"></i> | |
+ </button> | |
<!-- ENDIF --> | |
+ <button type="button" class="button button-icon-only bbcode-color" name="bbpalette" id="bbpalette" value="{L_FONT_COLOR}" onclick="change_palette();" title="{L_BBCODE_S_HELP}"> | |
+ <i class="icon fa-tint fa-fw" aria-hidden="true"></i> | |
+ </button> | |
<select name="addbbcode20" class="bbcode-size" onchange="bbfontstyle('[size=' + this.form.addbbcode20.options[this.form.addbbcode20.selectedIndex].value + ']', '[/size]');this.form.addbbcode20.selectedIndex = 2;" title="{L_BBCODE_F_HELP}"> | |
<option value="50">{L_FONT_TINY}</option> | |
<option value="85">{L_FONT_SMALL}</option> | |
@@ -91,12 +116,13 @@ | |
<!-- ENDIF --> | |
<!-- ENDIF --> | |
</select> | |
- <input type="button" class="button2 bbcode-color" name="bbpalette" id="bbpalette" value="{L_FONT_COLOR}" onclick="change_palette();" title="{L_BBCODE_S_HELP}" /> | |
<!-- EVENT posting_editor_buttons_custom_tags_before --> | |
<!-- BEGIN custom_tags --> | |
- <input type="button" class="button2 bbcode-{custom_tags.BBCODE_TAG_CLEAN}" name="addbbcode{custom_tags.BBCODE_ID}" value="{custom_tags.BBCODE_TAG}" onclick="bbstyle({custom_tags.BBCODE_ID})" title="{custom_tags.BBCODE_HELPLINE}" /> | |
+ <button type="button" class="button button-secondary bbcode-{custom_tags.BBCODE_TAG_CLEAN}" name="addbbcode{custom_tags.BBCODE_ID}" value="{custom_tags.BBCODE_TAG}" onclick="bbstyle({custom_tags.BBCODE_ID})" title="{custom_tags.BBCODE_HELPLINE}"> | |
+ {custom_tags.BBCODE_TAG} | |
+ </button> | |
<!-- END custom_tags --> | |
</div> | |
<!-- EVENT posting_editor_buttons_after --> | |
diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html | |
index 5258ea0..d963c98 100644 | |
--- a/phpBB/styles/prosilver/template/posting_editor.html | |
+++ b/phpBB/styles/prosilver/template/posting_editor.html | |
@@ -6,7 +6,7 @@ | |
<dt><label for="icon">{L_ICON}{L_COLON}</label></dt> | |
<dd> | |
<label for="icon"><input type="radio" name="icon" id="icon" value="0" checked="checked" tabindex="1" /> <!-- IF S_SHOW_TOPIC_ICONS -->{L_NO_TOPIC_ICON}<!-- ELSE -->{L_NO_PM_ICON}<!-- ENDIF --></label> | |
- <!-- BEGIN topic_icon --><label for="icon-{topic_icon.ICON_ID}"><input type="radio" name="icon" id="icon-{topic_icon.ICON_ID}" 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="{topic_icon.ICON_NAME}" title="" /></label> <!-- END topic_icon --> | |
+ <!-- BEGIN topic_icon --><label for="icon-{topic_icon.ICON_ID}"><input type="radio" name="icon" id="icon-{topic_icon.ICON_ID}" 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="{topic_icon.ICON_ALT}" title="{topic_icon.ICON_ALT}" /></label> <!-- END topic_icon --> | |
</dd> | |
</dl> | |
<!-- ENDIF --> | |
@@ -39,8 +39,8 @@ | |
<!-- INCLUDE posting_buttons.html --> | |
- <div id="smiley-box"> | |
- <!-- EVENT posting_editor_smilies_before --> | |
+ <div id="smiley-box" class="smiley-box"> | |
+ <!-- EVENT posting_editor_smilies_before --> | |
<!-- IF S_SMILIES_ALLOWED and .smiley --> | |
<strong>{L_SMILIES}</strong><br /> | |
<!-- BEGIN smiley --> | |
@@ -73,7 +73,7 @@ | |
<!-- EVENT posting_editor_message_before --> | |
- <div id="message-box"> | |
+ <div id="message-box" class="message-box"> | |
<textarea <!-- IF S_UCP_ACTION and not S_PRIVMSGS and not S_EDIT_DRAFT -->name="signature" id="signature" style="height: 9em;"<!-- ELSE -->name="message" id="message"<!-- ENDIF --> rows="15" cols="76" tabindex="4" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" onfocus="initInsertions();" class="inputbox">{MESSAGE}{DRAFT_MESSAGE}{SIGNATURE}</textarea> | |
</div> | |
@@ -106,13 +106,13 @@ | |
<!-- ENDIF --> | |
<!-- IF not S_PRIVMSGS and not S_SHOW_DRAFTS and not $SIG_EDIT eq 1 --> | |
- <div id="tabs" class="sub-panels" data-show-panel="<!-- IF SHOW_PANEL -->{SHOW_PANEL}<!-- ELSE -->options-panel<!-- ENDIF -->" role="tablist"> | |
+ <div id="tabs" class="tabs sub-panels" data-show-panel="<!-- IF SHOW_PANEL -->{SHOW_PANEL}<!-- ELSE -->options-panel<!-- ENDIF -->" role="tablist"> | |
<ul> | |
<li id="options-panel-tab" class="tab activetab"><a href="#tabs" data-subpanel="options-panel" role="tab" aria-controls="options-panel"><span>{L_OPTIONS}</span></a></li> | |
<!-- IF S_SHOW_ATTACH_BOX --> | |
<li id="attach-panel-tab" class="tab"> | |
<a href="#tabs" data-subpanel="attach-panel" role="tab" aria-controls="attach-panel"> | |
- {L_ATTACHMENTS} <strong id="file-total-progress"><strong id="file-total-progress-bar"></strong></strong> | |
+ {L_ATTACHMENTS} <strong id="file-total-progress" class="file-total-progress"><strong id="file-total-progress-bar" class="file-total-progress-bar"></strong></strong> | |
</a> | |
</li> | |
<!-- ENDIF --> | |
diff --git a/phpBB/styles/prosilver/template/posting_layout.html b/phpBB/styles/prosilver/template/posting_layout.html | |
index 22da320..bca9195 100644 | |
--- a/phpBB/styles/prosilver/template/posting_layout.html | |
+++ b/phpBB/styles/prosilver/template/posting_layout.html | |
@@ -9,14 +9,14 @@ | |
<!-- IF S_FORUM_RULES --> | |
<div class="rules<!-- IF U_FORUM_RULES --> rules-link<!-- ENDIF -->"> | |
<div class="inner"> | |
- | |
+ | |
<!-- IF U_FORUM_RULES --> | |
<a href="{U_FORUM_RULES}">{L_FORUM_RULES}</a> | |
<!-- ELSE --> | |
<strong>{L_FORUM_RULES}</strong><br /> | |
{FORUM_RULES} | |
<!-- ENDIF --> | |
- | |
+ | |
</div> | |
</div> | |
<!-- ENDIF --> | |
@@ -26,10 +26,10 @@ | |
<!-- IF S_DRAFT_LOADED --> | |
<div class="panel"> | |
<div class="inner"> | |
- | |
+ | |
<h3>{L_INFORMATION}</h3> | |
<p>{L_DRAFT_LOADED}</p> | |
- | |
+ | |
</div> | |
</div> | |
<!-- ENDIF --> | |
@@ -48,7 +48,7 @@ | |
<dt><label for="to_forum_id">{L_MOVE}{L_COLON}</label></dt> | |
<dd><select id="to_forum_id" name="to_forum_id">{S_FORUM_SELECT}</select></dd> | |
</dl> | |
- | |
+ | |
<dl> | |
<dt> </dt> | |
<dd><input class="button1" type="submit" name="post" value="{L_CONFIRM}" /> <input class="button2" type="submit" name="cancel_unglobalise" value="{L_CANCEL}" /></dd> | |
@@ -63,7 +63,7 @@ | |
<div class="panel" id="postingbox"> | |
<div class="inner"> | |
- | |
+ | |
<h3>{L_POST_A}</h3> | |
<!-- DEFINE $EXTRA_POSTING_OPTIONS = 1 --> | |
diff --git a/phpBB/styles/prosilver/template/posting_pm_layout.html b/phpBB/styles/prosilver/template/posting_pm_layout.html | |
index 7f4a0ea..316fa79 100644 | |
--- a/phpBB/styles/prosilver/template/posting_pm_layout.html | |
+++ b/phpBB/styles/prosilver/template/posting_pm_layout.html | |
@@ -3,10 +3,10 @@ | |
<!-- IF S_DRAFT_LOADED --> | |
<div class="panel"> | |
<div class="inner"> | |
- | |
+ | |
<h3>{L_INFORMATION}</h3> | |
<p>{L_DRAFT_LOADED_PM}</p> | |
- | |
+ | |
</div> | |
</div> | |
<!-- ENDIF --> | |
diff --git a/phpBB/styles/prosilver/template/posting_review.html b/phpBB/styles/prosilver/template/posting_review.html | |
index 25b7194..1304046 100644 | |
--- a/phpBB/styles/prosilver/template/posting_review.html | |
+++ b/phpBB/styles/prosilver/template/posting_review.html | |
@@ -14,7 +14,16 @@ | |
<div class="postbody" id="ppr{post_review_row.POST_ID}"> | |
<h3><a href="#ppr{post_review_row.POST_ID}">{post_review_row.POST_SUBJECT}</a></h3> | |
- <p class="author"><!-- IF S_IS_BOT -->{post_review_row.MINI_POST_IMG}<!-- ELSE --><a href="{post_review_row.U_MINI_POST}">{post_review_row.MINI_POST_IMG}</a><!-- ENDIF --> {L_POST_BY_AUTHOR}<strong> {post_review_row.POST_AUTHOR_FULL}</strong> » {post_review_row.POST_DATE}</p> | |
+ <p class="author"> | |
+ <!-- IF S_IS_BOT --> | |
+ <span><i class="icon fa-file fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">{post_review_row.MINI_POST}</span></span> | |
+ <!-- ELSE --> | |
+ <a href="{post_review_row.U_MINI_POST}" title="{post_review_row.MINI_POST}"> | |
+ <i class="icon fa-file fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">{post_review_row.MINI_POST}</span> | |
+ </a> | |
+ <!-- ENDIF --> | |
+ {L_POST_BY_AUTHOR}<strong> {post_review_row.POST_AUTHOR_FULL}</strong> » {post_review_row.POST_DATE} | |
+ </p> | |
<div class="content">{post_review_row.MESSAGE}</div> | |
<!-- IF post_review_row.S_HAS_ATTACHMENTS --> | |
diff --git a/phpBB/styles/prosilver/template/posting_smilies.html b/phpBB/styles/prosilver/template/posting_smilies.html | |
index 3bd5127..54e82a5 100644 | |
--- a/phpBB/styles/prosilver/template/posting_smilies.html | |
+++ b/phpBB/styles/prosilver/template/posting_smilies.html | |
@@ -11,13 +11,13 @@ | |
<h2>{L_SMILIES}</h2> | |
<div class="panel"> | |
<div class="inner"> | |
- <!-- BEGIN smiley --> | |
- <a href="#" onclick="initInsertions(); insert_text('{smiley.A_SMILEY_CODE}', true, true); return false;"><img src="{smiley.SMILEY_IMG}" width="{smiley.SMILEY_WIDTH}" height="{smiley.SMILEY_HEIGHT}" alt="{smiley.SMILEY_CODE}" title="{smiley.SMILEY_DESC}" /></a> | |
+ <!-- BEGIN smiley --> | |
+ <a href="#" onclick="initInsertions(); insert_text('{smiley.A_SMILEY_CODE}', true, true); return false;"><img src="{smiley.SMILEY_IMG}" width="{smiley.SMILEY_WIDTH}" height="{smiley.SMILEY_HEIGHT}" alt="{smiley.SMILEY_CODE}" title="{smiley.SMILEY_DESC}" /></a> | |
<!-- END smiley --> | |
- | |
+ | |
</div> | |
</div> | |
-<!-- IF .pagination --> | |
+<!-- IF .pagination --> | |
<div class="pagination"> | |
<!-- INCLUDE pagination.html --> | |
</div> | |
diff --git a/phpBB/styles/prosilver/template/posting_topic_review.html b/phpBB/styles/prosilver/template/posting_topic_review.html | |
index c51d803..857c686 100644 | |
--- a/phpBB/styles/prosilver/template/posting_topic_review.html | |
+++ b/phpBB/styles/prosilver/template/posting_topic_review.html | |
@@ -1,10 +1,10 @@ | |
-<h3 id="review"> | |
+<h3 id="review" class="review"> | |
<span class="right-box"><a href="#review" onclick="viewableArea(getElementById('topicreview'), true); var rev_text = getElementById('review').getElementsByTagName('a').item(0).firstChild; if (rev_text.data == '{LA_EXPAND_VIEW}'){rev_text.data = '{LA_COLLAPSE_VIEW}'; } else if (rev_text.data == '{LA_COLLAPSE_VIEW}'){rev_text.data = '{LA_EXPAND_VIEW}'};">{L_EXPAND_VIEW}</a></span> | |
{L_TOPIC_REVIEW}{L_COLON} {TOPIC_TITLE} | |
</h3> | |
-<div id="topicreview"> | |
+<div id="topicreview" class="topicreview"> | |
<script type="text/javascript"> | |
// <![CDATA[ | |
bbcodeEnabled = {S_BBCODE_ALLOWED}; | |
@@ -16,6 +16,10 @@ | |
<div class="post bg3 post-ignore"> | |
<div class="inner"> | |
{topic_review_row.L_IGNORE_POST} | |
+ <!-- ELSE IF topic_review_row.S_POST_DELETED --> | |
+ <div class="post bg3 post-ignore"> | |
+ <div class="inner"> | |
+ {topic_review_row.L_DELETE_POST} | |
<!-- ELSE --> | |
<div class="post <!-- IF topic_review_row.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF --><!-- IF topic_review_row.POST_ID == REPORTED_POST_ID --> reported<!-- ENDIF -->"> | |
<div class="inner"> | |
@@ -28,15 +32,15 @@ | |
<ul class="post-buttons"> | |
<!-- IF topic_review_row.U_MCP_DETAILS --> | |
<li> | |
- <a href="{topic_review_row.U_MCP_DETAILS}" title="{L_POST_DETAILS}" class="button icon-button info-icon"> | |
- <span>{L_POST_DETAILS}</span> | |
+ <a href="{topic_review_row.U_MCP_DETAILS}" title="{L_POST_DETAILS}" class="button button-icon-only"> | |
+ <i class="icon fa-info fa-fw" aria-hidden="true"></i><span class="sr-only">{L_POST_DETAILS}</span> | |
</a> | |
<li> | |
<!-- ENDIF --> | |
<!-- IF topic_review_row.POSTER_QUOTE and topic_review_row.DECODED_MESSAGE --> | |
<li> | |
- <a href="#postingbox" onclick="addquote({topic_review_row.POST_ID}, '{topic_review_row.POSTER_QUOTE}', '{LA_WROTE}');" title="{L_QUOTE} {topic_review_row.POST_AUTHOR}" class="button icon-button quote-icon"> | |
- <span>{L_QUOTE} {topic_review_row.POST_AUTHOR}</span> | |
+ <a href="#postingbox" onclick="addquote({topic_review_row.POST_ID}, '{topic_review_row.POSTER_QUOTE}', '{LA_WROTE}', {post_id:{topic_review_row.POST_ID},time:{topic_review_row.POST_TIME},user_id:{topic_review_row.USER_ID}});" title="{L_QUOTE} {topic_review_row.POST_AUTHOR}" class="button button-icon-only"> | |
+ <i class="icon fa-quote-left fa-fw" aria-hidden="true"></i><span class="sr-only">{L_QUOTE} {topic_review_row.POST_AUTHOR}</span> | |
</a> | |
</li> | |
<!-- ENDIF --> | |
@@ -44,7 +48,16 @@ | |
<!-- ENDIF --> | |
<!-- EVENT posting_topic_review_row_post_details_before --> | |
- <p class="author"><!-- IF S_IS_BOT -->{topic_review_row.MINI_POST_IMG}<!-- ELSE --><a href="{topic_review_row.U_MINI_POST}">{topic_review_row.MINI_POST_IMG}</a><!-- ENDIF --> {L_POST_BY_AUTHOR} <strong>{topic_review_row.POST_AUTHOR_FULL}</strong> » {topic_review_row.POST_DATE} </p> | |
+ <p class="author"> | |
+ <!-- IF S_IS_BOT --> | |
+ <span><i class="icon fa-file fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">{topic_review_row.MINI_POST}</span></span> | |
+ <!-- ELSE --> | |
+ <a href="{topic_review_row.U_MINI_POST}" title="{topic_review_row.MINI_POST}"> | |
+ <i class="icon fa-file fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">{topic_review_row.MINI_POST}</span> | |
+ </a> | |
+ <!-- ENDIF --> | |
+ {L_POST_BY_AUTHOR} <strong>{topic_review_row.POST_AUTHOR_FULL}</strong> » {topic_review_row.POST_DATE} | |
+ </p> | |
<!-- EVENT posting_topic_review_row_post_details_after --> | |
<div class="content">{topic_review_row.MESSAGE}</div> | |
@@ -69,8 +82,8 @@ | |
<hr /> | |
-<!-- IF S_MCP_REPORT --> | |
- <p><a href="#report" class="top2">{L_BACK_TO_TOP}</a></p> | |
-<!-- ELSE --> | |
- <p><a href="#postingbox" class="top2">{L_BACK_TO_TOP}</a></p> | |
-<!-- ENDIF --> | |
+<p> | |
+ <a href="<!-- IF S_MCP_REPORT -->#report<!-- ELSE -->#postingbox<!-- ENDIF -->" class="top"> | |
+ <i class="icon fa-chevron-circle-up fa-fw icon-gray" aria-hidden="true"></i><span>{L_BACK_TO_TOP}</span> | |
+ </a> | |
+</p> | |
diff --git a/phpBB/styles/prosilver/template/quickreply_editor.html b/phpBB/styles/prosilver/template/quickreply_editor.html | |
index ca8ccc0..9839494 100644 | |
--- a/phpBB/styles/prosilver/template/quickreply_editor.html | |
+++ b/phpBB/styles/prosilver/template/quickreply_editor.html | |
@@ -10,7 +10,7 @@ | |
<dd><input type="text" name="subject" id="subject" size="45" maxlength="124" tabindex="2" value="{SUBJECT}" class="inputbox autowidth" /></dd> | |
</dl> | |
<!-- EVENT quickreply_editor_message_before --> | |
- <div id="message-box"> | |
+ <div id="message-box" class="message-box"> | |
<textarea style="height: 9em;" name="message" rows="7" cols="76" tabindex="3" class="inputbox"></textarea> | |
</div> | |
<!-- EVENT quickreply_editor_message_after --> | |
diff --git a/phpBB/styles/prosilver/template/report_body.html b/phpBB/styles/prosilver/template/report_body.html | |
index 2a5e6c9..285e8ec 100644 | |
--- a/phpBB/styles/prosilver/template/report_body.html | |
+++ b/phpBB/styles/prosilver/template/report_body.html | |
@@ -8,7 +8,7 @@ | |
<div class="content"> | |
<p><!-- IF S_REPORT_POST -->{L_REPORT_POST_EXPLAIN}<!-- ELSE -->{L_REPORT_MESSAGE_EXPLAIN}<!-- ENDIF --></p> | |
- | |
+ | |
<fieldset> | |
<!-- IF ERROR --><dl><dd class="error">{ERROR}</dd></dl><!-- ENDIF --> | |
<dl class="fields2"> | |
@@ -19,7 +19,7 @@ | |
<dl class="fields2"> | |
<dt><label for="notify1">{L_REPORT_NOTIFY}{L_COLON}</label><br /><span>{L_REPORT_NOTIFY_EXPLAIN}</span></dt> | |
<dd> | |
- <label for="notify1"><input type="radio" name="notify" id="notify1" value="1" <!-- IF not S_NOTIFY -->checked="checked"<!-- ENDIF --> /> {L_YES}</label> | |
+ <label for="notify1"><input type="radio" name="notify" id="notify1" value="1" <!-- IF not S_NOTIFY -->checked="checked"<!-- ENDIF --> /> {L_YES}</label> | |
<label for="notify0"><input type="radio" name="notify" id="notify0" value="0" <!-- IF S_NOTIFY -->checked="checked"<!-- ENDIF --> /> {L_NO}</label> | |
</dd> | |
</dl> | |
diff --git a/phpBB/styles/prosilver/template/search_results.html b/phpBB/styles/prosilver/template/search_results.html | |
index b6c454b..f711456 100644 | |
--- a/phpBB/styles/prosilver/template/search_results.html | |
+++ b/phpBB/styles/prosilver/template/search_results.html | |
@@ -8,23 +8,35 @@ | |
<!-- IF PHRASE_SEARCH_DISABLED --> <p><strong>{L_PHRASE_SEARCH_DISABLED}</strong></p><!-- ENDIF --> | |
<!-- IF SEARCH_TOPIC --> | |
- <p class="return-link"><a class="arrow-{S_CONTENT_FLOW_BEGIN}" href="{U_SEARCH_TOPIC}">{L_RETURN_TO_TOPIC}</a></p> | |
+ <p class="return-link"> | |
+ <a class="arrow-{S_CONTENT_FLOW_BEGIN}" href="{U_SEARCH_TOPIC}"> | |
+ <i class="icon fa-angle-{S_CONTENT_FLOW_BEGIN} fa-fw icon-black" aria-hidden="true"></i><span>{L_RETURN_TO_TOPIC}</span> | |
+ </a> | |
+ </p> | |
<!-- ELSE --> | |
- <p class="advanced-search-link"><a class="arrow-{S_CONTENT_FLOW_BEGIN}" href="{U_SEARCH}" title="{L_SEARCH_ADV}">{L_GO_TO_SEARCH_ADV}</a></p> | |
+ <p class="advanced-search-link"> | |
+ <a class="arrow-{S_CONTENT_FLOW_BEGIN}" href="{U_SEARCH}" title="{L_SEARCH_ADV}"> | |
+ <i class="icon fa-angle-{S_CONTENT_FLOW_BEGIN} fa-fw icon-black" aria-hidden="true"></i><span>{L_GO_TO_SEARCH_ADV}</span> | |
+ </a> | |
+ </p> | |
<!-- ENDIF --> | |
<!-- EVENT search_results_header_after --> | |
<!-- IF .pagination or SEARCH_MATCHES or TOTAL_MATCHES or PAGE_NUMBER --> | |
- <div class="action-bar top"> | |
+ <div class="action-bar bar-top"> | |
<!-- IF TOTAL_MATCHES > 0 --> | |
<div class="search-box" role="search"> | |
<form method="post" action="{S_SEARCH_ACTION}"> | |
<fieldset> | |
<input class="inputbox search tiny" type="search" name="add_keywords" id="add_keywords" value="" placeholder="{L_SEARCH_IN_RESULTS}" /> | |
- <button class="button icon-button search-icon" type="submit" title="{L_SEARCH}">{L_SEARCH}</button> | |
- <a href="{U_SEARCH}" class="button icon-button search-adv-icon" title="{L_SEARCH_ADV}">{L_SEARCH_ADV}</a> | |
+ <button class="button button-search" type="submit" title="{L_SEARCH}"> | |
+ <i class="icon fa-search fa-fw" aria-hidden="true"></i><span class="sr-only">{L_SEARCH}</span> | |
+ </button> | |
+ <a href="{U_SEARCH}" class="button button-search-end" title="{L_SEARCH_ADV}"> | |
+ <i class="icon fa-cog fa-fw" aria-hidden="true"></i><span class="sr-only">{L_SEARCH_ADV}</span> | |
+ </a> | |
</fieldset> | |
</form> | |
</div> | |
@@ -52,7 +64,7 @@ | |
<div class="inner"> | |
<ul class="topiclist"> | |
<li class="header"> | |
- <dl class="icon"> | |
+ <dl class="row-item"> | |
<dt><div class="list-inner">{L_TOPICS}</div></dt> | |
<dd class="posts">{L_REPLIES}</dd> | |
<dd class="views">{L_VIEWS}</dd> | |
@@ -65,43 +77,79 @@ | |
<!-- BEGIN searchresults --> | |
<!-- EVENT search_results_topic_before --> | |
<li class="row<!-- IF searchresults.S_ROW_COUNT is even --> bg1<!-- ELSE --> bg2<!-- ENDIF -->"> | |
- <dl class="icon {searchresults.TOPIC_IMG_STYLE}"> | |
- <dt <!-- IF searchresults.TOPIC_ICON_IMG -->style="background-image: url({T_ICONS_PATH}{searchresults.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF --> title="{searchresults.TOPIC_FOLDER_IMG_ALT}"> | |
- <!-- IF searchresults.S_UNREAD_TOPIC and not S_IS_BOT --><a href="{searchresults.U_NEWEST_POST}" class="icon-link"></a><!-- ENDIF --> | |
+ <dl class="row-item {searchresults.TOPIC_IMG_STYLE}"> | |
+ <dt<!-- IF searchresults.TOPIC_ICON_IMG and S_TOPIC_ICONS --> style="background-image: url({T_ICONS_PATH}{searchresults.TOPIC_ICON_IMG}); background-repeat: no-repeat;"<!-- ENDIF --> title="{searchresults.TOPIC_FOLDER_IMG_ALT}"> | |
+ <!-- IF searchresults.S_UNREAD_TOPIC and not S_IS_BOT --><a href="{searchresults.U_NEWEST_POST}" class="row-item-link"></a><!-- ENDIF --> | |
<div class="list-inner"> | |
- | |
<!-- EVENT topiclist_row_prepend --> | |
- <!-- IF searchresults.S_UNREAD_TOPIC and not S_IS_BOT --><a href="{searchresults.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF --> | |
- <a href="{searchresults.U_VIEW_TOPIC}" class="topictitle">{searchresults.TOPIC_TITLE}</a> {searchresults.ATTACH_ICON_IMG} | |
- <!-- IF searchresults.S_TOPIC_UNAPPROVED or searchresults.S_POSTS_UNAPPROVED --><a href="{searchresults.U_MCP_QUEUE}">{searchresults.UNAPPROVED_IMG}</a> <!-- ENDIF --> | |
- <!-- IF searchresults.S_TOPIC_DELETED --><a href="{searchresults.U_MCP_QUEUE}">{DELETED_IMG}</a> <!-- ENDIF --> | |
- <!-- IF searchresults.S_TOPIC_REPORTED --><a href="{searchresults.U_MCP_REPORT}">{REPORTED_IMG}</a><!-- ENDIF --><br /> | |
+ <!-- IF searchresults.S_UNREAD_TOPIC and not S_IS_BOT --> | |
+ <a class="unread" href="{searchresults.U_NEWEST_POST}"> | |
+ <i class="icon fa-file fa-fw icon-red icon-md" aria-hidden="true"></i><span class="sr-only">{L_NEW_POST}</span> | |
+ </a> | |
+ <!-- ENDIF --> | |
+ <a href="{searchresults.U_VIEW_TOPIC}" class="topictitle">{searchresults.TOPIC_TITLE}</a> | |
+ <!-- IF searchresults.S_TOPIC_UNAPPROVED or searchresults.S_POSTS_UNAPPROVED --> | |
+ <a href="{searchresults.U_MCP_QUEUE}" title="{L_TOPIC_UNAPPROVED}"> | |
+ <i class="icon fa-question fa-fw icon-blue" aria-hidden="true"></i><span class="sr-only">{L_TOPIC_UNAPPROVED}</span> | |
+ </a> | |
+ <!-- ENDIF --> | |
+ <!-- IF searchresults.S_TOPIC_DELETED --> | |
+ <a href="{searchresults.U_MCP_QUEUE}" title="{L_TOPIC_DELETED}"> | |
+ <i class="icon fa-recycle fa-fw icon-green" aria-hidden="true"></i><span class="sr-only">{L_TOPIC_DELETED}</span> | |
+ </a> | |
+ <!-- ENDIF --> | |
+ <!-- IF searchresults.S_TOPIC_REPORTED --> | |
+ <a href="{searchresults.U_MCP_REPORT}" title="{L_TOPIC_REPORTED}"> | |
+ <i class="icon fa-exclamation fa-fw icon-red" aria-hidden="true"></i><span class="sr-only">{L_TOPIC_REPORTED}</span> | |
+ </a> | |
+ <!-- ENDIF --> | |
+ <br /> | |
+ | |
+ <!-- IF not S_IS_BOT --> | |
+ <div class="responsive-show" style="display: none;"> | |
+ {L_LAST_POST} {L_POST_BY_AUTHOR} {searchresults.LAST_POST_AUTHOR_FULL} « <a href="{searchresults.U_LAST_POST}" title="{L_GOTO_LAST_POST}">{searchresults.LAST_POST_TIME}</a> | |
+ <br />{L_POSTED} {L_IN} <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a> | |
+ </div> | |
+ <!-- IF searchresults.TOPIC_REPLIES --><span class="responsive-show left-box" style="display: none;">{L_REPLIES}{L_COLON} <strong>{searchresults.TOPIC_REPLIES}</strong></span><!-- ENDIF --> | |
+ <!-- ENDIF --> | |
+ | |
+ <div class="responsive-hide"> | |
+ <!-- IF searchresults.S_HAS_POLL --><i class="icon fa-bar-chart fa-fw" aria-hidden="true"></i><!-- ENDIF --> | |
+ <!-- IF searchresults.ATTACH_ICON_IMG --><i class="icon fa-paperclip fa-fw" aria-hidden="true"></i><!-- ENDIF --> | |
+ {L_POST_BY_AUTHOR} {searchresults.TOPIC_AUTHOR_FULL} » {searchresults.FIRST_POST_TIME} » {L_IN} <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a> | |
+ </div> | |
+ | |
<!-- IF .searchresults.pagination --> | |
<div class="pagination"> | |
+ <span><i class="icon fa-clone fa-fw" aria-hidden="true"></i></span> | |
<ul> | |
<!-- BEGIN pagination --> | |
<!-- IF searchresults.pagination.S_IS_PREV --> | |
<!-- ELSEIF searchresults.pagination.S_IS_CURRENT --><li class="active"><span>{searchresults.pagination.PAGE_NUMBER}</span></li> | |
<!-- ELSEIF searchresults.pagination.S_IS_ELLIPSIS --><li class="ellipsis"><span>{L_ELLIPSIS}</span></li> | |
<!-- ELSEIF searchresults.pagination.S_IS_NEXT --> | |
- <!-- ELSE --><li><a href="{searchresults.pagination.PAGE_URL}">{searchresults.pagination.PAGE_NUMBER}</a></li> | |
+ <!-- ELSE --><li><a class="button" href="{searchresults.pagination.PAGE_URL}">{searchresults.pagination.PAGE_NUMBER}</a></li> | |
<!-- ENDIF --> | |
<!-- END pagination --> | |
</ul> | |
</div> | |
<!-- ENDIF --> | |
- <!-- IF searchresults.S_HAS_POLL -->{POLL_IMG} <!-- ENDIF --> | |
<!-- EVENT topiclist_row_topic_title_after --> | |
- {L_POST_BY_AUTHOR} {searchresults.TOPIC_AUTHOR_FULL} » {searchresults.FIRST_POST_TIME} » {L_IN} <a href="{searchresults.U_VIEW_FORUM}">{searchresults.FORUM_TITLE}</a> | |
- <!-- EVENT topiclist_row_append --> | |
+ <!-- EVENT topiclist_row_append --> | |
</div> | |
</dt> | |
- <dd class="posts">{searchresults.TOPIC_REPLIES}</dd> | |
- <dd class="views">{searchresults.TOPIC_VIEWS}</dd> | |
- <dd class="lastpost"><span> | |
- {L_POST_BY_AUTHOR} {searchresults.LAST_POST_AUTHOR_FULL} | |
- <!-- IF not S_IS_BOT --><a href="{searchresults.U_LAST_POST}" title="{L_GOTO_LAST_POST}">{LAST_POST_IMG}</a> <!-- ENDIF --><br />{searchresults.LAST_POST_TIME}<br /> </span> | |
+ <dd class="posts">{searchresults.TOPIC_REPLIES} <dfn>{L_REPLIES}</dfn></dd> | |
+ <dd class="views">{searchresults.TOPIC_VIEWS} <dfn>{L_VIEWS}</dfn></dd> | |
+ <dd class="lastpost"> | |
+ <span><dfn>{L_LAST_POST} </dfn>{L_POST_BY_AUTHOR} {searchresults.LAST_POST_AUTHOR_FULL} | |
+ <!-- IF not S_IS_BOT --> | |
+ <a href="{searchresults.U_LAST_POST}" title="{L_GOTO_LAST_POST}"> | |
+ <i class="icon fa-external-link-square fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">{VIEW_LATEST_POST}</span> | |
+ </a> | |
+ <!-- ENDIF --> | |
+ <br />{searchresults.LAST_POST_TIME} | |
+ </span> | |
</dd> | |
</dl> | |
</li> | |
@@ -150,7 +198,11 @@ | |
<!-- IF not searchresults.S_IGNORE_POST --> | |
<ul class="searchresults"> | |
- <li ><a href="{searchresults.U_VIEW_POST}" class="arrow-{S_CONTENT_FLOW_END}">{L_JUMP_TO_POST}</a></li> | |
+ <li> | |
+ <a href="{searchresults.U_VIEW_POST}" class="arrow-{S_CONTENT_FLOW_END}"> | |
+ <i class="icon fa-angle-{S_CONTENT_FLOW_END} fa-fw icon-black" aria-hidden="true"></i><span>{L_JUMP_TO_POST}</span> | |
+ </a> | |
+ </li> | |
</ul> | |
<!-- ENDIF --> | |
@@ -166,24 +218,13 @@ | |
<!-- END searchresults --> | |
<!-- ENDIF --> | |
-<!-- IF .pagination or .searchresults or S_SELECT_SORT_KEY or S_SELECT_SORT_DAYS --> | |
+<div class="action-bar bottom"> | |
+ <!-- IF .searchresults and (S_SELECT_SORT_DAYS or S_SELECT_SORT_KEY) --> | |
<form method="post" action="{S_SEARCH_ACTION}"> | |
- | |
- <fieldset class="display-options"> | |
- <!-- IF S_SELECT_SORT_DAYS or S_SELECT_SORT_KEY --> | |
- <label><!-- IF S_SHOW_TOPICS -->{L_DISPLAY_POSTS}<!-- ELSE -->{L_SORT_BY}</label><label><!-- ENDIF --> {S_SELECT_SORT_DAYS}<!-- IF S_SELECT_SORT_KEY --></label> <label>{S_SELECT_SORT_KEY}</label> | |
- <label>{S_SELECT_SORT_DIR}<!-- ENDIF --></label> | |
- <input type="submit" name="sort" value="{L_GO}" class="button2" /> | |
- <!-- ENDIF --> | |
- </fieldset> | |
- | |
+ <!-- INCLUDE display_options.html --> | |
</form> | |
+ <!-- ENDIF --> | |
- <hr /> | |
-<!-- ENDIF --> | |
- | |
-<!-- IF .pagination or .searchresults or PAGE_NUMBER --> | |
-<div class="action-bar bottom"> | |
<div class="pagination"> | |
{SEARCH_MATCHES} | |
<!-- IF .pagination --> | |
@@ -193,7 +234,6 @@ | |
<!-- ENDIF --> | |
</div> | |
</div> | |
-<!-- ENDIF --> | |
<!-- INCLUDE jumpbox.html --> | |
diff --git a/phpBB/styles/prosilver/template/simple_footer.html b/phpBB/styles/prosilver/template/simple_footer.html | |
index 77980a9..614c137 100644 | |
--- a/phpBB/styles/prosilver/template/simple_footer.html | |
+++ b/phpBB/styles/prosilver/template/simple_footer.html | |
@@ -5,17 +5,21 @@ | |
<!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF --> | |
</div> | |
- <div id="darkenwrapper" data-ajax-error-title="{L_AJAX_ERROR_TITLE}" data-ajax-error-text="{L_AJAX_ERROR_TEXT}" data-ajax-error-text-abort="{L_AJAX_ERROR_TEXT_ABORT}" data-ajax-error-text-timeout="{L_AJAX_ERROR_TEXT_TIMEOUT}" data-ajax-error-text-parsererror="{L_AJAX_ERROR_TEXT_PARSERERROR}"> | |
- <div id="darken"> </div> | |
+ <div id="darkenwrapper" class="darkenwrapper" data-ajax-error-title="{L_AJAX_ERROR_TITLE}" data-ajax-error-text="{L_AJAX_ERROR_TEXT}" data-ajax-error-text-abort="{L_AJAX_ERROR_TEXT_ABORT}" data-ajax-error-text-timeout="{L_AJAX_ERROR_TEXT_TIMEOUT}" data-ajax-error-text-parsererror="{L_AJAX_ERROR_TEXT_PARSERERROR}"> | |
+ <div id="darken" class="darken"> </div> | |
</div> | |
- <div id="loading_indicator"></div> | |
+ <div id="loading_indicator" class="loading_indicator"></div> | |
<div id="phpbb_alert" class="phpbb_alert" data-l-err="{L_ERROR}" data-l-timeout-processing-req="{L_TIMEOUT_PROCESSING_REQ}"> | |
- <a href="#" class="alert_close"></a> | |
+ <a href="#" class="alert_close"> | |
+ <i class="icon fa-times-circle fa-fw" aria-hidden="true"></i> | |
+ </a> | |
<h3 class="alert_title"></h3><p class="alert_text"></p> | |
</div> | |
- <div id="phpbb_confirm" class="phpbb_alert"> | |
- <a href="#" class="alert_close"></a> | |
+ <div id="phpbb_confirm" class="phpbb_confirm phpbb_alert"> | |
+ <a href="#" class="alert_close"> | |
+ <i class="icon fa-times-circle fa-fw" aria-hidden="true"></i> | |
+ </a> | |
<div class="alert_text"></div> | |
</div> | |
</div> | |
diff --git a/phpBB/styles/prosilver/template/simple_header.html b/phpBB/styles/prosilver/template/simple_header.html | |
index 3924aa2..0e889b4 100644 | |
--- a/phpBB/styles/prosilver/template/simple_header.html | |
+++ b/phpBB/styles/prosilver/template/simple_header.html | |
@@ -23,9 +23,9 @@ | |
})(document); | |
</script> | |
<!-- ENDIF --> | |
+<link href="{T_FONT_AWESOME_LINK}" rel="stylesheet"> | |
<link href="{T_STYLESHEET_LINK}" rel="stylesheet"> | |
<link href="{T_STYLESHEET_LANG_LINK}" rel="stylesheet"> | |
-<link href="{T_THEME_PATH}/responsive.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet" media="all and (max-width: 700px)"> | |
<!-- IF S_CONTENT_DIRECTION eq 'rtl' --> | |
<link href="{T_THEME_PATH}/bidi.css?assets_version={T_ASSETS_VERSION}" rel="stylesheet"> | |
@@ -49,6 +49,6 @@ | |
<!-- EVENT simple_header_body_before --> | |
-<div id="wrap"> | |
- <a id="top" class="anchor" accesskey="t"></a> | |
- <div id="page-body" role="main"> | |
+<div id="wrap" class="wrap"> | |
+ <a id="top" class="top-anchor" accesskey="t"></a> | |
+ <div id="page-body" class="page-body" role="main"> | |
diff --git a/phpBB/styles/prosilver/template/timezone_option.html b/phpBB/styles/prosilver/template/timezone_option.html | |
index b8be456..728dc94 100644 | |
--- a/phpBB/styles/prosilver/template/timezone_option.html | |
+++ b/phpBB/styles/prosilver/template/timezone_option.html | |
@@ -12,7 +12,7 @@ | |
</dd> | |
<!-- ENDIF --> | |
<dd> | |
- <select name="tz" id="timezone" class="autowidth tz_select"> | |
+ <select name="tz" id="timezone" class="autowidth tz_select timezone"> | |
<option value="">{L_SELECT_TIMEZONE}</option> | |
<!-- BEGIN timezone_select --> | |
<optgroup label="{timezone_select.LABEL}" data-tz-value="{timezone_select.VALUE}"> | |
diff --git a/phpBB/styles/prosilver/template/ucp_attachments.html b/phpBB/styles/prosilver/template/ucp_attachments.html | |
index 1d49632..696f621 100644 | |
--- a/phpBB/styles/prosilver/template/ucp_attachments.html | |
+++ b/phpBB/styles/prosilver/template/ucp_attachments.html | |
@@ -6,21 +6,21 @@ | |
<div class="panel"> | |
<div class="inner"> | |
- | |
+ | |
<p>{L_ATTACHMENTS_EXPLAIN}</p> | |
<!-- IF .attachrow --> | |
<div class="action-bar top"> | |
<div class="pagination"> | |
{NUM_ATTACHMENTS} | |
- <!-- IF .pagination --> | |
+ <!-- IF .pagination --> | |
<!-- INCLUDE pagination.html --> | |
- <!-- ELSE --> | |
+ <!-- ELSE --> | |
• {PAGE_NUMBER} | |
<!-- ENDIF --> | |
</div> | |
</div> | |
- | |
+ | |
<ul class="topiclist"> | |
<li class="header"> | |
<dl> | |
@@ -50,21 +50,15 @@ | |
<!-- END attachrow --> | |
</ul> | |
- <fieldset class="display-options"> | |
- <label for="sk">{L_SORT_BY}{L_COLON} <select name="sk" id="sk">{S_SORT_OPTIONS}</select></label> | |
- <label><select name="sd" id="sd">{S_ORDER_SELECT}</select></label> | |
- <input class="button2" type="submit" name="sort" value="{L_SORT}" /> | |
+ <div class="action-bar bottom"> | |
+ <!-- INCLUDE display_options.html --> | |
{S_FORM_TOKEN} | |
- </fieldset> | |
- <hr /> | |
- | |
- <div class="action-bar bottom"> | |
<div class="pagination"> | |
{TOTAL_ATTACHMENTS} {L_TITLE} | |
- <!-- IF .pagination --> | |
+ <!-- IF .pagination --> | |
<!-- INCLUDE pagination.html --> | |
- <!-- ELSE --> | |
+ <!-- ELSE --> | |
• {PAGE_NUMBER} | |
<!-- ENDIF --> | |
</div> | |
@@ -76,9 +70,9 @@ | |
</div> | |
</div> | |
- | |
+ | |
<!-- IF S_ATTACHMENT_ROWS --> | |
- <fieldset class="display-actions"> | |
+ <fieldset class="display-actions"> | |
<input class="button2" type="submit" name="delete" value="{L_DELETE_MARKED}" /> | |
<div><a href="#" onclick="marklist('ucp', 'attachment', true); return false;">{L_MARK_ALL}</a> • <a href="#" onclick="marklist('ucp', 'attachment', false); return false;">{L_UNMARK_ALL}</a></div> | |
{S_FORM_TOKEN} | |
diff --git a/phpBB/styles/prosilver/template/ucp_avatar_options_local.html b/phpBB/styles/prosilver/template/ucp_avatar_options_local.html | |
index 80c7f28..e431b74 100644 | |
--- a/phpBB/styles/prosilver/template/ucp_avatar_options_local.html | |
+++ b/phpBB/styles/prosilver/template/ucp_avatar_options_local.html | |
@@ -6,7 +6,7 @@ | |
</select></label> | |
<input type="submit" value="{L_GO}" name="avatar_local_go" class="button2" /> | |
-<div id="gallery"> | |
+<div id="gallery" class="gallery"> | |
<!-- BEGIN avatar_local_row --> | |
<!-- BEGIN avatar_local_col --> | |
<label for="av-{avatar_local_row.S_ROW_COUNT}-{avatar_local_row.avatar_local_col.S_ROW_COUNT}"><img src="{avatar_local_row.avatar_local_col.AVATAR_IMAGE}" alt="" /><br /> | |
diff --git a/phpBB/styles/prosilver/template/ucp_groups_manage.html b/phpBB/styles/prosilver/template/ucp_groups_manage.html | |
index 3b805c4..f2b4f00 100644 | |
--- a/phpBB/styles/prosilver/template/ucp_groups_manage.html | |
+++ b/phpBB/styles/prosilver/template/ucp_groups_manage.html | |
@@ -33,9 +33,9 @@ | |
<dl> | |
<dt><label for="group_type1">{L_GROUP_TYPE}{L_COLON}</label><br /><span>{L_GROUP_TYPE_EXPLAIN}</span></dt> | |
<dd> | |
- <label for="group_type1"><input type="radio" class="radio" name="group_type" id="group_type1" value="{GROUP_TYPE_FREE}"{GROUP_FREE} /> {L_GROUP_OPEN}</label> | |
- <label for="group_type2"><input type="radio" class="radio" name="group_type" id="group_type2" value="{GROUP_TYPE_OPEN}"{GROUP_OPEN} /> {L_GROUP_REQUEST}</label> | |
- <label for="group_type3"><input type="radio" class="radio" name="group_type" id="group_type3" value="{GROUP_TYPE_CLOSED}"{GROUP_CLOSED} /> {L_GROUP_CLOSED}</label> | |
+ <label for="group_type1"><input type="radio" class="radio" name="group_type" id="group_type1" value="{GROUP_TYPE_FREE}"{GROUP_FREE} /> {L_GROUP_OPEN}</label> | |
+ <label for="group_type2"><input type="radio" class="radio" name="group_type" id="group_type2" value="{GROUP_TYPE_OPEN}"{GROUP_OPEN} /> {L_GROUP_REQUEST}</label> | |
+ <label for="group_type3"><input type="radio" class="radio" name="group_type" id="group_type3" value="{GROUP_TYPE_CLOSED}"{GROUP_CLOSED} /> {L_GROUP_CLOSED}</label> | |
<label for="group_type4"><input type="radio" class="radio" name="group_type" id="group_type4" value="{GROUP_TYPE_HIDDEN}"{GROUP_HIDDEN} /> {L_GROUP_HIDDEN}</label> | |
</dd> | |
</dl> | |
@@ -58,7 +58,7 @@ | |
<input name="group_colour" type="text" id="group_colour" value="{GROUP_COLOUR}" size="6" maxlength="6" class="inputbox narrow" /> | |
<span style="background-color: #{GROUP_COLOUR};"> </span> | |
[ <a href="#" id="color_palette_toggle">{L_COLOUR_SWATCH}</a> ] | |
- <div id="color_palette_placeholder" class="hidden" data-orientation="h" data-height="12" data-width="15" data-target="#group_colour"></div> | |
+ <div id="color_palette_placeholder" class="color_palette_placeholder hidden" data-orientation="h" data-height="12" data-width="15" data-target="#group_colour"></div> | |
</dd> | |
</dl> | |
<dl> | |
@@ -74,7 +74,7 @@ | |
<fieldset class="submit-buttons"> | |
{S_HIDDEN_FIELDS} | |
- <input type="reset" value="{L_RESET}" name="reset" class="button2" /> | |
+ <input type="reset" value="{L_RESET}" name="reset" class="button2" /> | |
<input type="submit" name="update" value="{L_SUBMIT}" class="button1" /> | |
{S_FORM_TOKEN} | |
</fieldset> | |
@@ -160,8 +160,8 @@ | |
</table> | |
<!-- IF .pagination --> | |
- <div class="action-bar bottom"> | |
- <div class="pagination"> | |
+ <div class="action-bar bar-bottom"> | |
+ <div class="pagination"> | |
<!-- INCLUDE pagination.html --> | |
</div> | |
</div> | |
@@ -170,7 +170,7 @@ | |
</div> | |