Skip to content
Snippets Groups Projects
Commit 016c9f69 authored by Steinwender, Tamara's avatar Steinwender, Tamara
Browse files

Move the appshell slots to global overrides

parent 489e25a4
No related branches found
No related tags found
No related merge requests found
......@@ -81,6 +81,23 @@
</template>
</dbp-signature>
<template id="global-override">
<template id="dbp-signature">
<div slot="name">
DBP<br />
<dbp-translated subscribe="lang">
<div slot="de">
Meine Universität
</div>
<div slot="en">
My University
</div>
</dbp-translated>
</div>
</template>
</template>
<!-- Error handling for too old browsers -->
<script src="/app/local/@dbp-topics/signature/browser-check.js" defer></script>
<noscript>Diese Applikation benötigt Javascript / This application requires Javascript</noscript>
......
......@@ -84,7 +84,11 @@
build-time='<%= buildInfo.time %>'
env='<%= buildInfo.env %>'
><dbp-loading-spinner></dbp-loading-spinner>
<template slot="name">
</<%= name %>>
<template id="global-override">
<template id="<%= name %>">
<div slot="name">
TU Graz<br />
<dbp-translated subscribe="lang">
<div slot="de">
......@@ -94,16 +98,16 @@
Graz University of Technology
</div>
</dbp-translated>
</template>
<template slot="logo">
</div>
<div slot="logo">
<style>
#main-logo {
padding: 0 50px 0 0;
}
</style>
<dbp-tugraz-logo id="main-logo" subscribe="lang"></dbp-tugraz-logo>
</template>
<template slot="footer-links">
</div>
<div slot="footer-links">
<style>
.footer-links {
margin-top: 0.5em;
......@@ -136,10 +140,8 @@
<a rel="noopener" href="mailto:it-support@tugraz.at">Contact</a>
</div>
</dbp-translated>
</div>
</template>
</<%= name %>>
<template id="global-override">
<template id="dbp-nextcloud-file-picker">
<div slot="auth-info">
<dbp-translated subscribe="lang">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment