From 1039b808318f4848f7a40cce1da5104e851eb486 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Sun, 8 Jan 2012 07:36:07 -0400 Subject: [PATCH] Remove commented code --- .../generic_list_horizontal_subtemplate.html | 88 ------------------- 1 file changed, 88 deletions(-) diff --git a/apps/common/templates/generic_list_horizontal_subtemplate.html b/apps/common/templates/generic_list_horizontal_subtemplate.html index 5edd4f47fe..8b62536db7 100644 --- a/apps/common/templates/generic_list_horizontal_subtemplate.html +++ b/apps/common/templates/generic_list_horizontal_subtemplate.html @@ -59,95 +59,7 @@
{% endif %} -{% comment %} - - - {% if not hide_header %} - - {% if multi_select or multi_select_as_buttons %} - - {% endif %} - {% if not hide_object %} - - {% endif %} - - {% for column in extra_columns_preffixed %} - - {% endfor %} - - {% for column in object_list.0|get_model_list_columns %} - - {% endfor %} - - {% for column in extra_columns %} - - {% endfor %} - - {% if not hide_links %} - - {% endif %} - - {% endif %} - {% for object in object_list %} - - {% if multi_select or multi_select_as_buttons %} - - {% endif %} - {% if not hide_object %} - {% if main_object %} - {% with object|object_property:main_object as object %} - - {% endwith %} - {% else %} - - {% endif %} - {% endif %} - {% for column in extra_columns_preffixed %} - {% if column.keep_together %} - - {% else %} - - {% endif %} - {% endfor %} - {% if not hide_columns %} - {% for column in object|get_model_list_columns %} - - {% endfor %} - {% endif %} - {% for column in extra_columns %} - {% if column.keep_together %} - - {% else %} - - {% endif %} - {% endfor %} - {% if not hide_links %} - {% if list_object_variable_name %} - {% copy_variable object as list_object_variable_name %} - {% copy_variable list_object_variable_name as "navigation_object_name" %} - {% endif %} - - {% endif %} - - {% empty %} - - {% endfor %} - -
{% trans "Identifier" %}{{ column.name|capfirst }}{{ column.name|capfirst }}{{ column.name|capfirst }} 
{% if not hide_link %}{{ object }}{% else %}{{ object }}{% endif %}{% if not hide_link %}{{ object }}{% else %}{{ object }}{% endif %} - {{ object|object_property:column.attribute|make_non_breakable }} - {{ object|object_property:column.attribute }}{{ object|object_property:column.attribute }} - {{ object|object_property:column.attribute|make_non_breakable }} - {{ object|object_property:column.attribute }} - {% if navigation_object_links %} - {% with navigation_object_links as overrided_object_links %} - {% object_navigation_template %} - {% endwith %} - {% else %} - {% object_navigation_template %} - {% endif %} -
{% blocktrans with title|striptags as stripped_title %}There are no {{ stripped_title }}{% endblocktrans %}
-{% endcomment %}