Added labels for the "Other options" inputs
This commit is contained in:
parent
6482c51858
commit
077dfab7a6
@ -151,11 +151,11 @@ foreach ($list as $key)
|
|||||||
|
|
||||||
// Param
|
// Param
|
||||||
$libelle = $langs->trans($key);
|
$libelle = $langs->trans($key);
|
||||||
print '<td>'.$libelle.'</td>';
|
print '<td><label for="'.$key.'">'.$libelle.'</label></td>';
|
||||||
|
|
||||||
// Value
|
// Value
|
||||||
print '<td>';
|
print '<td>';
|
||||||
print '<input type="text" size="20" name="'.$key.'" value="'.$conf->global->$key.'">';
|
print '<input type="text" size="20" id="'.$key.'" name="'.$key.'" value="'.$conf->global->$key.'">';
|
||||||
print '</td></tr>';
|
print '</td></tr>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user