mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Merge branch '3.2.x'
This commit is contained in:
commit
1c20bc33a5
2 changed files with 10 additions and 0 deletions
|
@ -807,6 +807,14 @@ mcp_front_latest_unapproved_before
|
||||||
* Since: 3.1.3-RC1
|
* Since: 3.1.3-RC1
|
||||||
* Purpose: Add content before latest unapproved posts list
|
* Purpose: Add content before latest unapproved posts list
|
||||||
|
|
||||||
|
mcp_move_before
|
||||||
|
===
|
||||||
|
* Locations:
|
||||||
|
+ styles/prosilver/template/mcp_move.html
|
||||||
|
+ styles/subsilver2/template/mcp_move.html
|
||||||
|
* Since: 3.1.10-RC1
|
||||||
|
* Purpose: Add content before move topic/post form
|
||||||
|
|
||||||
mcp_post_additional_options
|
mcp_post_additional_options
|
||||||
===
|
===
|
||||||
* Locations:
|
* Locations:
|
||||||
|
|
|
@ -31,6 +31,8 @@
|
||||||
|
|
||||||
<!-- INCLUDE overall_header.html -->
|
<!-- INCLUDE overall_header.html -->
|
||||||
|
|
||||||
|
<!-- EVENT mcp_move_before -->
|
||||||
|
|
||||||
<form id="confirm" action="{S_CONFIRM_ACTION}" method="post">
|
<form id="confirm" action="{S_CONFIRM_ACTION}" method="post">
|
||||||
|
|
||||||
<div class="panel">
|
<div class="panel">
|
||||||
|
|
Loading…
Add table
Reference in a new issue