Skip to content

Commit

Permalink
Fixing search button name (#1361)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-shahid authored Feb 27, 2025
1 parent a4afcee commit d81e0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gcweb/appTop.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
<input type="hidden" name="<%=input.name%>" value="<%=input.value%>">
<%_ } -%>
<%_ } -%>
<span class="input-group-btn"><button type="submit" id="app-srch-sub-mb" class="btn btn-primary btn-small" name="app-srch-sub-mb"><span class="glyphicon-search glyphicon"></span><span class="wb-inv"><^- msg('Search') ^>{if isNonnull($item.placeholder)} {$item.placeholder}{/if}</span></button></span>
<span class="input-group-btn"><button type="submit" id="app-srch-sub-mb" class="btn btn-primary btn-small" name="app-srch-sub-mb"><span class="glyphicon-search glyphicon"></span><span class="wb-inv"><^- msg('Search') ^><%= item.placeholder != null? item.placeholder: '' %></span></button></span>
</div>
</form>
</div>
Expand Down

0 comments on commit d81e0bb

Please sign in to comment.