diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-10-18 15:54:41 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-10-18 15:54:41 -0700 |
commit | af97f9dbee85a6c0ef108d4f1919e49f479c7e24 (patch) | |
tree | 5a5cf4a10b14e26285b4e4e81234008b2a3a896e /system/admin/handlers.go | |
parent | 9c179071a04936771bca3d151846a123e2b12a6a (diff) |
fixing UI and implementing ASC/DESC switch
Diffstat (limited to 'system/admin/handlers.go')
-rw-r--r-- | system/admin/handlers.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/admin/handlers.go b/system/admin/handlers.go index afcc76a..2378136 100644 --- a/system/admin/handlers.go +++ b/system/admin/handlers.go @@ -354,9 +354,9 @@ func postsHandler(res http.ResponseWriter, req *http.Request) { </div> <form class="col s5" action="/admin/posts/search" method="get"> <div class="input-field post-search inline"> - <label class="active">Search</label> + <label class="active">Search:</label> <i class="right material-icons search-icon">search</i> - <input class="search" name="q" type="text" placeholder="Within ` + t + ` fields" class="search"/> + <input class="search" name="q" type="text" placeholder="Within all` + t + ` fields" class="search"/> <input type="hidden" name="type" value="` + t + `" /> </div> </form> |