Commit 9fe1b635 authored by Ad Schellevis's avatar Ad Schellevis
parent d35ce90c
......@@ -753,13 +753,14 @@ function dpdchkbox_change() {
<td width="78%" class="vtable">
<select name="certref" class="formselect">
<?php
if (isset($config['cert'])):
foreach ($config['cert'] as $cert):
$selected = "";
if ($pconfig['certref'] == $cert['refid'])
$selected = "selected=\"selected\"";
?>
<option value="<?=$cert['refid'];?>" <?=$selected;?>><?=$cert['descr'];?></option>
<?php endforeach; ?>
<?php endforeach; endif; ?>
</select>
<br />
<span class="vexpl">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment