Browse Source

hide search button

pull/7/head
KVAZAR 2 years ago committed by GitHub
parent
commit
3ba8137f8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      public/index.phtml

2
public/index.phtml

@ -89,7 +89,7 @@
<div class="t-center px-16 pb-27"> <div class="t-center px-16 pb-27">
<form name="namespace" action="/" method="GET"> <form name="namespace" action="/" method="GET">
<input class="p-8" type="text" name="q" value="<?php echo ($query ? $query : ''); ?>" placeholder="key, value, block, ns, txid" autocomplete="off" /> <input class="p-8" type="text" name="q" value="<?php echo ($query ? $query : ''); ?>" placeholder="key, value, block, ns, txid" autocomplete="off" />
<button class="p-8 cursor-pointer" type="submit">Search</button> <!--<button class="p-8 cursor-pointer" type="submit">Search</button>-->
</form> </form>
</div> </div>
<div class="t-center px-16 pb-27"> <div class="t-center px-16 pb-27">

Loading…
Cancel
Save