Adding the loading AJAX image to the header

This commit is contained in:
Kyle Johnson 2013-09-06 15:02:43 -04:00
parent c4283ad72e
commit 9b22dae624
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ $cakeDescription = __d('cake_dev', 'CakePHP: the rapid development php framework
<body>
<div id="container">
<div id="header">
<div id="loadingDiv"><img src="/img/loading.gif" alt="Loading..." /></div>
<div class="menu">
<ol>
<li><?php echo $this->Html->link('Dashboard', array('controller' => 'Monitors', 'action' => 'index')); ?></li>