mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 12:28:52 +00:00
Merge branch '3.2.x' into 3.3.x
This commit is contained in:
commit
372a3bfcde
1 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@
|
||||||
<td class="attach-name">
|
<td class="attach-name">
|
||||||
<span class="file-name ellipsis-text"></span>
|
<span class="file-name ellipsis-text"></span>
|
||||||
<span class="attach-controls">
|
<span class="attach-controls">
|
||||||
<input type="button" value="{L_PLACE_INLINE}" class="button2 hidden file-inline-bbcode" />
|
{% if S_BBCODE_ALLOWED %}<input type="button" value="{{ lang('PLACE_INLINE') }}" class="button2 hidden file-inline-bbcode" /> {% endif %}
|
||||||
<input type="button" value="{L_DELETE_FILE}" class="button2 file-delete" />
|
<input type="button" value="{L_DELETE_FILE}" class="button2 file-delete" />
|
||||||
</span>
|
</span>
|
||||||
<span class="clear"></span>
|
<span class="clear"></span>
|
||||||
|
@ -64,7 +64,7 @@
|
||||||
<span class="file-name ellipsis-text"><a href="{attach_row.U_VIEW_ATTACHMENT}">{attach_row.FILENAME}</a></span>
|
<span class="file-name ellipsis-text"><a href="{attach_row.U_VIEW_ATTACHMENT}">{attach_row.FILENAME}</a></span>
|
||||||
{% EVENT posting_attach_body_attach_row_controls_prepend %}
|
{% EVENT posting_attach_body_attach_row_controls_prepend %}
|
||||||
<span class="attach-controls">
|
<span class="attach-controls">
|
||||||
<!-- IF S_INLINE_ATTACHMENT_OPTIONS --><input type="button" value="{L_PLACE_INLINE}" class="button2 file-inline-bbcode" /> <!-- ENDIF -->
|
{% if S_BBCODE_ALLOWED and S_INLINE_ATTACHMENT_OPTIONS %}<input type="button" value="{{ lang('PLACE_INLINE') }}" class="button2 file-inline-bbcode" /> {% endif %}
|
||||||
<input type="submit" name="delete_file[{attach_row.ASSOC_INDEX}]" value="{L_DELETE_FILE}" class="button2 file-delete" />
|
<input type="submit" name="delete_file[{attach_row.ASSOC_INDEX}]" value="{L_DELETE_FILE}" class="button2 file-delete" />
|
||||||
</span>
|
</span>
|
||||||
{% EVENT posting_attach_body_attach_row_controls_append %}
|
{% EVENT posting_attach_body_attach_row_controls_append %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue