Skip to content

Commit f439d64

Browse files
committed
Display AJAX loading indicators in the ACP
1 parent 1598587 commit f439d64

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Changelog
22

3-
## 1.0.4 - 2016-11-20
3+
## 1.0.4 - 2016-12-02
44

55
- Fixed some rare cases where errors caused a blank page. They are now caught, resulting in a proper error message.
66
- Fixed some missing language keys in rare error messages from the nestedset class.
77
- Fixed an issue in the ACP where the "Rule parent" field would not retain its value when previewing a rule or getting an warning message.
8+
- Fixed an issue where the AJAX processing indicator was not displaying in the ACP when moving rules up/down.
89
- Ensure compatibility with Symfony in future phpBB releases.
910
- Major code improvements and optimisations.
1011
- Language packs added:

adm/style/boardrules_manage.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@ <h1>{L_ACP_BOARDRULES_MANAGE}</h1>
153153
</td>
154154
<td class="actions">
155155
<span class="up-disabled" style="display:none;">{ICON_MOVE_UP_DISABLED}</span>
156-
<span class="up"><a href="{rules.U_MOVE_UP}" data-ajax="row_up" data-overlay="false">{ICON_MOVE_UP}</a></span>
156+
<span class="up"><a href="{rules.U_MOVE_UP}" data-ajax="row_up">{ICON_MOVE_UP}</a></span>
157157
<span class="down-disabled" style="display:none;">{ICON_MOVE_DOWN_DISABLED}</span>
158-
<span class="down"><a href="{rules.U_MOVE_DOWN}" data-ajax="row_down" data-overlay="false">{ICON_MOVE_DOWN}</a></span>
158+
<span class="down"><a href="{rules.U_MOVE_DOWN}" data-ajax="row_down">{ICON_MOVE_DOWN}</a></span>
159159
<a href="{rules.U_EDIT}">{ICON_EDIT}</a>
160160
<a href="{rules.U_DELETE}" data-ajax="row_delete">{ICON_DELETE}</a>
161161
</td>

0 commit comments

Comments
 (0)