aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_pm_viewfolder.html
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/14447] Remove trailing white spaces in ProsilverMatt Friedman2016-02-021-4/+4
| | | | PHPBB3-14447
* Merge remote-tracking branch 'origin/ticket_12649' into ticket_12649RMcGirr832015-11-041-1/+2
| | | | PHPBB3-12649
* [ticket/12649] Change sort & display options in footers to dropdown menuRMcGirr832015-11-031-10/+2
| | | | PHPBB3-12649
* [ticket/14199]Add aria-hidden to all iconsMichael Miday2015-10-011-2/+2
| | | | PHPBB3-14199
* [ticket/12769] Refacto action barMichael Miday2015-09-171-1/+1
|
* [ticket/12769] Swap icons in ucpMichael Miday2015-09-171-2/+5
|
* [ticket/12769] Delete imageset & consolidate imgsMichael Miday2015-09-171-2/+2
|
* [ticket/14093] Hardcoded language in ucp_pm_viewfolder.htmlrxu2015-08-121-1/+1
| | | | PHPBB3-14093
* [ticket/12613] Add distinction between top/bottom action-barPayBas2014-06-131-1/+1
| | | | PHPBB3-12613
* [ticket/12613] Remove unnecessary checks and clean up CSSPayBas2014-06-131-3/+1
| | | | PHPBB3-12613
* [ticket/12613] Pagination should never be in responsive linklistPayBas2014-06-051-18/+18
| | | | PHPBB3-12613
* [ticket/12613] Removed all previous_page / next_page text linksPayBas2014-06-051-2/+0
| | | | PHPBB3-12613
* [ticket/12300] Make only red topic/forum row icons clickable to unread postsMatt Friedman2014-03-281-1/+1
| | | | PHPBB3-12300
* [ticket/12300] Make all topic row icons clickableMatt Friedman2014-03-271-0/+1
| | | | | | | | | Forum list icons link to first page of forum UCP subscribed forums icons link to first page of forum MCP Forum page topic icons link to first (or first unread) post PM Icons link to the message PHPBB3-12300
* [ticket/11935] Merge remote-tracking branch 'upstream/develop'Matt Friedman2013-10-291-1/+1
|\ | | | | | | PHPBB3-11935
| * [ticket/11956] Adjustments to responsive topiclist listsVjacheslav Trushkin2013-10-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | Changes behavior of topiclist lists on mobile devices. Shows/hides certain elements in each row to present all important information to visitor on mobile devices, such as last post when viewing forum instead of first post. Also fixes topiclist layout bug in drafts.html PHPBB3-11956
* | [ticket/11935] Fix invalid HTML usage of <label> tag in prosilverMatt Friedman2013-10-191-1/+2
|/ | | | PHPBB3-11935
* [ticket/11770] Fix class name for pm listVjacheslav Trushkin2013-08-061-1/+1
| | | | PHPBB3-11770
* [ticket/9341] Use U_PREVIOUS and U_NEXT in template filesDhruv2013-06-221-2/+2
| | | | PHPBB3-9341
* [ticket/11489] Template changes for new topiclist layoutVjacheslav Trushkin2013-05-141-3/+6
| | | | PHPBB3-11489
* [ticket/11197] Prefix the css classes for the small arrow with "arrow"Marc Alexander2012-11-131-2/+2
| | | | | | | | It does not make sense to have classes named "right" and "left" produce a small arrow next to text. It should be made clear that an arrow will appear. PHPBB3-11197
* [ticket/10780] Replace colon usage in template output with {L_COLON}Nathan Guse2012-11-101-5/+5
| | | | | | | Replace all the instances (I could find) where the colon is displayed to the user with {L_COLON} so it can be localised. PHPBB3-10780
* [ticket/11047] Close TOTAL_MESSAGES at ucp_pm_viewfolder.htmlVinny2012-08-071-1/+1
| | | | | | | This problem only occurs in prosilver With the variable unclosed, the language key isnt displayed PHPBB3-11047
* [feature/pagination-as-list] Various fixes and improvementsDrae2012-07-181-14/+1
| | | | | | | | | | Extracted common template code for prosilver as per subsilver2. Various other fixups and oversight corrections, changed name of the "new" template function and re-introduced existing version. Altered on_page to compensate for removal of some templating vars from pagination routine. PHPBB3-10968
* [ticket/10968] Render pagination within the templateDrae2012-07-181-2/+19
| | | | | | | | | | | | | | Since phpBB 2 pagination has been rendered mostly within the source. This limits just what designers can do with pagination. The current form is also questionable in terms of "best practice". The aim is to move rendering completely to the template via the use of a block element. Enabling S_ template vars also allows for control over specific aspects of the pagination output such as next, previous, active and ellipsis. Related to this - merging the capabilities of the topic_generate_pagination with generate_pagination removes an element of duplication. PHPBB3-10968
* [ticket/10734] Removed all the unnecessary corner classesShibu Lijack2012-04-021-3/+3
| | | | | | Removed the corner span classes from all the template and theme files. PHPBB-10734
* Merge branch 'develop-olympus' into developVjacheslav Trushkin2012-02-241-1/+0
|\ | | | | | | | | | | * develop-olympus: [ticket/10453] PM viewmessage page is misplacing the online icon [ticket/10453] PM viewmessage page is misplacing the online icon
| * [ticket/10453] PM viewmessage page is misplacing the online iconRaimon2011-11-131-1/+0
| | | | | | | | | | | | PHPBB3-10453 http://tracker.phpbb.com/browse/PHPBB3-10453
* | Merge branch 'ticket/hanakin/10001' into developIgor Wiedler2011-02-281-1/+1
|\ \ | | | | | | | | | | | | | | | * ticket/hanakin/10001: [ticket/10001] Created the new styles within colours.css to handle the displaying of the forum & topic images [ticket/10001] Created new Template variable to house class names based on $folder_img value, Modified prosilver template files to utilize class for forum & topic images through out template via the newly created Template variable, Created the new styles within colours.css to handle the displaying of the forum & topic images
| * | [ticket/10001] Created new Template variable to house class names based on ↵hanakin2011-01-181-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | $folder_img value, Modified prosilver template files to utilize class for forum & topic images through out template via the newly created Template variable, Created the new styles within colours.css to handle the displaying of the forum & topic images * Created new Template variable to house class names based on $folder_img value in functions_display.php. * Created new Template variable to house class names based on $folder_img value in mcp_forums.php. * Created new Template variable to house class names based on $folder_img value in ucp_main.php. * Created new Template variable to house class names based on $folder_img value in search.php. * Created new Template variable to house class names based on $folder_img value in ucp_pm_viewfolder.php. * Created new Template variable to house class names based on $folder_img value in search.php. * Created new Template variable to house class names based on $folder_img value in viewforum.php. * Modified forumlist_body.html to utilize class for forum & topic images through out template via the newly created Template variable * Modified mcp_forum.html to utilize class for forum & topic images through out template via the newly created Template variable * Modified search_results.html to utilize class for forum & topic images through out template via the newly created Template variable * Modified ucp_main_bookmarks.html to utilize class for forum & topic images through out template via the newly created Template variable * Modified ucp_main_subscribed.html to utilize class for forum & topic images through out template via the newly created Template variable * Modified ucp_main_front.html to utilize class for forum & topic images through out template via the newly created Template variable * Modified ucp_pm_viewfolder.html to utilize class for forum & topic images through out template via the newly created Template variable * Modified viewforum_body.html to utilize class for forum & topic images through out template via the newly created Template variable * Created the new styles within colours.css to handle the displaying of the forum & topic images - NOTES: This changes are the first step in the revamp of prosilver initiative, this provides the ground work to handle the images via sprites to reduce the amount of HTTP requests by the server PHPBB3-10001
* | [ticket/9556] Drop php closing tags, add trailing newlineIgor Wiedler2010-11-111-1/+1
|/ | | | | | | | | | | | Closing tags converted using Oleg's script. remove-php-end-tags.py -a . Trailing newlines added using the following where $ext is file extension. find . -type f -name "*.$ext" -print | xargs printf "e %s\nw\n" | ed -s; Extensions: php, css, html, js, xml. PHPBB3-9556
* [ticket/9135] Fix report-icon for moderators in PM folders.Joas Schilling2010-05-261-1/+1
| | | | | | There was a S_TOPIC_REPORTED switch in the template of prosilver, which should indicate whether the PM is reported. But the variable was neither filled, nor named correctly. Now it is filled with a boolean and a link to the report is displayed for permitted users. PHPBB3-9135
* Bug #52175Meik Sievertsen2009-10-041-3/+7
| | | | | | atm the "fix" with the most changes involved. We will inform style authors about these changes. We will not release RC2 to RC3 code changes, but will annnounce the style changes within the RC3 release announcement. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10204 89ea8834-ac86-4346-8a33-228a782c2dd0
* Separate PM Reply and PM Reply to all in prosilver.Meik Sievertsen2009-08-041-1/+1
| | | | | | Style changes by dhn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9919 89ea8834-ac86-4346-8a33-228a782c2dd0
* - [Feature] New &quot;Newly Registered Users&quot; group for assigning ↵Meik Sievertsen2009-06-201-0/+2
| | | | | | | | | | | | permissions to newly registered users. They will be removed from this group once they reach a defineable amount of posts. - [Feature] Ability to define if the &quot;Newly Registered Users&quot; group will be assigned as the default group to newly registered users. As a coincidence also Bug #46535 got fixed. Additionally the error message displayed with trigger_error() if accessing the private message tab in the ucp is now displayed inline in addition to a slightly different message for newly registered users to let them know that access permissions may be lifted over time. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9636 89ea8834-ac86-4346-8a33-228a782c2dd0
* forgot to change this one - related to revision #r9136Meik Sievertsen2008-12-071-17/+17
| | | | git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9182 89ea8834-ac86-4346-8a33-228a782c2dd0
* Use "less than a minute ago" instead of "0 minutes ago"Meik Sievertsen2008-12-031-1/+1
| | | | | | Use "Sent: {DATE}" in pm's, instead of "Sent at: {DATE}" git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9162 89ea8834-ac86-4346-8a33-228a782c2dd0
* #15038Henry Sudhof2007-11-051-1/+1
| | | | | | | I'm very sorry. This should make W3C happy again. git-svn-id: file:///svn/phpbb/trunk@8227 89ea8834-ac86-4346-8a33-228a782c2dd0
* Ok, here comes a big one. Poor updater. Also requires testing.Henry Sudhof2007-10-031-0/+1
| | | | | | | | | | | | #i91 #i92 #i93 #i94 #i95 #i96 git-svn-id: file:///svn/phpbb/trunk@8120 89ea8834-ac86-4346-8a33-228a782c2dd0
* RTL changes with the help from arod-1 and dodo5000Meik Sievertsen2007-06-181-2/+2
| | | | git-svn-id: file:///svn/phpbb/trunk@7776 89ea8834-ac86-4346-8a33-228a782c2dd0
* hopefully not too late in the game. Checked in new jabber class (the class ↵Meik Sievertsen2007-05-261-2/+2
| | | | | | | | | done by the flyspray project). It would be nice if this could be tested with more servers - jabber.org seems to work fine... - other fixes git-svn-id: file:///svn/phpbb/trunk@7687 89ea8834-ac86-4346-8a33-228a782c2dd0
* get the pm and author removed notification to prosilverMeik Sievertsen2007-04-161-1/+11
| | | | git-svn-id: file:///svn/phpbb/trunk@7366 89ea8834-ac86-4346-8a33-228a782c2dd0
* checking in some fixes... also added "previous/next pm in history" links to ↵Meik Sievertsen2007-04-101-16/+16
| | | | | | prosilvers private message view; dhn, you may want to have a look at the placement. :) git-svn-id: file:///svn/phpbb/trunk@7322 89ea8834-ac86-4346-8a33-228a782c2dd0
* say hello to prosilver... YAAAYEEEEMeik Sievertsen2007-04-011-0/+113
git-svn-id: file:///svn/phpbb/trunk@7260 89ea8834-ac86-4346-8a33-228a782c2dd0