Edjet LMS Server 6.4

Add a sign in button widget

Admin info

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

To add a button to the master page:

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