mirror of
https://github.com/Cian-H/invenio-theme-iform.git
synced 2026-02-06 09:13:28 +00:00
style: translation and minor documentation
This commit is contained in:
@@ -18,7 +18,7 @@ $(function() {
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
// used for sticky test instance notification
|
||||
$('.ui.sticky.test-instance')
|
||||
.sticky({
|
||||
context: 'body'
|
||||
|
||||
@@ -70,4 +70,4 @@
|
||||
|
||||
// notification
|
||||
@notificationBackground: #fffaf3;
|
||||
@notificationBorder: #e2d5c2;
|
||||
@notificationBorder: #e2d5c2;
|
||||
|
||||
@@ -58,8 +58,8 @@
|
||||
<body ng-csp {% if body_css_classes %} class="{{ body_css_classes|join(' ') }}"{% endif %}{% if g.ln %} lang="{{ g.ln.split('_', 1)[0]|safe }}"{% if rtl_direction %} {{ rtl_direction|safe }}{% endif %}{% endif %} itemscope itemtype="http://schema.org/WebPage" data-spy="scroll" data-target=".scrollspy-target">
|
||||
{% if not config.THEME_TUGRAZ_PRODUCTION %}
|
||||
<div class="ui sticky test-instance">
|
||||
<h4>Test Instance</h4>
|
||||
<p>{{_ ("This is the test instance of the TU Graz Repository. Feel free to test everything and make changes as you wish.")}}</p>
|
||||
<h4>{{_ ("Test Instance") }}</h4>
|
||||
<p>{{_ ("This is the test instance of the TU Graz Repository. Feel free to test everything and make changes as you wish.") }}</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
{%- block body %}
|
||||
|
||||
@@ -8,8 +8,8 @@
|
||||
|
||||
{% if not config.THEME_TUGRAZ_PRODUCTION %}
|
||||
<div class="ui sticky test-instance">
|
||||
<h4>Test Instance</h4>
|
||||
<p>{{_ ("This is the test instance of the TU Graz Repository. Feel free to test everything and make changes as you wish.")}}</p>
|
||||
<h4>{{_ ("Test Instance") }}</h4>
|
||||
<p>{{_ ("This is the test instance of the TU Graz Repository. Feel free to test everything and make changes as you wish.") }}</p>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user