Skip to content

Commit

Permalink
Update default.xml
Browse files Browse the repository at this point in the history
Changed field types of *show_suggested_query* and *show_explained_query* from radio to list
  • Loading branch information
itbra committed Mar 25, 2014
1 parent 2a27565 commit 080be61
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions components/com_finder/views/search/tmpl/default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,8 @@
<option value="0">JNO</option>
</field>
<field name="show_suggested_query"
type="radio"
class="btn-group btn-group-yesno"
default=""
type="list"
default="1"
validate="options"
label="COM_FINDER_SHOW_SUGGESTED_QUERY_LABEL"
description="COM_FINDER_SHOW_SUGGESTED_QUERY_DESC">
Expand All @@ -136,9 +135,8 @@
<option value="0">JNO</option>
</field>
<field name="show_explained_query"
type="radio"
class="btn-group btn-group-yesno"
default=""
type="list"
default="1"
validate="options"
label="COM_FINDER_SHOW_EXPLAINED_QUERY_LABEL"
description="COM_FINDER_SHOW_EXPLAINED_QUERY_DESC">
Expand Down

0 comments on commit 080be61

Please sign in to comment.