aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_pm_message_header.html
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3927 from hanakin/ticket/14199Marc Alexander2015-10-071-8/+8
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14199] Fix screen reader compatability Conflicts: phpBB/styles/prosilver/template/mcp_topic.html phpBB/styles/prosilver/template/overall_header.html phpBB/styles/prosilver/template/pagination.html phpBB/styles/prosilver/template/posting_buttons.html phpBB/styles/prosilver/template/posting_topic_review.html phpBB/styles/prosilver/template/search_results.html phpBB/styles/prosilver/template/ucp_pm_history.html phpBB/styles/prosilver/template/ucp_pm_message_header.html phpBB/styles/prosilver/template/ucp_pm_viewmessage.html phpBB/styles/prosilver/template/viewforum_body.html phpBB/styles/prosilver/template/viewtopic_body.html phpBB/styles/prosilver/template/viewtopic_topic_tools.html
| * [ticket/14199]Add aria-hidden to all iconsMichael Miday2015-10-011-8/+8
| | | | | | | | PHPBB3-14199
* | [ticket/14193]Fix posting buttonsMichael Miday2015-10-031-1/+1
|/ | | | PHPBB3-14193
* [ticket/12769] Refacto action barMichael Miday2015-09-171-1/+1
|
* [ticket/12769] Fix dropdown stylingMichael Miday2015-09-171-1/+1
|
* [ticket/12769] Swap icons in ucpMichael Miday2015-09-171-24/+33
|
* [ticket/13205] Add a mark all messages read link to PM foldersNils Adermann2014-10-221-0/+1
| | | | PHPBB3-13205
* [ticket/12613] Add distinction between top/bottom action-barPayBas2014-06-131-1/+1
| | | | PHPBB3-12613
* [ticket/12613] Replaced topic-actions with action-barPayBas2014-06-131-1/+1
| | | | PHPBB3-12613
* [ticket/12613] Remove unnecessary checks and clean up CSSPayBas2014-06-131-1/+1
| | | | PHPBB3-12613
* [ticket/12613] Small inconsistency fixesPayBas2014-06-051-4/+4
| | | | PHPBB3-12613
* [ticket/12613] Pagination should never be in responsive linklistPayBas2014-06-051-7/+8
| | | | PHPBB3-12613
* [ticket/12155] Get rid of the <span> where possible and fix buttons in Safari.Cesar G2014-05-271-5/+5
| | | | PHPBB3-12155
* [ticket/12155] Move icon class directly to <a> and use <span> consistently.Cesar G2014-05-271-20/+12
| | | | PHPBB3-12155
* [ticket/12155] Fix tabbing and put one selector per line if string is too longCesar G2014-05-271-2/+3
| | | | PHPBB3-12155
* [ticket/12155] Move existing button style to a more generic class.Cesar G2014-05-271-5/+27
| | | | PHPBB3-12155
* [ticket/12389] Moved PM tools to UCP templatePayBas2014-04-201-1/+11
| | | | PHPBB3-12389
* [ticket/12389] Move print topic & email topic icons to topic toolsPayBas2014-04-111-0/+2
| | | | PHPBB3-12389
* [ticket/8041] Merge item name into "Return to" string for better translationsJoas Schilling2014-03-121-1/+1
| | | | PHPBB3-8041
* [ticket/11328] Replace long buttons text with short textVjacheslav Trushkin2013-01-161-4/+4
| | | | | | Replace long buttons text with short text, like it was on images PHPBB3-11328
* Merge remote-tracking branch 'remotes/cyberalien/ticket/10431' into developNathan Guse2013-01-151-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | # By Vjacheslav Trushkin # Via Vjacheslav Trushkin * remotes/cyberalien/ticket/10431: [ticket/10431] Remove .left class from reply-all [ticket/10431] Remove reply-all custom css [ticket/10431] Adjustments for large buttons [ticket/10431] Changed fonts for Linux [ticket/10431] Adjustments for IE7 [ticket/10431] Different font for iOS [ticket/10431] CSS3 buttons
| * [ticket/10431] Remove .left class from reply-allVjacheslav Trushkin2013-01-161-1/+1
| | | | | | | | | | | | Remove .left class from .reply-all button PHPBB3-10431
* | [ticket/11197] Prefix the css classes for the small arrow with "arrow"Marc Alexander2012-11-131-1/+1
|/ | | | | | | | 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-4/+4
| | | | | | | 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
* [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-1/+1
| | | | | | Removed the corner span classes from all the template and theme files. PHPBB-10734
* [ticket/10453] Fixing spacingVjacheslav Trushkin2012-02-261-1/+1
| | | | | | Fixing spacing PHPBB3-10453
* [ticket/10453] PM viewmessage page is misplacing the online iconRaimon2011-11-141-7/+1
| | | | | | | | | | Removed the position: absolute value, and made it so that if the buttons are bigger the text move with it, also added support for bidi.css (text right to left). PHPBB3-10453 http://tracker.phpbb.com/browse/PHPBB3-10453
* [ticket/10453] PM viewmessage page is misplacing the online iconRaimon2011-11-131-15/+14
| | | | | | PHPBB3-10453 http://tracker.phpbb.com/browse/PHPBB3-10453
* the form actually is no longer required - in tests we had a form to submit ↵Meik Sievertsen2009-08-141-7/+2
| | | | | | the reply/reply to all, but this only worked with JS, so i decided to use a link. git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9980 89ea8834-ac86-4346-8a33-228a782c2dd0
* Separate PM Reply and PM Reply to all in prosilver.Meik Sievertsen2009-08-041-6/+18
| | | | | | Style changes by dhn git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9919 89ea8834-ac86-4346-8a33-228a782c2dd0
* fix display of underlying alternative text for ucp_pm_viewfolder (used li ↵Meik Sievertsen2007-11-141-5/+4
| | | | | | instead of div) as well as hiding overflow text. git-svn-id: file:///svn/phpbb/trunk@8235 89ea8834-ac86-4346-8a33-228a782c2dd0
* - fix images off, css on problem for post/reply buttonsMeik Sievertsen2007-11-061-3/+3
| | | | | | | - changed calculating new/unread pm count to no longer rely on code logic, but apply all rules, operate on messages and then re-calculating after delivery. git-svn-id: file:///svn/phpbb/trunk@8229 89ea8834-ac86-4346-8a33-228a782c2dd0
* RTL changes with the help from arod-1 and dodo5000Meik Sievertsen2007-06-181-1/+1
| | | | git-svn-id: file:///svn/phpbb/trunk@7776 89ea8834-ac86-4346-8a33-228a782c2dd0
* say hello to prosilver... YAAAYEEEEMeik Sievertsen2007-04-011-0/+29
git-svn-id: file:///svn/phpbb/trunk@7260 89ea8834-ac86-4346-8a33-228a782c2dd0