Lines 51-69
Link Here
|
51 |
<!-- The manual invoice and credit buttons --> |
51 |
<!-- The manual invoice and credit buttons --> |
52 |
<div class="toptabs"> |
52 |
<div class="toptabs"> |
53 |
<ul class="nav nav-tabs" role="tablist"> |
53 |
<ul class="nav nav-tabs" role="tablist"> |
54 |
[% IF ( status ) %] |
54 |
<li role="presentation" class="nav-item"> |
55 |
<li role="presentation" class="active"> |
55 |
[% IF ( status ) %] |
56 |
[% ELSE %] |
56 |
<a class="nav-link active" href="/cgi-bin/koha/reviews/reviewswaiting.pl?status=1">Approved comments</a> |
57 |
<li role="presentation"> |
57 |
[% ELSE %] |
58 |
[% END %] |
58 |
<a class="nav-link" href="/cgi-bin/koha/reviews/reviewswaiting.pl?status=1">Approved comments</a> |
59 |
<a href="/cgi-bin/koha/reviews/reviewswaiting.pl?status=1">Approved comments</a> |
59 |
[% END %] |
60 |
</li> |
60 |
</li> |
61 |
[% IF ( status ) %] |
61 |
<li role="presentation" class="nav-item"> |
62 |
<li role="presentation"> |
62 |
[% IF ( status ) %] |
63 |
[% ELSE %] |
63 |
<a class="nav-link" href="/cgi-bin/koha/reviews/reviewswaiting.pl" >Comments awaiting moderation</a> |
64 |
<li role="presentation" class="active"> |
64 |
[% ELSE %] |
65 |
[% END %] |
65 |
<a class="nav-link active" href="/cgi-bin/koha/reviews/reviewswaiting.pl" >Comments awaiting moderation</a> |
66 |
<a href="/cgi-bin/koha/reviews/reviewswaiting.pl" >Comments awaiting moderation</a> |
66 |
[% END %] |
67 |
</li> |
67 |
</li> |
68 |
</ul> <!-- /.nav.nav-tabs --> |
68 |
</ul> <!-- /.nav.nav-tabs --> |
69 |
<div class="tab-content"> |
69 |
<div class="tab-content"> |
70 |
- |
|
|