I would like to have Default check radio for "Does not have file" instead of Uploaded file (as shown below).
I have tried to change as below which didn't work. Appreciate any suggestions.
Resource_add template change
From
to
I have tried to change as below which didn't work. Appreciate any suggestions.
Resource_add template change
From
Code:
<li><label><input type="radio" name="resource_file_type" value="fileless" {xen:checked '{$resourceType} == "fileless"'} /> {xen:phrase does_not_have_file}</label>
Code:
<li><label><input type="radio" name="resource_file_type" value="fileless" checked="checked" /> {xen:phrase does_not_have_file}</label>