account activation and password recovery implemented
[living-lab-site.git] / application / views / user / register_view.php
index 42159c2..438c410 100644 (file)
@@ -41,7 +41,7 @@ endif;
                        <input type="text" name="username" size="16" value="<?php echo _set_value($userdata, 'username') ?>" />
                </td>
          <?php else: ?>
-               <th><?php echo $this->lang->line('user_username'). ': ' ?></th>
+               <th><?php echo $this->lang->line('user_username'). ' : ' ?></th>
                <td>
                        &nbsp;<em><?php echo $userdata['username'] ?></em>
                </td>`
@@ -143,6 +143,14 @@ endif;
        </tr>
        <tr><td></td><td><?php echo form_error('locality') ?></td></tr>
        
+       <tr>
+               <th><?php echo $this->lang->line('user_picture'). ' : ' ?></th>
+               <td>
+                       <input type="file" name="picture" size="16" />
+               </td>
+       </tr>
+       <tr><td></td><td><?php echo form_error('locality') ?></td></tr>
+       
        <tr><td></td><td>&nbsp;</td></tr>
        
        <tr>