aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/ucp_notifications.html
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15328] Disable checkbox if notification method isn't supportedkasimi2017-08-241-1/+1
| | | | PHPBB3-15328
* [ticket/14447] Remove trailing white spaces in ProsilverMatt Friedman2016-02-021-2/+2
| | | | PHPBB3-14447
* [ticket/12769] Refacto action barMichael Miday2015-09-171-2/+2
|
* [ticket/11444] Moving the in-board notifications to a method classNicofuma2015-07-131-2/+0
| | | | | | | | | | | | | | Currently the in-board method for the notifications is hardcoded and cannot be disabled. This method should be in his own class extending `phpbb\notification\method\method_interface`. It also add the possibility, for each method, to be enabled by default (ie: no entry in the DB => notification enabled). https://tracker.phpbb.com/browse/PHPBB3-11444 https://tracker.phpbb.com/browse/PHPBB3-11967 PHPBB3-11444
* [ticket/12608] Add subSilverPayBas2014-06-151-1/+1
| | | | PHPBB3-12608
* [ticket/12608] Improved LTR and various bugfixesPayBas2014-06-151-3/+0
| | | | PHPBB3-12608
* [ticket/12608] Add styling (CSS class) options to notificationsPayBas2014-06-151-1/+1
| | | | | | This will allow different notifications to have different styles PHPBB3-12608
* [ticket/12608] Improve notifications drop-down menu styling in headerPayBas2014-06-151-2/+4
| | | | PHPBB3-12608
* [ticket/12613] Add distinction between top/bottom action-barPayBas2014-06-131-2/+2
| | | | PHPBB3-12613
* [ticket/12613] Replaced topic-actions with action-barPayBas2014-06-131-3/+3
| | | | PHPBB3-12613
* [ticket/12613] Remove unnecessary checks and clean up CSSPayBas2014-06-131-14/+10
| | | | PHPBB3-12613
* [ticket/12613] Minor $bull; and <hr> fixPayBas2014-06-051-2/+2
| | | | PHPBB3-12613
* [ticket/12613] Pagination should never be in responsive linklistPayBas2014-06-051-2/+2
| | | | PHPBB3-12613
* [ticket/11098] HTML Validity fix to Notifications in UCPMatt Friedman2014-04-091-5/+7
| | | | PHPBB3-11098
* [ticket/12342] Use prop() instead of attr() for boolean propertiesMatt Friedman2014-04-011-1/+1
| | | | PHPBB3-12342
* Merge branch 'develop' into ticket/11935Matt Friedman2013-10-201-12/+11
|\
| * [ticket/11936] Make UCP Notifications page look even betterMatt Friedman2013-10-181-12/+11
| | | | | | | | | | | | | | | | Make only the Notification Title/Text the href link. Use a font family and size consistent with rest of phpBB. Make Notification date smaller too. PHPBB3-11936
| * [ticket/11936] Add no_avatars to UCP list Notifications tooMatt Friedman2013-10-161-1/+1
| | | | | | | | PHPBB3-11936
* | [ticket/11935] Remove obsolete table attributes from ProsilverMatt Friedman2013-10-191-1/+1
|/ | | | | | | cellpadding, cellspacing, border are obsolete table attributes. They are handled by CSS already using table and .table1 PHPBB3-11935
* [ticket/11921] Move any HTML for Notifications to the templatesMatt Friedman2013-10-161-2/+2
| | | | PHPBB3-11921
* [ticket/11735] Display disabled checkbox when notification is already readDhruv2013-09-151-1/+1
| | | | PHPBB3-11735
* [ticket/11489] Template changes for new topiclist layoutVjacheslav Trushkin2013-05-141-13/+15
| | | | PHPBB3-11489
* [ticket/11533] Change list to table for notification settingsVjacheslav Trushkin2013-05-111-34/+25
| | | | PHPBB3-11533
* Merge remote-tracking branch 'remotes/nickv/ticket/11421' into developNathan Guse2013-03-071-1/+1
|\ | | | | | | | | | | | | # By Joas Schilling # Via Joas Schilling * remotes/nickv/ticket/11421: [ticket/11421] Correctly display submit button when needed
| * [ticket/11421] Correctly display submit button when neededJoas Schilling2013-03-071-1/+1
| | | | | | | | PHPBB3-11421
* | Merge remote-tracking branch 'remotes/nickv/ticket/11417' into developNathan Guse2013-03-071-1/+1
|\ \ | | | | | | | | | | | | | | | | | | # By Joas Schilling # Via Joas Schilling * remotes/nickv/ticket/11417: [ticket/11417] FIx submit button description on notifications options page
| * | [ticket/11417] FIx submit button description on notifications options pageJoas Schilling2013-03-071-1/+1
| |/ | | | | | | PHPBB3-11417
* | Merge remote-tracking branch 'remotes/nickv/ticket/11390' into developNathan Guse2013-03-071-7/+7
|\ \ | | | | | | | | | | | | | | | | | | | | | # By Joas Schilling # Via Joas Schilling * remotes/nickv/ticket/11390: [ticket/11390] Correctly separate list of notifications from header [ticket/11390] Hide pagination when there are no notifications
| * | [ticket/11390] Correctly separate list of notifications from headerJoas Schilling2013-03-071-0/+2
| | | | | | | | | | | | PHPBB3-11390
| * | [ticket/11390] Hide pagination when there are no notificationsJoas Schilling2013-03-071-7/+5
| |/ | | | | | | PHPBB3-11390
* | [ticket/11407] Fix <dfn> description of "notification" option.Joas Schilling2013-03-071-1/+1
|/ | | | PHPBB3-11407
* [ticket/11103] HTML encode double arrow characterMatt Friedman2013-02-151-1/+1
| | | | PHPBB3-11103
* [ticket/11103] Update styling of UCP Notifications in prosilverMatt Friedman2013-02-141-3/+3
| | | | PHPBB3-11103
* [ticket/11103] Mark/Unmark All buttonsNathaniel Guse2013-02-131-4/+6
| | | | PHPBB3-11103
* [ticket/11103] Message of no notifications if you have noneNathan Guse2012-10-201-0/+7
| | | | PHPBB3-11103
* [ticket/11103] Restyling notifications list for prosilverNathan Guse2012-10-161-31/+25
| | | | PHPBB3-11103
* [ticket/11103] Mark read link if notification has no URL to view itNathaniel Guse2012-10-161-2/+7
| | | | | | Other style stuff PHPBB3-11103
* [ticket/11103] Make sure notifications are marked read when clicking themNathan Guse2012-10-141-6/+9
| | | | | | | | | | | | | How do we do this? If an item is unread, the URL to view that item will be the URL to mark it as read (index.php?mark_notification=$id). When the URL is visited it marks the item as read and redirects them to the correct URL for the item. If the item is read, the URL is directly to the item. Prettify the html output PHPBB-11103
* [ticket/11103] UCP Notification option groupingNathan Guse2012-10-131-11/+22
| | | | | | Also add the ability to specify an _EXPLAIN text for the notification option PHPBB3-11103
* [ticket/11103] UCP Notification ListNathan Guse2012-10-131-31/+91
| | | | PHPBB3-11103
* [ticket/11103] Fix module setup, add explanation to templateNathan Guse2012-09-271-0/+4
| | | | PHPBB3-11103
* [ticket/11103] UCP Notification Options can now be setNathan Guse2012-09-271-2/+2
| | | | PHPBB3-11103
* [ticket/11103] Allow grouping of multiple types in ucp notification optionsNathaniel Guse2012-09-271-3/+3
| | | | | | | | Ability to hide notification types from UCP Notification options (if users do not have permission to use the notification type, or for whatever reason they should not see it) PHPBB3-11103
* [ticket/11103] Some tweaks to the template outputNathan Guse2012-09-261-6/+5
| | | | PHPBB3-11103
* [ticket/11103] More work on the UCP Notifications pageNathan Guse2012-09-261-0/+48
PHPBB3-11103