Difference between revisions of "Widget:Koha Search"

From TSAS Library
Jump to: navigation, search
Line 2: Line 2:
         <input type="text" class="form-control mb-2 mr-sm-2 mb-sm-0 form-control-lg transl1" id="translControl1" placeholder="Search library books here">
         <input type="text" class="form-control mb-2 mr-sm-2 mb-sm-0 form-control-lg transl1" id="translControl1" placeholder="Search library books here">


             <button type="submit" id="searchsubmit" class="btn btn-primary">Go</button>
             <button type="submit" id="searchsubmit" class="btn btn-primary btn-lg">Go</button>
</form>
</form>

Revision as of 09:28, 22 July 2017

<form class="form-inline" name="searchform" method="get" action="" id="searchform" target="_blank">

       <input type="text" class="form-control mb-2 mr-sm-2 mb-sm-0 form-control-lg transl1" id="translControl1" placeholder="Search library books here">
           <button type="submit" id="searchsubmit" class="btn btn-primary btn-lg">Go</button>

</form>