summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorspiderr <spiderr@bitweaver.org>2019-07-17 15:25:15 -0400
committerspiderr <spiderr@bitweaver.org>2019-07-17 15:25:15 -0400
commit0fe46e901810135e6b35d11c8fd6b01a7c495b2f (patch)
treecda8c23fd6163e4a9fda2a2bba3ab2cf8602fd5d /templates
parent7d3577b1843ada5b9363cc366f9a465ec2373417 (diff)
downloadkernel-0fe46e901810135e6b35d11c8fd6b01a7c495b2f.tar.gz
kernel-0fe46e901810135e6b35d11c8fd6b01a7c495b2f.tar.bz2
kernel-0fe46e901810135e6b35d11c8fd6b01a7c495b2f.zip
tweak minifind UI
Diffstat (limited to 'templates')
-rw-r--r--templates/minifind.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/minifind.tpl b/templates/minifind.tpl
index 25cf4d8..48fcc79 100644
--- a/templates/minifind.tpl
+++ b/templates/minifind.tpl
@@ -1,8 +1,8 @@
{strip}
{form class="form-search minifind" method="get" action="`$smarty.server.SCRIPT_NAME`?`$hidden|@http_build_query`"}
<div class="input-prepend form-inline">
- <button type="submit" class="btn btn-default" name="search">{tr}Search{/tr}</button>
- <input class="form-control input-sm search-query" type="text" name="find" placeholder="{$prompt|escape}" value="{$find|default:$smarty.request.find|escape}" {if $prompt}onclick="if (this.value == '{$prompt}') this.value = '';"{/if}/>&nbsp;
+ <input class="form-control input-sm search-query" type="text" name="find" placeholder="{$prompt|ucwords|escape}" value="{$find|default:$smarty.request.find|escape}" {if $prompt}onclick="if (this.value == '{$prompt}') this.value = '';"{/if}/>&nbsp;
+ <button type="submit" class="btn btn-default btn-sm" name="search">{tr}Search{/tr}</button>
</div>
{/form}
{/strip}