add anchor for each extension config

This commit is contained in:
Uwe Steinmann 2016-11-28 08:32:45 +01:00
parent 5fa252ca08
commit eb751e4195

View File

@ -715,7 +715,7 @@ if(!is_writeable($settings->_configFilePath)) {
<?php <?php
foreach($GLOBALS['EXT_CONF'] as $extname=>$extconf) { foreach($GLOBALS['EXT_CONF'] as $extname=>$extconf) {
?> ?>
<tr ><td><b><?php echo $extconf['title'];?></b></td></tr> <tr><td><a name="<?php echo $extname;?>"></a><b><?php echo $extconf['title'];?></b></td></tr>
<?php <?php
foreach($extconf['config'] as $confkey=>$conf) { foreach($extconf['config'] as $confkey=>$conf) {
?> ?>