X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=blobdiff_plain;f=application%2Fviews%2Fuser%2Fregister_view.php;h=aeb6dc57c3f9b44f6f520a55e4e7e18214dc0239;hb=42b8f76ab32990f2668a4e3346374de7bad91be2;hp=e038dfc2aabb89d421a5d9990d8860a7b7ad5273;hpb=8889adf32898adeff7a85cc040f5f409d3bce36c;p=living-lab-site.git diff --git a/application/views/user/register_view.php b/application/views/user/register_view.php index e038dfc..aeb6dc5 100644 --- a/application/views/user/register_view.php +++ b/application/views/user/register_view.php @@ -17,11 +17,6 @@ else echo form_open_multipart("user/account/$redirect"); ?> - - @@ -44,7 +39,6 @@ else @@ -201,6 +195,23 @@ else + + + + + + + + + +
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