Created
March 15, 2017 16:37
-
-
Save holisticnetworking/65740348887ebe435e73d716005fb945 to your computer and use it in GitHub Desktop.
The dialog box with spinner and content area.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="popup"> | |
<div id="spinner"><?= $this->Html->image('ajax-loader.gif', ['alt' => 'Please wait...']); ?></div> | |
<div id="popup-content"> </div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment