Skip to content

Commit

Permalink
fix: don't use old "default" template
Browse files Browse the repository at this point in the history
  • Loading branch information
trob authored Jul 23, 2016
1 parent 5583695 commit c1e1f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mod_fabrik_form/mod_fabrik_form.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

<field name="usekey" type="text" default="" description="MOD_FABRIK_FORM_USEKEY_DESC" label="MOD_FABRIK_FORM_USEKEY_LABEL" size="15"/>

<field name="template" type="folderlist" default="default" description="MOD_FABRIK_FORM_TEMPLATE_DESC" directory="/components/com_fabrik/views/form/tmpl" hide_default="0" hide_none="1" label="MOD_FABRIK_FORM_TEMPLATE_LABEL"/>
<field name="template" type="folderlist" default="" description="MOD_FABRIK_FORM_TEMPLATE_DESC" directory="/components/com_fabrik/views/form/tmpl" hide_default="0" hide_none="1" label="MOD_FABRIK_FORM_TEMPLATE_LABEL"/>

<field name="formmodule_useajax" type="radio" default="1" description="MOD_FABRIK_FORM_AJAX_DESC" label="MOD_FABRIK_FORM_AJAX_LABEL">
<option value="0">JNO</option>
Expand Down

0 comments on commit c1e1f6a

Please sign in to comment.