mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2025-12-23 21:21:57 +00:00
header page modification
changed the name to Repository. This closes #61.
This commit is contained in:
@@ -43,7 +43,7 @@ THEME_HEADER_LOGIN_TEMPLATE = 'invenio_theme_tugraz/accounts/header_login.html'
|
||||
THEME_FOOTER_TEMPLATE = 'invenio_theme_tugraz/footer.html'
|
||||
"""footer template"""
|
||||
|
||||
THEME_FRONTPAGE_TITLE = _('Frontpage Title')
|
||||
THEME_FRONTPAGE_TITLE = _('TU Graz Repository')
|
||||
"""Frontpage title."""
|
||||
|
||||
THEME_SITENAME = _('Repository')
|
||||
|
||||
@@ -46,13 +46,13 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="short-menu-right">
|
||||
{# <div class="short-menu-right-h"> onclick="toggleVisibility('heading');"> #}
|
||||
{%- block navbar_right %}
|
||||
{%- include config.THEME_HEADER_LOGIN_TEMPLATE %}
|
||||
{%- endblock navbar_right %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
<!----END MENU------------------------------------------------------------->
|
||||
@@ -62,7 +62,7 @@
|
||||
<div class="affiliation-text">
|
||||
<a title="RDM" href="{{url_for('invenio_theme_tugraz.index')}}">
|
||||
TU Graz
|
||||
<br>{{_ ("Research Data Management")}}
|
||||
<br>{{_ ("Repository")}}
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user