import v1.1.0_beta1 | 2009-08-21
This commit is contained in:
@ -1,13 +1,13 @@
|
||||
<h2><?= $this->translate('Registration Form') ?></h2>
|
||||
<form name="registration" method="post" action="<?= $this->base ?>/users/register/save" class="formGrid" >
|
||||
<?= $this->form->firstname ?>
|
||||
<?= $this->form->lastname ?>
|
||||
<?= $this->form->email ?>
|
||||
<?= $this->form->username ?>
|
||||
<?= $this->form->password1 ?>
|
||||
<?= $this->form->password2 ?>
|
||||
<?= $this->form->captcha ?>
|
||||
<input type="submit" id="send" value="<?= $this->translate('Send') ?>" />
|
||||
<h2><?php echo $this->translate('Registration Form') ?></h2>
|
||||
<form name="registration" method="post" action="<?php echo $this->base ?>/users/register/save" class="formGrid" >
|
||||
<?php echo $this->form->firstname ?>
|
||||
<?php echo $this->form->lastname ?>
|
||||
<?php echo $this->form->email ?>
|
||||
<?php echo $this->form->username ?>
|
||||
<?php echo $this->form->password1 ?>
|
||||
<?php echo $this->form->password2 ?>
|
||||
<?php echo $this->form->captcha ?>
|
||||
<input type="submit" id="send" value="<?php echo $this->translate('Send') ?>" />
|
||||
<script type="text/javascript">
|
||||
var oButton = new YAHOO.widget.Button("send");
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user