diff --git a/phpBB/styles/subSilver/template/index_body.html b/phpBB/styles/subSilver/template/index_body.html index 90d73fc5bc..98de8a68ed 100644 --- a/phpBB/styles/subSilver/template/index_body.html +++ b/phpBB/styles/subSilver/template/index_body.html @@ -13,7 +13,7 @@ - + diff --git a/phpBB/styles/subSilver/template/memberlist_im.html b/phpBB/styles/subSilver/template/memberlist_im.html index 3ca24f59fa..de4dd72355 100644 --- a/phpBB/styles/subSilver/template/memberlist_im.html +++ b/phpBB/styles/subSilver/template/memberlist_im.html @@ -1,8 +1,10 @@ +
+ -
 {L_FORUM}  {L_FORUM}   {L_TOPICS}   {L_POSTS}   {L_LAST_POST} 
+
diff --git a/phpBB/styles/subSilver/template/overall_header.html b/phpBB/styles/subSilver/template/overall_header.html index 3a7789ca15..712a08a866 100644 --- a/phpBB/styles/subSilver/template/overall_header.html +++ b/phpBB/styles/subSilver/template/overall_header.html @@ -33,10 +33,11 @@ function im_popup(url, width, height) function goto() { var page = prompt('{L_JUMP_PAGE}:', '{ON_PAGE}'); + var perpage = '{PER_PAGE}'; if (page !== null && !isNaN(page) && page > 0) { - document.location.href = "{BASE_URL}&start=" + ((page * {PER_PAGE}) - 1); + document.location.href = "{BASE_URL}&start=" + ((page * perpage) - 1); } } //--> diff --git a/phpBB/styles/subSilver/template/search_body.html b/phpBB/styles/subSilver/template/search_body.html index a1fffd1b07..83f8d64547 100644 --- a/phpBB/styles/subSilver/template/search_body.html +++ b/phpBB/styles/subSilver/template/search_body.html @@ -1,57 +1,79 @@ -
{L_SEND_IM}
+
- +
{L_INDEX}{L_INDEX}
- +
- + - - + + - - + + - + + - - - - + - - - - + + + + - - - - + + + + - + + + + + + +
{L_SEARCH_QUERY}{L_SEARCH_QUERY}
{L_SEARCH_KEYWORDS}:
{L_SEARCH_KEYWORDS_EXPLAIN}

{L_SEARCH_ANY_TERMS}
{L_SEARCH_ALL_TERMS}
{L_SEARCH_KEYWORDS}:
{L_SEARCH_KEYWORDS_EXPLAIN}

{L_SEARCH_ALL_TERMS}
{L_SEARCH_ANY_TERMS}
{L_SEARCH_AUTHOR}:
{L_SEARCH_AUTHOR_EXPLAIN}
{L_SEARCH_AUTHOR}:
{L_SEARCH_AUTHOR_EXPLAIN}
{L_SEARCH_OPTIONS}{L_SEARCH_FORUMS}:
{L_SEARCH_FORUMS_EXPLAIN}
{L_FORUM}: {L_SEARCH_PREVIOUS}: 
{L_SEARCH_MESSAGE_TITLE}
{L_SEARCH_MESSAGE_ONLY}
{L_SEARCH_OPTIONS}
{L_CATEGORY}: {L_SORT_BY}: 
{L_SORT_ASCENDING}
{L_SORT_DESCENDING}
 
{L_SEARCH_CHILD}:
{L_SEARCH_CHILD_EXPLAIN}
{L_YES}   {L_NO}{L_SEARCH_WITHIN}: {L_SEARCH_TITLE_MSG}
{L_SEARCH_MSG_ONLY}
{L_SEARCH_TITLE_ONLY}
{L_DISPLAY_RESULTS}: {L_POSTS}{L_TOPICS}{L_RETURN_FIRST} {L_CHARACTERS}{L_SORT_BY}:
{L_SORT_ASCENDING}
{L_SORT_DESCENDING}
{L_RETURN_FIRST}: {L_POST_CHARACTERS}
{S_HIDDEN_FIELDS}{L_SEARCH_PREVIOUS}: {L_DISPLAY_RESULTS}: {L_POSTS}   {L_TOPICS}
{S_HIDDEN_FIELDS}  
- +
+ +
+ + + + + + + + + + + + + + +
{L_RECENT_SEARCHES}
{recentsearch.KEYWORDS}{recentsearch.RESULTS}{recentsearch.TIME}
+ +
{S_TIMEZONE}
- +
diff --git a/phpBB/styles/subSilver/template/search_results_topics.html b/phpBB/styles/subSilver/template/search_results_topics.html index 61a1d5a186..d5b37491c7 100644 --- a/phpBB/styles/subSilver/template/search_results_topics.html +++ b/phpBB/styles/subSilver/template/search_results_topics.html @@ -1,51 +1,57 @@ -
+
- + + + + + + + + +
{L_SEARCH_MATCHES}
{SEARCH_MATCHES}
Search terms used: {SEARCH_WORDS}
Terms ignored: {STOPPED_WORDS}
+ + + +
- +
- - -
{L_INDEX}
- - - - - - - - - - + + + + + + + - - - - - - - - + + + + + + + + - +
  {L_FORUM}  {L_TOPICS}  {L_AUTHOR}  {L_REPLIES}  {L_VIEWS}  {L_LASTPOST}   {L_FORUM}  {L_TOPICS}  {L_AUTHOR}  {L_REPLIES}  {L_VIEWS}  {L_LASTPOST} 
{searchresults.L_TOPIC_FOLDER_ALT}{searchresults.FORUM_NAME}{searchresults.NEWEST_POST_IMG}{searchresults.TOPIC_TYPE}{searchresults.TOPIC_TITLE}
{searchresults.GOTO_PAGE}
{searchresults.TOPIC_AUTHOR}{searchresults.REPLIES}{searchresults.VIEWS}{searchresults.LAST_POST_TIME}
{searchresults.LAST_POST_AUTHOR} {searchresults.LAST_POST_IMG}
{searchresults.L_TOPIC_FOLDER_ALT}{searchresults.FORUM_NAME}{searchresults.TOPIC_TITLE}
{searchresults.GOTO_PAGE}
{searchresults.TOPIC_AUTHOR}{searchresults.REPLIES}{searchresults.VIEWS}{searchresults.LAST_POST_TIME}
{searchresults.LAST_POST_AUTHOR} {searchresults.LAST_POST_IMG}
   
- +
- - + +
{PAGE_NUMBER}{PAGINATION}
{S_TIMEZONE}
- +
diff --git a/phpBB/styles/subSilver/template/simple_footer.html b/phpBB/styles/subSilver/template/simple_footer.html index 4b7348134b..107ce82b2e 100644 --- a/phpBB/styles/subSilver/template/simple_footer.html +++ b/phpBB/styles/subSilver/template/simple_footer.html @@ -1,5 +1,5 @@ -
{JUMPBOX}