Skip to content

Commit

Permalink
Update publisher search block.
Browse files Browse the repository at this point in the history
  • Loading branch information
angelorocha committed Mar 31, 2014
1 parent d9e3d29 commit 3ac6672
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions modules/publisher/blocks/publisher_search_block.html
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
<form name="search" action="<{$block.publisher_url}>/search.php" method="post">
<div class="input-group input-group-sm" style="margin-top:8px;">
<input type="text" class="form-control" placeholder="<{$smarty.const._SR_KEYWORDS}>" name="term" value="<{$block.search_term}>" size="15"/>
<style>
.publisher-search-block select{width: 100% !important;}
</style>
<form class="publisher-search-block" name="search" action="<{$block.publisher_url}>/search.php" method="post">
<div class="input-group input-group-sm col-xs-12 col-sm-12 col-md-12 col-lg-12" style="margin-top:8px;">
<input type="text" class="form-control" placeholder="<{$smarty.const._SR_KEYWORDS}>" name="term" value="<{$block.search_term}>">
</div>
<div style="margin-top:8px;">
<{$block.category_select}>
</div>
<div class="input-group input-group-sm" style="margin-top:8px;">
<input type="text" class="form-control" placeholder="<{$smarty.const._CO_PUBLISHER_UID}>" name="uname" value="<{$block.search_user}>" size="15"/>
<div class="input-group input-group-sm col-xs-12 col-sm-12 col-md-12 col-lg-12" style="margin-top:8px;">
<input type="text" class="form-control" placeholder="<{$smarty.const._CO_PUBLISHER_UID}>" name="uname" value="<{$block.search_user}>">
</div>
<{if $block.search_rule}>
<div style="margin-top:8px;">
Expand Down

0 comments on commit 3ac6672

Please sign in to comment.