Remove #col2 traces in the application code

This commit is contained in:
Thomas Gelf 2014-03-08 15:00:23 +01:00
parent 62dd827ce2
commit 73a8e13fc8
5 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
<?= $this->tabs ?> <?= $this->tabs ?>
</div> </div>
<div class="content" data-base-target="col2"> <div class="content" data-base-target="_next">
<?php <?php
if (isset($this->messageBox)) { if (isset($this->messageBox)) {

View File

@ -4,7 +4,7 @@
</div> </div>
<?php endif ?> <?php endif ?>
<div class="content"> <div class="content">
<div class="boxview" data-base-target="col2"> <div class="boxview" data-base-target="_next">
<?php foreach ($groupData as $groupName => $groupInfo): ?> <?php foreach ($groupData as $groupName => $groupInfo): ?>
<div class="box contactgroup"> <div class="box contactgroup">
<h2><?= $groupInfo['alias']; ?></h2> <h2><?= $groupInfo['alias']; ?></h2>

View File

@ -4,7 +4,7 @@
</div> </div>
<?php endif ?> <?php endif ?>
<div class="content"> <div class="content">
<div class="boxview" data-base-target="col2"> <div class="boxview" data-base-target="_next">
<?php foreach($hostgroups as $h): ?> <?php foreach($hostgroups as $h): ?>
<div class="box hostgroup"> <div class="box hostgroup">
<a href="<?= $this->href('monitoring/list/services', array('hostgroup' => $h->hostgroup)); ?>"> <a href="<?= $this->href('monitoring/list/services', array('hostgroup' => $h->hostgroup)); ?>">

View File

@ -4,7 +4,7 @@
</div> </div>
<?php endif ?> <?php endif ?>
<div class="content"> <div class="content">
<div class="boxview" data-base-target="col2"> <div class="boxview" data-base-target="_next">
<?php foreach($servicegroups as $servicegroup): ?> <?php foreach($servicegroups as $servicegroup): ?>
<div class="box servicegroup"> <div class="box servicegroup">
<a href="<?= $this->href( <a href="<?= $this->href(

View File

@ -2,7 +2,7 @@
<?= $this->tabs ?> <?= $this->tabs ?>
<h1>Host History Summary</h1> <h1>Host History Summary</h1>
</div> </div>
<div class="content" data-base-target="col2"> <div class="content" data-base-target="_next">
<?php <?php
$grid->setColor('#FC0707'); $grid->setColor('#FC0707');