Skip to content

Instantly share code, notes, and snippets.

@holisticnetworking
Created March 15, 2017 16:37
Show Gist options
  • Save holisticnetworking/65740348887ebe435e73d716005fb945 to your computer and use it in GitHub Desktop.
Save holisticnetworking/65740348887ebe435e73d716005fb945 to your computer and use it in GitHub Desktop.
The dialog box with spinner and content area.
<div id="popup">
<div id="spinner"><?= $this->Html->image('ajax-loader.gif', ['alt' => 'Please wait...']); ?></div>
<div id="popup-content">&nbsp;</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment