Edjet LMS Server 6.3

Add a sign in button widget

Sign in button will redirect user to the URL of login page upon click.

To add a button to the master page:

  1. Click Learner portal in the main menu, then Master pages.
  2. Find the website master page and click Edit.
  3. In Design section, click Edit next to the wpzNew_Head zone.
  4. Click New row.
  5. Choose HTML code and click OK.
  6. Enter following code into the Properties:
    'content' => '<div class="wpSignInButton">
    <div class="wpSignInButton__icon"><a class="btnIcon btnIcon--default wpSignInButton__iconLink" href="/ap/login"><i class="fa fa-sign-in fa-24" aria-hidden="true"></i><span class="displayNone">' . Lang::put('sign_in') . '</span></a></div></div>'
  7. If a login page URL is different than <InstallationAddress>/ap/login, you need to adjust “href” property in code above.
  8. Click Apply settings and close in the toolbar.
  9. Click Save in the toolbar.
Related