Skip to content

Instantly share code, notes, and snippets.

@techies23
Last active March 10, 2017 15:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save techies23/e9b54467b05f25f189ed5ff52375ef41 to your computer and use it in GitHub Desktop.
Save techies23/e9b54467b05f25f189ed5ff52375ef41 to your computer and use it in GitHub Desktop.
Take classes in order to modify styles for inactive logout popup see https://gist.github.com/techies23/546b9a85eda645207704cb9cf1cf8a9a for wakeup modal html
<!-- HTML RENDER FOR DEFAULT MODAL -->
<div class="ina-dp-noflict-modal-content">
<div class="ina-modal-header">
<h3>Session Timeout</h3>
</div>
<div class="ina-dp-noflict-modal-body">
<p>You are being timed-out out due to inactivity. Please choose to stay signed in or to logoff.</p>
<p>Otherwise, you will be logged off automatically.</p>
<p class="ina-dp-noflict-btn-container"><a class="button button-primary ina_stay_logged_in" href="javascript:void(0);">Continue <span class="ina_countdown">(6)</span></a></p>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment