mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 04:18:55 +00:00
Compare commits
No commits in common. "df5fcafcb97af3f86702da13d9b0b05b1887472e" and "ef593afec5da3301d9abe76f571cf22622ac716b" have entirely different histories.
df5fcafcb9
...
ef593afec5
2 changed files with 10 additions and 16 deletions
|
@ -31,11 +31,7 @@
|
||||||
<ul class="recipients">
|
<ul class="recipients">
|
||||||
<!-- BEGIN to_recipient -->
|
<!-- BEGIN to_recipient -->
|
||||||
<li>
|
<li>
|
||||||
<!-- 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}" 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 -->
|
||||||
|
@ -52,11 +48,7 @@
|
||||||
<ul class="recipients">
|
<ul class="recipients">
|
||||||
<!-- BEGIN bcc_recipient -->
|
<!-- BEGIN bcc_recipient -->
|
||||||
<li>
|
<li>
|
||||||
<!-- IF not S_EDIT_POST -->
|
<!-- IF not S_EDIT_POST --><input type="submit" name="remove_{bcc_recipient.TYPE}[{bcc_recipient.UG_ID}]" value="x" class="button2" /><!-- ENDIF -->
|
||||||
<button type="submit" name="remove_{bcc_recipient.TYPE}[{bcc_recipient.UG_ID}]">
|
|
||||||
<i class="icon fa-times icon-red" aria-hidden="true"></i><span class="sr-only">{L_REMOVE}</span>
|
|
||||||
</button>
|
|
||||||
<!-- 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 -->
|
||||||
|
@ -77,12 +69,8 @@
|
||||||
<ul class="recipients">
|
<ul class="recipients">
|
||||||
<!-- BEGIN to_recipient -->
|
<!-- BEGIN to_recipient -->
|
||||||
<li>
|
<li>
|
||||||
<!-- IF not S_EDIT_POST -->
|
<!-- IF to_recipient.IS_GROUP --><a href="{to_recipient.U_VIEW}"><strong>{to_recipient.NAME}</strong></a><!-- ELSE -->{to_recipient.NAME_FULL}<!-- ENDIF -->
|
||||||
<button type="submit" name="remove_{to_recipient.TYPE}[{to_recipient.UG_ID}]">
|
<!-- IF not S_EDIT_POST --><input type="submit" name="remove_{to_recipient.TYPE}[{to_recipient.UG_ID}]" value="x" class="button2" /><!-- ENDIF -->
|
||||||
<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>
|
||||||
|
|
|
@ -780,6 +780,12 @@ fieldset.fields1 dd.recipients {
|
||||||
margin-left: 1em;
|
margin-left: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
fieldset.fields1 ul.recipients input.button2 {
|
||||||
|
font-size: 0.8em;
|
||||||
|
margin-right: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
fieldset.fields1 dl.pmlist > dt {
|
fieldset.fields1 dl.pmlist > dt {
|
||||||
width: auto !important;
|
width: auto !important;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue