1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/12608] Improved LTR and various bugfixes

PHPBB3-12608
This commit is contained in:
PayBas
2014-05-29 17:16:37 +02:00
parent 49a1896a76
commit 976bda83db
6 changed files with 59 additions and 15 deletions

View File

@@ -30,6 +30,16 @@ class disapprove_post extends \phpbb\notification\type\approve_post
return 'disapprove_post';
}
/**
* Get the styling of the notification
*
* @return string
*/
public function get_styling()
{
return 'reported';
}
/**
* Language key used to output the text
*

View File

@@ -30,6 +30,16 @@ class disapprove_topic extends \phpbb\notification\type\approve_topic
return 'disapprove_topic';
}
/**
* Get the styling of the notification
*
* @return string
*/
public function get_styling()
{
return 'reported';
}
/**
* Language key used to output the text
*