add Link Reihungstestverwaltung to AppMenu

This commit is contained in:
ma0068
2026-03-17 14:59:05 +01:00
parent 87dd858358
commit 70b025da30
2 changed files with 28 additions and 0 deletions
@@ -220,6 +220,9 @@ export default {
}
return extraItems;
},
linkRt(){
return FHC_JS_DATA_STORAGE_OBJECT.app_root + '/vilesci/stammdaten/reihungstestverwaltung.php'
}
},
watch: {
@@ -680,6 +683,11 @@ export default {
</li>
</ul>
</li>
<li>
<a :href="linkRt" target="_blank">
{{ $p.t('stv/RTVerwaltung') }}
</a>
</li>
</app-menu>
</div>
</aside>
+20
View File
@@ -57255,6 +57255,26 @@ I have been informed that I am under no obligation to consent to the transmissio
)
)
),
array(
'app' => 'core',
'category' => 'stv',
'phrase' => 'RTVerwaltung',
'insertvon' => 'system',
'phrases' => array(
array(
'sprache' => 'German',
'text' => 'Reihungstestverwaltung',
'description' => '',
'insertvon' => 'system'
),
array(
'sprache' => 'English',
'text' => 'Administration Placement Test',
'description' => '',
'insertvon' => 'system'
)
)
),
);