parent
98e16d9a95
commit
b5482defcc
|
@ -2,7 +2,7 @@
|
||||||
<form enctype="application/x-www-form-urlencoded" method="post" action="">
|
<form enctype="application/x-www-form-urlencoded" method="post" action="">
|
||||||
<dl class="zend_form">
|
<dl class="zend_form">
|
||||||
|
|
||||||
<p>Please enter both your username and email address.</p>
|
<p><?php echo(_("Please enter both your username and email address.")); ?></p>
|
||||||
<dt id="username-label">
|
<dt id="username-label">
|
||||||
<label for="username" class="required">
|
<label for="username" class="required">
|
||||||
<?php echo $this->element->getElement('username')->getLabel() ?>
|
<?php echo $this->element->getElement('username')->getLabel() ?>
|
||||||
|
|
Loading…
Reference in New Issue