Merge branch 'ent-11219-fallo-en-traducciones' into 'develop'

Ent 11219 fallo en traducciones

See merge request artica/pandorafms!6305
This commit is contained in:
Rafael Ameijeiras 2023-08-04 09:38:01 +00:00
commit 3cfa60b38a
2 changed files with 2 additions and 25 deletions

View File

@ -168,7 +168,7 @@
* {
font-size: 9pt;
line-height: 16pt;
line-height: 10pt;
}
html {

View File

@ -644,30 +644,7 @@ if (!empty($rows)) {
$sub = [];
foreach ($rows as $row) {
// Audit //meter en extensiones.
$sub[$row['link']]['text'] = $row['name'];
$sub[$row['link']]['id'] = $row['name'];
$sub[$row['link']]['type'] = 'direct';
$sub[$row['link']]['subtype'] = 'new_blank';
}
$menu_operation['links']['sub'] = $sub;
}
// Links.
$rows = db_get_all_rows_in_table('tlink', 'name');
// $rows = [];
if (!empty($rows)) {
$menu_operation['links']['text'] = __('Links');
$menu_operation['links']['sec2'] = '';
$menu_operation['links']['id'] = 'god-links';
$sub = [];
foreach ($rows as $row) {
// Audit //meter en extensiones.
$sub[$row['link']]['text'] = $row['name'];
$sub[$row['link']]['text'] = __($row['name']);
$sub[$row['link']]['id'] = $row['name'];
$sub[$row['link']]['type'] = 'direct';
$sub[$row['link']]['subtype'] = 'new_blank';