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

(-)a/koha-tmpl/opac-tmpl/prog/en/css/opac.css (+5 lines)
Lines 2823-2825 body#opac-main #opacmainuserblockmobile { Link Here
2823
.header-inline {
2823
.header-inline {
2824
    display: inline;
2824
    display: inline;
2825
}
2825
}
2826
.off-left {
2827
    position: absolute;
2828
    left: -999px;
2829
    width: 990px;
2830
}
(-)a/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc (-2 / +1 lines)
Lines 8-14 Link Here
8
8
9
            [% END %]
9
            [% END %]
10
            [% IF ( ShowOpacRecentSearchLink ) %]
10
            [% IF ( ShowOpacRecentSearchLink ) %]
11
                <li><a href="/cgi-bin/koha/opac-search-history.pl" title="View your search history">Search history</a> [<a class="logout" href="/cgi-bin/koha/opac-search-history.pl?action=delete" title="Delete your search history" onclick="return confirm(_('Are you sure you want to delete your search history?'));">x</a>]</li>
11
                <li><label for="view-search-history" class="off-left">View Search History</label><a href="/cgi-bin/koha/opac-search-history.pl" id="view-search-history" title="View your search history">Search history</a> [<label for="delete-search-history" class="off-left">Delete Search History</label><a class="logout" id="delete-search-history" href="/cgi-bin/koha/opac-search-history.pl?action=delete" title="Delete your search history" onclick="return confirm(_('Are you sure you want to delete your search history?'));">x</a>]</li>
12
            [% END %]
12
            [% END %]
13
			[% IF ( loggedinusername ) %]<li><a class="logout" id="logout" href="/cgi-bin/koha/opac-main.pl?logout.x=1">Log Out</a></li>[% END %]
13
			[% IF ( loggedinusername ) %]<li><a class="logout" id="logout" href="/cgi-bin/koha/opac-main.pl?logout.x=1">Log Out</a></li>[% END %]
14
   	</ul>	
14
   	</ul>	
15
- 

Return to bug 8712