Skip to content
Extraits de code Groupes Projets
Valider 4b20f2d6 rédigé par Benaka Moorthi's avatar Benaka Moorthi
Parcourir les fichiers

Fix regression in annotation icon placement and refactor some recently committed code.

parent c0fe3f45
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
.evolution-annotations > span { .evolution-annotations > span {
position: absolute; position: absolute;
top:10px;
} }
.annotation-manager { .annotation-manager {
......
...@@ -31,12 +31,12 @@ ...@@ -31,12 +31,12 @@
<span class="{{ footerIconGroup.class }}"> <span class="{{ footerIconGroup.class }}">
{% for footerIcon in footerIconGroup.buttons %} {% for footerIcon in footerIconGroup.buttons %}
<span> <span>
{% if properties.show_active_view_icon and javascriptVariablesToSet.viewDataTable == footerIcon.format %} {% if properties.show_active_view_icon and javascriptVariablesToSet.viewDataTable == footerIcon.format %}
<img src="plugins/Zeitgeist/images/data_table_footer_active_item.png" class="dataTableFooterActiveItem"/> <img src="plugins/Zeitgeist/images/data_table_footer_active_item.png" class="dataTableFooterActiveItem"/>
{% endif %} {% endif %}
<a class="tableIcon" format="{{ footerIcon.format }}" var="{{ footerIcon.var }}"> <a class="tableIcon" format="{{ footerIcon.format }}" var="{{ footerIcon.var }}">
<img width="16" height="16" title="{{ footerIcon.title }}" src="{{ footerIcon.icon }}"/> <img width="16" height="16" title="{{ footerIcon.title }}" src="{{ footerIcon.icon }}"/>
</a> </a>
</span> </span>
{% endfor %} {% endfor %}
</span> </span>
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter