Решил эту проблему так:
Открыть modcp_body.tpl
Найти:
Код: Выделить всё
<form method="post" name="topics_list" action="{S_MODCP_ACTION}">
Код: Выделить всё
<script language="Javascript" type="text/javascript">
//
// Should really check the browser to stop this whining ...
//
function select_switch(status)
{
for (i = 0; i < document.topics_list.length; i++)
{
document.topics_list.elements[i].checked = status;
}
}
</script>
<form method="post" name="topics_list" action="{S_MODCP_ACTION}">
Код: Выделить всё
<td align="right" valign="top" nowrap="nowrap"><span class="gensmall">{S_TIMEZONE}</span><br /><span class="nav">{PAGINATION}</span></td>
Код: Выделить всё
<td align="right" valign="top" nowrap="nowrap"><span class="gensmall">{S_TIMEZONE}</span><br /><b><span class="gensmall"><a href="javascript:select_switch(true);" class="gensmall">{L_MARK_ALL}</a> :: <a href="javascript:select_switch(false);" class="gensmall">{L_UNMARK_ALL}</a></span></b><br /><span class="nav">{PAGINATION}</span></td>
Найти:
Код: Выделить всё
<form method="post" action="{S_SPLIT_ACTION}">
Код: Выделить всё
<script language="Javascript" type="text/javascript">
//
// Should really check the browser to stop this whining ...
//
function select_switch(status)
{
for (i = 0; i < document.topics_split.length; i++)
{
document.topics_split.elements[i].checked = status;
}
}
</script>
<form method="post" name="topics_split" action="{S_SPLIT_ACTION}">
Код: Выделить всё
<td align="right" valign="top"><span class="gensmall">{S_TIMEZONE}</span></td>
Код: Выделить всё
<td align="right" valign="top"><span class="gensmall">{S_TIMEZONE}</span><br /><b><span class="gensmall"><a href="javascript:select_switch(true);" class="gensmall">{L_MARK_ALL}</a> :: <a href="javascript:select_switch(false);" class="gensmall">{L_UNMARK_ALL}</a></span></b></td>
Есть ли подобный этому же мод для Массового Перемещения Тем и Сообщений?