# HG changeset patch # User verrierj # Date 1325516318 -3600 # Node ID 7c4bedd3b77dd3c9c79daa02173946cdc5cf8f8e # Parent dd4a26c7f3d24ee58543411f16d56c37b42ab857# Parent 877f89ec1efa9042a993fce53c76aea723fcb9e8 Merge with 877f89ec1efa9042a993fce53c76aea723fcb9e8 diff -r dd4a26c7f3d2 -r 7c4bedd3b77d .hgignore --- a/.hgignore Mon Jan 02 15:58:06 2012 +0100 +++ b/.hgignore Mon Jan 02 15:58:38 2012 +0100 @@ -49,4 +49,6 @@ syntax: regexp ^\.pydevproject$ syntax: regexp -^web/static/media/cache$ \ No newline at end of file +^web/static/media/cache$ +syntax: regexp +^\.settings/org\.eclipse\.core\.resources\.prefs$ \ No newline at end of file diff -r dd4a26c7f3d2 -r 7c4bedd3b77d src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/content_list.html --- a/src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/content_list.html Mon Jan 02 15:58:06 2012 +0100 +++ b/src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/content_list.html Mon Jan 02 15:58:38 2012 +0100 @@ -73,8 +73,8 @@ {% for content in contents %} - {{ content.title }} - {% trans "create project" %} + {{ content.title }} + {% trans "create project" %} {% endfor %} diff -r dd4a26c7f3d2 -r 7c4bedd3b77d src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/partial/contentslist.html --- a/src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/partial/contentslist.html Mon Jan 02 15:58:06 2012 +0100 +++ b/src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/partial/contentslist.html Mon Jan 02 15:58:38 2012 +0100 @@ -8,10 +8,10 @@ {% for content in contents %} -
{% trans 'create project' %}
-
{% trans 'preview media'%}
+
{% trans 'create project' %}
+
{% trans 'preview media'%}
{% thumbnail content.image "50x50" format="PNG" crop="top" as im %}{% endthumbnail %} - {{ content.title|default:"_" }} + {{ content.title|default:"_" }} {% endfor %} diff -r dd4a26c7f3d2 -r 7c4bedd3b77d src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/partial/projectslist.html --- a/src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/partial/projectslist.html Mon Jan 02 15:58:06 2012 +0100 +++ b/src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/partial/projectslist.html Mon Jan 02 15:58:38 2012 +0100 @@ -9,7 +9,7 @@ {% for project in projects %} - {% url ldt.ldt_utils.views.project_json_id project.ldt_id as json_url_id %} + {% url ldt.ldt_utils.views.json.project_json_id project.ldt_id as json_url_id %} {% if is_gecko %}
{% if project.change and project.state != 2 %} @@ -29,7 +29,7 @@
{% endif %} -
{% trans 'copy project' %}
+
{% trans 'copy project' %}
{% trans 'link json by id' %}
{% ifequal project.state 2 %} @@ -44,7 +44,7 @@ {% if show_username %}{{ project.owner.username }} : {% endif %}{{ project.title }} {% else %} {% if project.change %} - {% if show_username %}{{ project.owner.username }} : {% endif %}{{ project.title }} + {% if show_username %}{{ project.owner.username }} : {% endif %}{{ project.title }} {% else %} {% if show_username %}{{ project.owner.username }} : {% endif %}{{ project.title }} {% endif %} diff -r dd4a26c7f3d2 -r 7c4bedd3b77d src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/workspace_base.html --- a/src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/workspace_base.html Mon Jan 02 15:58:06 2012 +0100 +++ b/src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/workspace_base.html Mon Jan 02 15:58:38 2012 +0100 @@ -11,15 +11,15 @@ {{block.super}}