1
0
Fork 0
MySQLDumper/application/views/scripts/install/step3.phtml
2011-06-10 21:55:32 +00:00

18 Zeilen
No EOL
563 B
PHTML

<form action="<?php echo $this->url(array(
'controller' => 'install',
'action' => 'step3',
), null, true);
?>" method="post" enctype="multipart/formdata">
<table cellpadding="0" cellspacing="0" class="bdr" style="width: 700px;" summary="Provide admin user account">
<tr class="thead left">
<th colspan="2">
<h2><?php echo $this->lang->L_NOTICE;?></h2>
<?php echo $this->lang->L_REGISTRATION_DESCRIPTION; ?>
<br /><br />
</th>
</tr>
<?php
echo $this->form;
?>
</table>
</form>