mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-30 05:27:32 +00:00
set 'help' of extension configuration as title attr
This commit is contained in:
parent
b60e5a9d97
commit
73389a7e57
|
@ -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']) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user