The following commit has been merged in the master branch:
commit dff823fd263d11402028eca366e39b1dc8ae9b58
Author: Michal Čihař <[email protected]>
Date:   Thu Oct 8 16:46:57 2009 +0200

    Move details about entry to the main page.
    
    And add information about Gammu version.

diff --git a/html/phonedb/phone.html b/html/phonedb/phone.html
index d9c87ee..7ecf620 100644
--- a/html/phonedb/phone.html
+++ b/html/phonedb/phone.html
@@ -35,20 +35,6 @@
 {% endblock %}
 
 {% block sidebar %}
-<h3>{% trans "About entry" %}</h3>
-{% if phone.get_author %}
-<p>
-{% blocktrans with phone.get_author|safe as author and phone.created as 
created %}
-Created by {{ author }} on {{ created }}.
-{% endblocktrans %}
-</p>
-{% else %}
-<p>
-{% blocktrans with phone.created as created %}
-Created on {{ created }}.
-{% endblocktrans %}
-</p>
-{% endif %}
 
 {% endblock %}
 
@@ -88,5 +74,27 @@ More information about phone might be available on following 
sites:
 
 {% include "phonedb/body.html" %}
 
+<h3>{% trans "About entry" %}</h3>
+{% if phone.get_author %}
+<p>
+{% blocktrans with phone.get_author|safe as author and phone.created as 
created %}
+Created by {{ author }} on {{ created }}.
+{% endblocktrans %}
+</p>
+{% else %}
+<p>
+{% blocktrans with phone.created as created %}
+Created on {{ created }}.
+{% endblocktrans %}
+</p>
+{% endif %}
+{% if phone.gammu_version %}
+<p>
+{% blocktrans with phone.gammu_version as version %}
+Tested with Gammu {{ version }}.
+{% endblocktrans %}
+</p>
+{% endif %}
+
 {% endblock %}
 

-- 
UNNAMED PROJECT

_______________________________________________
Wammu-svn mailing list
[email protected]
https://lists.cihar.com/cgi-bin/mailman/listinfo/wammu-svn

Reply via email to