Пример #1
0
$this->widget('bootstrap.widgets.TbNavbar', array('fixed' => 'top', 'brand' => 'Raui', 'brandUrl' => $baseUrl . '/', 'collapse' => false, 'items' => array(array('class' => 'bootstrap.widgets.TbMenu', 'items' => array(array('label' => tc('Control panel'), 'url' => '#', 'active' => true), array('label' => tc('Menu'), 'url' => '#', 'items' => $this->infoPages)), 'encodeLabel' => false), array('class' => 'bootstrap.widgets.TbMenu', 'htmlOptions' => array('class' => 'pull-right'), 'items' => $rightItems))));
$countApartmentModeration = Apartment::getCountModeration();
$bageListings = $countApartmentModeration > 0 ? "&nbsp<span class=\"badge\">{$countApartmentModeration}</span>" : '';
$bagePayments = '';
if (issetModule('payment')) {
    $countPaymentWait = Payments::getCountWait();
    $bagePayments = $countPaymentWait > 0 ? "&nbsp<span class=\"badge\">{$countPaymentWait}</span>" : '';
}
$bageComments = '';
if (issetModule('comments')) {
    $countCommentPending = Comment::getCountPending();
    $bageComments = $countCommentPending > 0 ? "&nbsp<span class=\"badge\">{$countCommentPending}</span>" : '';
}
$bageComplain = '';
if (issetModule('apartmentsComplain')) {
    $countComplainPending = ApartmentsComplain::getCountPending();
    $bageComplain = $countComplainPending > 0 ? "&nbsp<span class=\"badge\">{$countComplainPending}</span>" : '';
}
$bageReviews = '';
if (issetModule('reviews')) {
    $countReviewsPending = Reviews::getCountModeration();
    $bageReviews = $countReviewsPending > 0 ? "&nbsp<span class=\"badge\">{$countReviewsPending}</span>" : '';
}
$bageVacancy = '';
if (issetModule('vacancy')) {
    $countVacancyPending = Vacancy::getCountModeration();
    $bageVacancy = $countVacancyPending > 0 ? "&nbsp<span class=\"badge\">{$countVacancyPending}</span>" : '';
}
$bageBooking = '';
if (issetModule('bookingtable')) {
    $countNewPending = Bookingtable::getCountNew();