-
Bug
-
Resolution: Fixed
-
Major
-
3.3.10-RC1, 3.3.9
After having read the problem reported by ForumFlair (https://tracker.phpbb.com/browse/PHPBB3-17040), I've noticed another lack:
Unlike overall_header.html, simple_header.html and viewtopic_print.html, the class {S_CONTENT_DIRECTION} is missing for the body tag in ucp_pm_viewmessage_print.html
overall_header.html :
<body id="phpbb" class="nojs notouch section-{SCRIPT_NAME} {S_CONTENT_DIRECTION} {BODY_CLASS}"> |
simple_header.html :
<body id="phpbb" class="nojs {S_CONTENT_DIRECTION} {BODY_CLASS}"> |
viewtopic_print.html :
<body id="phpbb" class="{S_CONTENT_DIRECTION}"> |
ucp_pm_viewmessage_print.html
<body id="phpbb"> |
The absence of body class in the latter template makes bidi.css basically useless.