mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-14 20:54:13 +02:00
[ticket/12155] Fix tabbing and put one selector per line if string is too long
PHPBB3-12155
This commit is contained in:
@@ -17,8 +17,9 @@
|
||||
<!-- ELSEIF U_POST_NEW_TOPIC -->
|
||||
<div class="newpm-icon">
|
||||
<a href="{U_POST_NEW_TOPIC}" accesskey="n" title="{L_UCP_PM_COMPOSE}" class="button icon-button">
|
||||
<span></span>{L_BUTTON_PM_NEW}</a>
|
||||
</div>
|
||||
<span></span>{L_BUTTON_PM_NEW}
|
||||
</a>
|
||||
</div>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF U_FORWARD_PM -->
|
||||
<div class="forwardpm-icon">
|
||||
|
Reference in New Issue
Block a user