rhymix/modules/importer/tpl/sync.html

10 lines
368 B
HTML

<!--#include("header.html")-->
<form action="./" method="get" onsubmit="return doSync(this)">
<table cellspacing="0" class="adminTable">
<caption>{$lang->import_step_title[3]} - {$lang->import_step_desc[3]}</caption>
<tr>
<td><span class="button"><input type="submit" value="{$lang->cmd_sync_member}" /></span></td>
</tr>
</table>
</form>