[ticket/17317] Add new icon for groups and remove CSS change

PHPBB3-17317
This commit is contained in:
Daniel James 2024-05-22 17:39:24 +01:00 committed by Marc Alexander
parent 9fcf956888
commit c330500c4d
No known key found for this signature in database
GPG key ID: 50E0D2423696F995
2 changed files with 7 additions and 3 deletions

View file

@ -77,8 +77,12 @@
<ul class="recipients"> <ul class="recipients">
<!-- BEGIN to_recipient --> <!-- BEGIN to_recipient -->
<li> <li>
<!-- IF to_recipient.IS_GROUP --><a href="{to_recipient.U_VIEW}"><strong>{to_recipient.NAME}</strong></a><!-- ELSE -->{to_recipient.NAME_FULL}<!-- ENDIF -->&nbsp; <!-- IF not S_EDIT_POST -->
<!-- IF not S_EDIT_POST --><input type="submit" name="remove_{to_recipient.TYPE}[{to_recipient.UG_ID}]" value="x" class="button2" /><!-- ENDIF --> <button type="submit" name="remove_{to_recipient.TYPE}[{to_recipient.UG_ID}]">
<i class="icon fa-times icon-red" aria-hidden="true"></i><span class="sr-only">{L_REMOVE}</span>
</button>
<!-- ENDIF -->
<!-- IF to_recipient.IS_GROUP --><a href="{to_recipient.U_VIEW}"><strong>{to_recipient.NAME}</strong></a><!-- ELSE -->{to_recipient.NAME_FULL}<!-- ENDIF -->
</li> </li>
<!-- END to_recipient --> <!-- END to_recipient -->
</ul> </ul>

View file

@ -783,7 +783,7 @@ fieldset.fields1 dd.recipients {
fieldset.fields1 ul.recipients input.button2 { fieldset.fields1 ul.recipients input.button2 {
font-size: 0.8em; font-size: 0.8em;
margin-right: 0; margin-right: 0;
padding: 0 2px; padding: 0;
} }
fieldset.fields1 dl.pmlist > dt { fieldset.fields1 dl.pmlist > dt {