Beispiel #1
0
            </li>
			<?php 
if ($this->issetAttention()) {
    ?>
            <li>
                <a href="<?php 
    echo $this->createUrl('attention/index');
    ?>
">
                    <i class="o-da-shared"></i>
                    <?php 
    echo Ibos::lang('Attention diary');
    ?>
                </a>
            </li>
			<?php 
}
?>
			<?php 
if (Module::getIsEnabled('statistics') && isset($statModule['diary'])) {
    ?>
				<?php 
    echo $this->widget(StatCommon::getWidgetName('diary', StatConst::SIDEBAR_WIDGET), array('hasSub' => $this->checkIsHasSub(), 'fromController' => 'stats'), true);
    ?>
			<?php 
}
?>
        </ul>
    </div>
</div>
Beispiel #2
0
			</li>
			<li <?php 
if (Ibos::app()->controller->id == 'bgchecks') {
    ?>
 class="active" <?php 
}
?>
>
				<a href="<?php 
echo $this->createUrl('bgchecks/index');
?>
">
					<i class="o-rct-contact"></i>
					<?php 
echo Ibos::lang('Background investigation');
?>
				</a>
			</li>
			<?php 
if (Module::getIsEnabled('statistics') && isset($statModule['recruit'])) {
    ?>
				<?php 
    echo $this->widget(StatCommon::getWidgetName('recruit', StatConst::SIDEBAR_WIDGET), array(), true);
    ?>
			<?php 
}
?>
		</ul>
	</div>
</div>
Beispiel #3
0
            </li>
			<?php 
if ($this->issetAttention()) {
    ?>
            <li>
                <a href="<?php 
    echo $this->createUrl('attention/index');
    ?>
">
                    <i class="o-da-shared"></i>
                    <?php 
    echo Ibos::lang('Attention diary');
    ?>
                </a>
            </li>
			<?php 
}
?>
			<?php 
if (Module::getIsEnabled('statistics') && isset($statModule['diary'])) {
    ?>
				<?php 
    echo $this->widget(StatCommon::getWidgetName('diary', StatConst::SIDEBAR_WIDGET), array('hasSub' => $this->checkIsHasSub()), true);
    ?>
			<?php 
}
?>
        </ul>
    </div>
</div>
Beispiel #4
0
    if ($id == 'attention') {
        ?>
class="active"<?php 
    }
    ?>
>
					<a href="<?php 
    echo $this->getController()->createUrl('attention/index');
    ?>
">
						<i class="o-da-shared"></i>
						<?php 
    echo Ibos::lang('Attention diary');
    ?>
					</a>
				</li>
			<?php 
}
?>
			<?php 
if (Module::getIsEnabled('statistics') && isset($statModule['diary'])) {
    ?>
				<?php 
    echo $this->widget(StatCommon::getWidgetName('diary', StatConst::SIDEBAR_WIDGET), array('hasSub' => $hasSub, 'fromController' => 'review'), true);
    ?>
			<?php 
}
?>
        </ul>
    </div>
</div>