]> git.parisson.com Git - telemeta.git/commitdiff
fix admin color, fix collection column titles
authoryomguy <yomguy@parisson.com>
Wed, 22 Jun 2011 16:59:55 +0000 (18:59 +0200)
committeryomguy <yomguy@parisson.com>
Wed, 22 Jun 2011 16:59:55 +0000 (18:59 +0200)
telemeta/htdocs/css/telemeta.css
telemeta/templates/telemeta_default/base.html
telemeta/templates/telemeta_default/home.html
telemeta/templates/telemeta_default/inc/collection_list.html

index 8b00566c4039334090733cead9f8de598005fb80..377e95e5e197e5e2a7dfd311f885bee1d84ec455 100644 (file)
@@ -466,7 +466,7 @@ form.login .submit {
 #menu .darkgreen { border-bottom-color:  #006a12; }
 #menu .black { border-bottom-color:  #000000; }
 #menu .red { border-bottom-color:  #DD0000; }
-#menu .indogo { border-bottom-color:  #4B0082; }
+#menu .violet { border-bottom-color:  #A00020; }
 
 * html #menu :link, * html #menu :visited { background-position: 1px 0 }
 
index 8edfd331371b923d3be8d0a4042bf83e9980a395..66a79c947ee95594c0efc8402a4cf56d53d2e7a3 100644 (file)
@@ -87,7 +87,7 @@
  <a href="{% url telemeta-users %}" class="red">{% trans "Users" %}</a>
  {% endif %}
  {% if user.is_staff or user.is_superuser %}
- <a href="{% url telemeta-admin %}" class="black">{% trans "Admin" %}</a>
+ <a href="{% url telemeta-admin %}" class="violet">{% trans "Admin" %}</a>
  {% endif %}
 
 {% endblock %}
index a4e59a891b03cd0fb35e184795117e05a644f80d..8cc68f8bd5368c168e088be58df259cb8939a3c0 100644 (file)
@@ -47,7 +47,7 @@
             <th>{% trans "Type" %}</th>
             <th>{% trans "Code" %}</th>
             <th>{% trans "Recordist" %}</th>
-            <th>{% trans "Year of recording" %}</th>
+            <th>{% trans "Recording period" %}</th>
             <th>{% trans "Sound" %}</th>
             <th>{% trans "Action" %}</th>
         </tr>
index 212c3c3d308cc3b4a4fdc8675f3ec0b3e3e7c88f..24c6865a4e021457fc24727943778b43413397b8 100644 (file)
@@ -14,7 +14,7 @@
     <th>{% trans "Code" %}</th>
     <th>{% field_label "MediaCollection" "creator" %}</th>
     <th>{% trans "Recordist" %}</th>
-    <th>{% trans "Year of recording" %}</th>
+    <th>{% trans "Recording period" %}</th>
     <th>{% trans "Sound" %}</th>
 </tr>
 {% for collection in collections %}