Часть 2.
Открываем файл modules/memcontrol/admintemplates/memblist.tpl в котором ищем строки
code:<th class="thHead" colspan="7" height="25" nowrap="nowrap">{$fm->LANG['Memberlist']}</th>
которую заменяем строкой
code:<th class="thHead" colspan="8" height="25" nowrap="nowrap">{$fm->LANG['Memberlist']}</th>
Затем в этом файле ищем строку
code:<th class="thTop" nowrap="nowrap" width="16%">{$fm->LANG['RegedDate']}</th>
после которой вставляем строку
code:<th class="thTop" nowrap="nowrap" width="10%">{$fm->LANG['LastVisitDate']}</th>
Затем в этом файле ищем строку
code:<td class="catbottom" colspan="7" height="28" align="right"><input name="mode" type="submit" value="{$fm->LANG['DelNotify']}"> <input name="delete" type="submit" value="{$fm->LANG['Delete']}"> </td>
которую заменяем строкой
code:<td class="catbottom" colspan="8" height="28" align="right"><input name="mode" type="submit" value="{$fm->LANG['DelNotify']}"> <input name="delete" type="submit" value="{$fm->LANG['Delete']}"> </td> |