mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-23 10:28:55 +00:00
[ticket/17317] Add new icon for groups and remove CSS change
PHPBB3-17317
This commit is contained in:
parent
9fcf956888
commit
c330500c4d
2 changed files with 7 additions and 3 deletions
|
@ -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 -->
|
<!-- 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>
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue