Browse Source

Admin Online List template corrected

Ralfp 12 years ago
parent
commit
d07f52b319
1 changed files with 2 additions and 2 deletions
  1. 2 2
      templates/admin/online/list.html

+ 2 - 2
templates/admin/sessions/list.html → templates/admin/online/list.html

@@ -11,12 +11,12 @@
   	{{ item.crawler }}
   	{%- else -%}
   	{% trans %}Guest{% endtrans %}
-  	{%- endif %}</strong> {% if item.user -%}
+  	{%- endif %}</strong> <strong class="muted">{{ item.ip }}</strong> {% if item.user -%}
   	<span class="label label-success">{% trans %}Registered Member{% endtrans %}</span>{% if item.hitten %} <span class="label label-info">{% trans %}Hidden{% endtrans %}</span>{% endif %}
   	{%- elif item.crawler -%}
   	<span class="label label-inverse">{% trans %}Crawler{% endtrans %}</span>
   	{%- endif %}
-  	<div class="muted"><strong>{{ item.ip }}</strong>; {{ item.agent }}</div>
+  	<div class="muted">{{ item.agent }}</div>
   </td>
   <td>
   	{{ item.start|date("DATETIME_FORMAT") }}