Few more changes

- some views didn't have the menu element yet
pull/217/head
iglocska 2013-10-25 10:15:26 +02:00
parent 3c58e0071a
commit 0a97f5724a
6 changed files with 9 additions and 16 deletions

View File

@ -22,9 +22,6 @@ else:?>
<?php
endif;?>
</div>
<div class="actions <?php echo $debugMode;?>">
<ul class="nav nav-list">
<li class="active"><?php echo $this->Html->link('List Servers', array('controller' => 'servers', 'action' => 'index'));?></li>
<li><?php if ($isAclAdd && $me['org'] == 'ADMIN') echo $this->Html->link('New Server', array('controller' => 'servers', 'action' => 'add')); ?></li>
</ul>
</div>
<?php
echo $this->element('side_menu', array('menuList' => 'sync', 'menuItem' => 'pull'));
?>

View File

@ -22,9 +22,6 @@ else:?>
<?php
endif;?>
</div>
<div class="actions <?php echo $debugMode;?>">
<ul class="nav nav-list">
<li class="active"><?php echo $this->Html->link('List Servers', array('controller' => 'servers', 'action' => 'index'));?></li>
<li><?php if ($isAclAdd && $me['org'] == 'ADMIN') echo $this->Html->link('New Server', array('controller' => 'servers', 'action' => 'add')); ?></li>
</ul>
</div>
<?php
echo $this->element('side_menu', array('menuList' => 'sync', 'menuItem' => 'push'));
?>

View File

@ -139,4 +139,4 @@ $(function(){
);
</script>
<?php echo $this->Js->writeBuffer(); // Write cached scripts
<?php echo $this->Js->writeBuffer(); // Write cached scripts

View File

@ -73,4 +73,3 @@
<?php
echo $this->element('side_menu', array('menuList' => 'event-collection', 'menuItem' => 'viewProposals'));
?>

View File

@ -39,7 +39,7 @@ foreach ($graphData as $row) {
});
var panel1 = Ext.create('widget.panel', {
width: 800,
height: 900,
height: 950,
//title: 'Attributes by Organisation',
renderTo: 'graph',
layout: 'fit',

View File

@ -52,4 +52,4 @@ endforeach;?>
</div>
<?php
echo $this->element('side_menu', array('menuList' => 'whitelist', 'menuItem' => 'index'));
?>
?>