View | Details | Raw Unified | Return to bug 23991
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/suggestion/suggestion.tt (-1 / +4 lines)
Lines 716-722 Link Here
716
            [% END # /UNLESS notabs %]
716
            [% END # /UNLESS notabs %]
717
717
718
                [% FOREACH suggestion IN suggestions %]
718
                [% FOREACH suggestion IN suggestions %]
719
                    [% UNLESS ( notabs ) %]
720
                    <div id="[% suggestion.suggestiontype | html %]" role="tabpanel" class="tab-pane">
721
                    [% ELSE %]
719
                    <div id="[% suggestion.suggestiontype | html %]">
722
                    <div id="[% suggestion.suggestiontype | html %]">
723
                    [% END %]
720
                        <form class="update_suggestions" name="f" method="post" action="/cgi-bin/koha/suggestion/suggestion.pl#[% suggestion.suggestiontype| uri %]">
724
                        <form class="update_suggestions" name="f" method="post" action="/cgi-bin/koha/suggestion/suggestion.pl#[% suggestion.suggestiontype| uri %]">
721
725
722
                            [% IF suggestion.suggestions.size %]
726
                            [% IF suggestion.suggestions.size %]
723
- 

Return to bug 23991