]> git.parisson.com Git - telemeta.git/commitdiff
update list add button
authorGuillaume Pellerin <yomguy@parisson.com>
Thu, 13 Nov 2014 11:37:42 +0000 (12:37 +0100)
committerGuillaume Pellerin <yomguy@parisson.com>
Thu, 13 Nov 2014 11:37:42 +0000 (12:37 +0100)
telemeta/locale/fr/LC_MESSAGES/django.po
telemeta/templates/telemeta/lists.html

index 56f0668560b05de7f7c6e66bb803255848753404..7d26e3e0fab1fc7b12ce179b355055fc31d57355 100644 (file)
@@ -1290,7 +1290,7 @@ msgstr "Ajouter à la liste"
 #: templates/telemeta/inc/mediaitem_related.html:45
 #: templates/telemeta/inc/resource_related.html:45
 msgid "Download"
-msgstr "Téléchargement"
+msgstr "Télécharger"
 
 #: templates/telemeta/collection_detail.html:63
 msgid "View list"
index bdd53c7d69f9a906b5e35f7629242db6ebeaf7fb..d7959dc40d5014ba19f97074f393a3d9f6106dcc 100644 (file)
 
 <div class="home-description">
     <h1><img src="{{ STATIC_URL }}telemeta/images/playlist_title.png" alt="playlists" style="vertical-align:middle" /> {% trans "My playlists" %}</h1>
-    <a href="#" id="_new_playlist" style="float:right" class="component_icon button icon_add">
-        {% trans "Add" %}</a>
+
+    <a href="#" id="_new_playlist" style="float:right">
+    <button type="button" class="btn btn-default">
+      <span class="glyphicon glyphicon-plus"></span> {% trans "Add" %}</span>
+    </button>
+    </a>
+
     {% for playlist in playlists %}
     <table class="listing" style="width:100%;margin-top: 3em">
         <tr>