Skip to content

Commit

Permalink
Fixed issue #15334: Option 'Delete from the central panel and associa…
Browse files Browse the repository at this point in the history
…ted surveys' would not properly delete in CPDB
  • Loading branch information
WalAffe authored and c-schmitz committed Sep 27, 2019
1 parent 17cc439 commit 0e18492
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<p><?php eT("Please choose one option."); ?></p>
<select name='selectedoption' class="form-control" >
<option value="po" selected><?php eT("Delete only from the central panel") ?></option>
<option value="pt"><?php eT("Delete from the central panel and associated surveys") ?></option>
<option value="ptt"><?php eT("Delete from the central panel and associated surveys") ?></option>
<option value="ptta"><?php eT("Delete from central panel, associated surveys and all associated responses") ?></option>
</select>
</div>
Expand Down

0 comments on commit 0e18492

Please sign in to comment.