Fixes for lists
This commit is contained in:
parent
ebf029e7dd
commit
d951ac852e
4 changed files with 38 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ options_list={'url': '<?=$url?>/?op=get_list', 'order_fields': [
|
|||
|
||||
<?php
|
||||
foreach($fields_list as $key => $val) {
|
||||
echo "'".$val."',\n";
|
||||
echo "'".$key."',\n";
|
||||
}
|
||||
?>
|
||||
'<?=_('Options')?>'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue