Commit 555cac33 by Bence Dányi

webui: fix tooltips

parent 94285667
...@@ -110,6 +110,7 @@ ...@@ -110,6 +110,7 @@
<div class="contentblock" id="ports"> <div class="contentblock" id="ports">
<h2> <h2>
<div class="boxhelp"> <div class="boxhelp">
<div class="help">
<div class="icon"> <div class="icon">
<img src="{% static "icons/information-frame.png" %}" alt="{% trans "Help" %}" /> <img src="{% static "icons/information-frame.png" %}" alt="{% trans "Help" %}" />
</div> </div>
...@@ -125,6 +126,7 @@ ...@@ -125,6 +126,7 @@
{% endblocktrans %}</p> {% endblocktrans %}</p>
</div> </div>
</div> </div>
</div>
{% trans "Port administration" %}</h2> {% trans "Port administration" %}</h2>
<div class="content"> <div class="content">
<form action="{% url one.views.vm_port_add i.id %}" method="post"> <form action="{% url one.views.vm_port_add i.id %}" method="post">
......
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
<td> <td>
<div class="boxhelp"> <div class="boxhelp">
<div class="help">
<div class="icon"> <div class="icon">
<img src="{% static "icons/information-frame.png" %}" alt="{% trans "Help" %}" /> <img src="{% static "icons/information-frame.png" %}" alt="{% trans "Help" %}" />
</div> </div>
...@@ -31,6 +32,7 @@ ...@@ -31,6 +32,7 @@
{% endif %} {% endif %}
</div> </div>
</div> </div>
</div>
{{i.template.access_type|upper}} {{i.template.access_type|upper}}
</td> </td>
</tr> </tr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment