Skip to content

Commit

Permalink
Added alt to other search image and gave the text input elements titles
Browse files Browse the repository at this point in the history
  • Loading branch information
timdavison committed Feb 27, 2019
1 parent df5534c commit 44e2405
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/page.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

<div class="campl-search-input">
<form action="https://search.cam.ac.uk/web" method="get">
<input id="header-search" type="text" name="query" value="" placeholder="Search"/>
<input id="header-search" type="text" title="Search" name="query" value="" placeholder="Search"/>

<?php
switch (theme_get_setting('search_box')):
Expand Down Expand Up @@ -80,7 +80,7 @@
<div class="campl-wrap clearfix">
<form class="campl-site-search-form" id="site-search-container" action="https://search.cam.ac.uk/web" method="get">
<div class="campl-search-form-wrapper clearfix">
<input type="text" class="text" name="query" value="" placeholder="Search"/>
<input type="text" class="text" title="Search" name="query" value="" placeholder="Search"/>

<?php
switch (theme_get_setting('search_box')):
Expand All @@ -99,7 +99,7 @@
endswitch;
?>

<input type="image" class="campl-search-submit"
<input type="image" alt="Search" class="campl-search-submit"
src="<?php print $base_theme_path; ?>/images/interface/btn-search.png"/>
</div>
</form>
Expand Down

0 comments on commit 44e2405

Please sign in to comment.