set 'help' of extension configuration as title attr

This commit is contained in:
Uwe Steinmann 2017-05-02 20:55:30 +02:00
parent b60e5a9d97
commit 73389a7e57

View File

@ -746,7 +746,7 @@ if(!is_writeable($settings->_configFilePath)) {
<?php
foreach($extconf['config'] as $confkey=>$conf) {
?>
<tr title="<?php echo $extconf['title'];?>">
<tr title="<?php echo $conf['help'];?>">
<td><?php echo $conf['title'];?>:</td><td>
<?php
switch($conf['type']) {