Remove remarked code

This commit is contained in:
Roberto Rosario
2014-10-30 02:45:15 -04:00
parent c4c2646b60
commit d8819276b2
3 changed files with 0 additions and 35 deletions

View File

@@ -8,33 +8,6 @@
<title>{% project_name %}</title>
<style type="text/css">
{% comment %}
* {
padding: 0;
margin: 0;
background: #fff;
color: #000;
}
html, body {
height: 100%;
}
.container {
min-height: 100%;
width: 100%;
margin: 0 auto;
}
* html .container {
height: 100%;
}
.centered {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
}
{% endcomment %}
.break { page-break-after: always; }
img { border: 1px solid black; }
@page {

View File

@@ -59,7 +59,6 @@
<th>
{{ field.label_tag }}{% if field.field.required and not read_only %} ({% trans 'required' %}){% endif %}
</th>
{#{% if field.help_text %}<span class="description">{{ field.help_text }}</span>{% endif %}#}
{% endfor %}
</tr>
{% endif %}
@@ -91,12 +90,6 @@
<img src="{% static 'web_theme_media/images/icons/cross.png' %}" alt="{% if cancel_label %}{{ cancel_label }}{% else %}{% trans 'Cancel' %}{% endif %}"/> {% if cancel_label %}{{ cancel_label }}{% else %}{% trans 'Cancel' %}{% endif %}
</a>
{% endif %}
{% comment %}
<a href="#header" class="button">
<img src="{% static 'web_theme_media/images/icons/cross.png' %}" alt="{% trans 'Cancel' %}"/> {% trans 'Cancel' %}
</a>
{% endcomment %}
</div>
{% endif %}
</form>

View File

@@ -41,7 +41,6 @@
<th>
{{ field.label_tag }}{% if field.field.required and not read_only %} ({% trans 'required' %}){% endif %}
</th>
{#{% if field.help_text %}<span class="description">{{ field.help_text }}</span>{% endif %}#}
{% endfor %}
</tr>
{% endif %}