Bugzilla – Attachment 24364 Details for
Bug 11558
Collector bug for Academy bootstrap3 upgrading work - Not ready (not even close) for use yet
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
upgraded opac-search-history.tt to bootstrap 3
upgraded-opac-search-historytt-to-bootstrap-3.patch (text/plain), 2.85 KB, created by
Tom Houlker
on 2014-01-15 03:14:55 UTC
(
hide
)
Description:
upgraded opac-search-history.tt to bootstrap 3
Filename:
MIME Type:
Creator:
Tom Houlker
Created:
2014-01-15 03:14:55 UTC
Size:
2.85 KB
patch
obsolete
>From f6f9670419c7620f4e714759e02754fa94d810f1 Mon Sep 17 00:00:00 2001 >From: Tom Houlker <thomas.houlker@hibs.school.nz> >Date: Wed, 15 Jan 2014 15:59:25 +1300 >Subject: [PATCH] upgraded opac-search-history.tt to bootstrap 3 > >http://bugs.koha-community.org/show_bug.cgi?id=11558 >--- > .../bootstrap/en/modules/opac-search-history.tt | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt >index d833346..0929af8 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt >@@ -18,22 +18,22 @@ > [% END %] > </ul> > >- <div class="container-fluid"> >- <div class="row-fluid"> >+ <div class="container"> >+ <div class="row"> > [% IF ( OpacNav||loggedinusername ) %] >- <div class="span2"> >+ <div class="col-lg-2"> > <div id="navigation"> > [% INCLUDE 'navigation.inc' IsPatronPage=1 %] > </div> > </div> >- <div class="span10"> >+ <div class="col-lg-10"> > [% ELSE %] >- <div class="span12"> >+ <div class="col-lg-12"> > [% END %] > > <div id="searchhistory" class="maincontent"> > <h1>Search history</h1> >- [% 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 %] >+ [% 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 %] > > [% IF ( recentSearches ) %] > <table class="historyt table table-bordered table-condensed table-striped"> >-- >1.7.9.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 11558
:
24326
|
24327
|
24328
|
24329
|
24330
|
24331
|
24332
|
24333
|
24334
|
24335
|
24336
|
24337
|
24338
|
24339
|
24340
|
24341
|
24342
|
24343
|
24344
|
24345
|
24346
|
24347
|
24348
|
24349
|
24350
|
24351
|
24352
|
24353
|
24354
|
24355
|
24356
|
24357
|
24358
|
24359
|
24360
|
24361
|
24362
|
24363
| 24364 |
24365
|
24366
|
24367
|
24368
|
24369
|
24370
|
24371
|
24372
|
24373
|
24374
|
24375
|
24431