[ticket/17317] Change button text for pm recipient to increase readability

PHPBB3-17317
This commit is contained in:
Daniel James 2024-05-17 12:48:37 +01:00 committed by Marc Alexander
parent 6aa980eadb
commit cd34cdedee
No known key found for this signature in database
GPG key ID: 50E0D2423696F995
2 changed files with 4 additions and 4 deletions

View file

@ -31,7 +31,7 @@
<ul class="recipients"> <ul class="recipients">
<!-- BEGIN to_recipient --> <!-- BEGIN to_recipient -->
<li> <li>
<!-- IF not S_EDIT_POST --><input type="submit" name="remove_{to_recipient.TYPE}[{to_recipient.UG_ID}]" value="x" class="button2" /><!-- ENDIF --> <!-- IF not S_EDIT_POST --><input type="submit" name="remove_{to_recipient.TYPE}[{to_recipient.UG_ID}]" value="{L_REMOVE}" class="button2" /><!-- ENDIF -->
<!-- IF to_recipient.IS_GROUP --><a href="{to_recipient.U_VIEW}" style="color: {{ to_recipient.COLOUR }}"><strong>{to_recipient.NAME}</strong></a><!-- ELSE -->{to_recipient.NAME_FULL}<!-- ENDIF --> <!-- IF to_recipient.IS_GROUP --><a href="{to_recipient.U_VIEW}" style="color: {{ to_recipient.COLOUR }}"><strong>{to_recipient.NAME}</strong></a><!-- ELSE -->{to_recipient.NAME_FULL}<!-- ENDIF -->
</li> </li>
<!-- END to_recipient --> <!-- END to_recipient -->
@ -48,7 +48,7 @@
<ul class="recipients"> <ul class="recipients">
<!-- BEGIN bcc_recipient --> <!-- BEGIN bcc_recipient -->
<li> <li>
<!-- IF not S_EDIT_POST --><input type="submit" name="remove_{bcc_recipient.TYPE}[{bcc_recipient.UG_ID}]" value="x" class="button2" /><!-- ENDIF --> <!-- IF not S_EDIT_POST --><input type="submit" name="remove_{bcc_recipient.TYPE}[{bcc_recipient.UG_ID}]" value="{L_REMOVE}" class="button2" /><!-- ENDIF -->
<!-- IF bcc_recipient.IS_GROUP --><a href="{bcc_recipient.U_VIEW}" style="color: {{ bcc_recipient.COLOUR }}"><strong>{bcc_recipient.NAME}</strong></a><!-- ELSE -->{bcc_recipient.NAME_FULL}<!-- ENDIF --> <!-- IF bcc_recipient.IS_GROUP --><a href="{bcc_recipient.U_VIEW}" style="color: {{ bcc_recipient.COLOUR }}"><strong>{bcc_recipient.NAME}</strong></a><!-- ELSE -->{bcc_recipient.NAME_FULL}<!-- ENDIF -->
</li> </li>
<!-- END bcc_recipient --> <!-- END bcc_recipient -->

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; padding: 2px 0;
} }
fieldset.fields1 dl.pmlist > dt { fieldset.fields1 dl.pmlist > dt {