diff --git a/src/copyright/ui/template/ui-cp-view.html.twig b/src/copyright/ui/template/ui-cp-view.html.twig index 85f84e7a..537e808a 100644 --- a/src/copyright/ui/template/ui-cp-view.html.twig +++ b/src/copyright/ui/template/ui-cp-view.html.twig @@ -1,67 +1,72 @@ {# Copyright 2014-2015 Siemens AG Copying and distribution of this file, with or without modification, are permitted in any medium without royalty provided the copyright notice and this notice are preserved. This file is offered as-is, without any warranty. #} {% extends "include/base.html.twig" %} {% block styles %} {{ parent() }} {% endblock %} {% block content %}
{{ pageMenu }}
{{ textView }}
{{ 'Legend'| trans }}
{{ legendBox }}
{% block rhs %} {% include 'ui-xp-view_rhs.html.twig' %} {% endblock %} {{ content }}
{% endblock %} {% block foot %} {{ parent() }} + {{ script }} {% include "copyrighthist_scripts.html.twig" %} {% endblock %} diff --git a/src/copyright/ui/template/ui-xp-view_rhs.html.twig b/src/copyright/ui/template/ui-xp-view_rhs.html.twig index adfe1a8a..8d2aa759 100644 --- a/src/copyright/ui/template/ui-xp-view_rhs.html.twig +++ b/src/copyright/ui/template/ui-xp-view_rhs.html.twig @@ -1,44 +1,44 @@

{{ 'Go through all files'|trans }}
{{ 'Go through all files'|trans }} {{ 'with'|trans }} {{ xptext|trans }}

{{ 'Issue Type'| trans }} {% for clearingTypeVal, clearingType in clearingTypes %} {{ clearingType }}
{% endfor %}

- {{ 'Description'| trans }}:
+ {{ 'Description'| trans }}:

- {{ 'Text finding'| trans }}:
+ {{ 'Text finding'| trans }}:

- {{ 'Comment'| trans }}:
+ {{ 'Comment'| trans }}:

-
\ No newline at end of file +