← Back to team overview

mahara-contributors team mailing list archive

[Bug 885520] Re: The AJAX login box doesn't look good

 

Just think it would be better if the content for ajax login box will be
fetched by ajax request (since it is AJAX login box :)) ) from php
script, which would in turn generate the form the same way as it is
produced for sideblock (e.g. sideblocks/login.tpl along with
auth_generate_login_form()).

It is a bit ugly to have that much plain code in javascript file -
replacing that with DOM definitions could look better, but since is
mostly duplicates the form we have in the code already, why not using
that.

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/885520

Title:
  The AJAX login box doesn't look good

Status in Mahara ePortfolio:
  In Progress

Bug description:
  The AJAX login box (which appears when the session times out when
  doing javascripty things) doesn't look very good.

  I propose fixing it so that it looks neater. It could be based of the
  login sidebar, which is already themed.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/885520/+subscriptions


References