X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?p=living-lab-site.git;a=blobdiff_plain;f=application%2Fviews%2Fuser%2Fregister_view.php;h=eedc199e2292f8dd819f841104877bc89ecaa18e;hp=e038dfc2aabb89d421a5d9990d8860a7b7ad5273;hb=080b37a97e93691b3ba1c4aa3982a143167115a7;hpb=8889adf32898adeff7a85cc040f5f409d3bce36c diff --git a/application/views/user/register_view.php b/application/views/user/register_view.php index e038dfc..eedc199 100644 --- a/application/views/user/register_view.php +++ b/application/views/user/register_view.php @@ -17,15 +17,10 @@ else echo form_open_multipart("user/account/$redirect"); ?> - - - + @@ -44,7 +39,6 @@ else @@ -201,6 +195,23 @@ else + + + + + + + + + +
lang->line('user_note_required_fields') ?>lang->line('ui_required_fields') ?>
 
lang->line('user_username'). ' : ' ?>   -
 
lang->line('ui_captcha'). ' * : ' ?> +
lang->line('ui_captcha_instructions') ?>
+
+ +
+

+
 
@@ -225,5 +236,11 @@ else buttonImage: "", buttonImageOnly: true }); + + $('#button-change-captcha') + .click(function() { + $('#container-captcha') + .load(''); + }); }); \ No newline at end of file