File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
styles/prosilver/template Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,9 +112,9 @@ <h3>{{ lang('ERROR') }}</h3>
112
112
</ dt >
113
113
< dd class ="message-list-actions ">
114
114
< span class ="up-disabled " style ="display:none; "> < i class ="icon mcp-icon mcp-icon-disabled fa-arrow-circle-up fa-fw " title ="{{ lang('MOVE_UP') }} "> </ i > </ span >
115
- < span class ="up "> < a href ="{{ cannedmessage.U_MOVE_UP }} "> < i class ="icon mcp-icon mcp-icon-move fa-arrow-circle-up fa-fw " title ="{{ lang('MOVE_UP') }} "> </ i > </ a > </ span >
115
+ < span class ="up "> < a href ="{{ cannedmessage.U_MOVE_UP }} " data-ajax =" row_up " > < i class ="icon mcp-icon mcp-icon-move fa-arrow-circle-up fa-fw " title ="{{ lang('MOVE_UP') }} "> </ i > </ a > </ span >
116
116
< span class ="down-disabled " style ="display:none; "> < i class ="icon mcp-icon mcp-icon-disabled fa-arrow-circle-down fa-fw " title ="{{ lang('MOVE_DOWN') }} "> </ i > </ span >
117
- < span class ="down "> < a href ="{{ cannedmessage.U_MOVE_DOWN }} "> < i class ="icon mcp-icon mcp-icon-move fa-arrow-circle-down fa-fw " title ="{{ lang('MOVE_DOWN') }} "> </ i > </ a > </ span >
117
+ < span class ="down "> < a href ="{{ cannedmessage.U_MOVE_DOWN }} " data-ajax =" row_down " > < i class ="icon mcp-icon mcp-icon-move fa-arrow-circle-down fa-fw " title ="{{ lang('MOVE_DOWN') }} "> </ i > </ a > </ span >
118
118
< a href ="{{ cannedmessage.U_EDIT }} "> < i class ="icon mcp-icon mcp-icon-settings fa-cog fa-fw " title ="{{ lang('EDIT') }} "> </ i > </ a >
119
119
< a href ="{{ cannedmessage.U_DELETE }} "> < i class ="icon mcp-icon mcp-icon-delete fa-times-circle fa-fw " title ="{{ lang('DELETE') }} "> </ i > </ a >
120
120
</ dd >
You can’t perform that action at this time.
0 commit comments