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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt (-7 / +6 lines)
Lines 18-39 Link Here
18
        [% END %]
18
        [% END %]
19
    </ul>
19
    </ul>
20
20
21
    <div class="container-fluid">
21
    <div class="container">
22
        <div class="row-fluid">
22
        <div class="row">
23
            [% IF ( OpacNav||loggedinusername ) %]
23
            [% IF ( OpacNav||loggedinusername ) %]
24
                <div class="span2">
24
                <div class="col-lg-2">
25
                    <div id="navigation">
25
                    <div id="navigation">
26
                        [% INCLUDE 'navigation.inc' IsPatronPage=1 %]
26
                        [% INCLUDE 'navigation.inc' IsPatronPage=1 %]
27
                    </div>
27
                    </div>
28
                </div>
28
                </div>
29
                <div class="span10">
29
                <div class="col-lg-10">
30
            [% ELSE %]
30
            [% ELSE %]
31
                <div class="span12">
31
                <div class="col-lg-12">
32
            [% END %]
32
            [% END %]
33
33
34
                <div id="searchhistory" class="maincontent">
34
                <div id="searchhistory" class="maincontent">
35
                    <h1>Search history</h1>
35
                    <h1>Search history</h1>
36
                        [% IF ( recentSearches ) %]<form action="/cgi-bin/koha/opac-search-history.pl" method="get"><input type="hidden" name="action" value="delete" /><input type="submit" class="btn btn-danger" value="Delete your search history" onclick="return confirm(MSG_CONFIRM_DELETE_HISTORY);" /></form>[% ELSE %][% IF ( previousSearches ) %]<form action="/cgi-bin/koha/opac-search-history.pl" method="get"><input type="hidden" name="action" value="delete" /><input type="submit" class="btn btn-danger" value="Delete your search history" onclick="return confirm(MSG_CONFIRM_DELETE_HISTORY);" /></form>[% END %][% END %]
36
                        [% IF ( recentSearches ) %]<form action="/cgi-bin/koha/opac-search-history.pl" method="get"><input type="hidden" name="action" value="delete" /><input type="submit" class="btn btn-danger" value="Delete your search history" onclick="return confirm(MSG_CONFIRM_DELETE_HISTORY);" /></form>[% ELSE %][% IF ( previousSearches ) %]<form action="/cgi-bin/koha/opac-search-history.pl" method="get">< type="hidden" name="action" value="delete" /><input type="submit" class="btn btn-danger" value="Delete your search history" onclick="return confirm(MSG_CONFIRM_DELETE_HISTORY);" /></form>[% END %][% END %]
37
37
38
                        [% IF ( recentSearches ) %]
38
                        [% IF ( recentSearches ) %]
39
                            <table class="historyt table table-bordered table-condensed table-striped">
39
                            <table class="historyt table table-bordered table-condensed table-striped">
40
- 

Return to bug 11558