Skip to content

Commit

Permalink
Fixed issue #14516: Delete from the central panel and associated surv…
Browse files Browse the repository at this point in the history
…eys - CPDB
  • Loading branch information
ptelu committed May 20, 2019
1 parent 8fc6061 commit 19dc0fa
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -29,7 +29,7 @@
// The class 'post-value' will make widget post input/select to controller url
'<select name="selectedoption" class="form-control post-value">
<option value="po" selected>' . gT("Delete only from the central panel") . '</option>
<option value="pt">' . gT("Delete from the central panel and associated surveys") . '</option>
<option value="ptt">' . gT("Delete from the central panel and associated surveys") . '</option>
<option value="ptta">' . gT("Delete from central panel, associated surveys and all associated responses") . '</option>
</select>',
'htmlFooterButtons' => array(
Expand Down

0 comments on commit 19dc0fa

Please sign in to comment.