Skip to content

Commit

Permalink
chore: minor issues
Browse files Browse the repository at this point in the history
  • Loading branch information
astappiev committed Jan 22, 2024
1 parent 837dc48 commit c431ea5
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/de/l3s/learnweb/lang/messages.properties
Original file line number Diff line number Diff line change
Expand Up @@ -1010,11 +1010,11 @@ occurrences = Occurrences
of = of
office_document = Text
office_document = Document
office_presentation = Slides
office_presentation = Presentation
office_spreadsheet = Sheet
office_spreadsheet = Spreadsheet
on_date = on
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ occurrences = Occorrenze
of = di
office_document = Testo
office_document = Documento
office_presentation = Presentazione
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -999,11 +999,11 @@ occurrences = Column in tracker dashboard
of = used in different contexts
office_document = Resource type
office_document = Resource type of OnlyOffice Document
office_presentation = Resource type
office_presentation = Resource type OnlyOffice Presentation
office_spreadsheet = Resource type
office_spreadsheet = Resource type OnlyOffice Spreadsheet
on_date = TODO
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<p:tabView styleClass="res-view-tabs res-embedded-tabs">
<p:tab title="Normal">
<iframe src="#{res.downloadUrl}" title="#{res.title}" class="bg-white p-1"></iframe>
<iframe src="#{res.downloadUrl}" title="#{res.title}" class="bg-body p-1"></iframe>
</p:tab>
<p:tab title="Annotated">
<h:form>
Expand All @@ -30,7 +30,7 @@
</div>
</h:form>

<div id="annotated_text" class="w-100 bg-white" style="padding: 12px;">
<div id="annotated_text" class="w-100 bg-body" style="padding: 12px;">
<pre style="height: 100%">
<h:outputText value="testtesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttesttest" escape="false"/>
</pre>
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/templates/layout/template.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<h:outputScript name="bundle/learnweb.main.js"/>
<h:outputScript name="learnweb/js/layout.js"/>

<ui:fragment rendered="#{userBean.trackingEnabled}">
<ui:fragment rendered="#{userBean.trackingEnabled and not empty userBean.trackerApiKey}">
<script>
if (window.self === window.top) {
window.wapsTrackerData = {
Expand Down
2 changes: 1 addition & 1 deletion src/main/webapp/lw/ted_transcript.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
</a>
</div>
<h:form>
<p:tabView widgetVar="transcriptTabView" styleClass="ui-tabs-full-width ui-tabs-fluid bg-light">
<p:tabView widgetVar="transcriptTabView" styleClass="ui-tabs-fluid bg-light">
<p:tab title="#{msg.tags}">
<ol id="selectable" class="tran-tabs-selectable"></ol>
</p:tab>
Expand Down

0 comments on commit c431ea5

Please sign in to comment.