diff options
| author | Christian Fowler <cfowler2@wcpss.net> | 2013-04-25 12:52:37 -0400 |
|---|---|---|
| committer | Christian Fowler <cfowler2@wcpss.net> | 2013-04-25 12:52:37 -0400 |
| commit | ffad599d98b1702e794327252f158874deb4e896 (patch) | |
| tree | 8a590e43ccf8d5b4d6608612ca1fc8f9304a047d | |
| parent | 3e57dfc809088117450fbbd489890f5702be0d22 (diff) | |
| download | boards-ffad599d98b1702e794327252f158874deb4e896.tar.gz boards-ffad599d98b1702e794327252f158874deb4e896.tar.bz2 boards-ffad599d98b1702e794327252f158874deb4e896.zip | |
prepend search button in minifind so it reads with placeholder
| -rw-r--r-- | templates/list_topics.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/list_topics.tpl b/templates/list_topics.tpl index 69da05d..36efdd4 100644 --- a/templates/list_topics.tpl +++ b/templates/list_topics.tpl @@ -24,7 +24,7 @@ {/if} {/if}<!-- end print_page --> {if $board->hasPostCommentsPermission()} - {minifind class="" sort_mode=$sort_mode b=$smarty.request.b prompt="Search `$smarty.const.BOARDS_PKG_DIR`..."} + {minifind class="" sort_mode=$sort_mode b=$smarty.request.b prompt=$smarty.const.BOARDS_PKG_DIR} {/if} </div><!-- end .floaticon --> |
