You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

29 lines
649 B

{* $Id$ *}
{extends "layout_plain.tpl"}
{block name="title"}
{title}{tr}User Wizard{/tr}{/title}
{/block}
{block name="content"}
<form action="tiki-wizard_user.php" method="post">
{include file="wizard/wizard_bar_user.tpl"}
<div id="wizardBody">
<table class="adminWizardTable">
<tr>
{if !empty($wizard_toc)}
<td class="adminWizardTOC">
<span class="adminWizardTOCTitle">{tr}Wizard Steps{/tr}</span><br>
{$wizard_toc}
</td>
{/if}
<td class="adminWizardBody">
{$wizardBody}
</td>
</tr>
</table>
</div>
{include file="wizard/wizard_bar_user.tpl"}
</form>
{/block}