mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-31 05:57:34 +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
|
<?php
|
||||||
foreach($extconf['config'] as $confkey=>$conf) {
|
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>
|
<td><?php echo $conf['title'];?>:</td><td>
|
||||||
<?php
|
<?php
|
||||||
switch($conf['type']) {
|
switch($conf['type']) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user