From a42df480e9abbd0b12b4ab0c3339039f20fcd658 Mon Sep 17 00:00:00 2001 From: Roberto Rosario Date: Mon, 7 Jul 2014 02:41:27 -0400 Subject: [PATCH] Remove remarked code --- .../apps/documents/templates/document_print.html | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/mayan/apps/documents/templates/document_print.html b/mayan/apps/documents/templates/document_print.html index 66841fd6e6..cdae522fcf 100644 --- a/mayan/apps/documents/templates/document_print.html +++ b/mayan/apps/documents/templates/document_print.html @@ -1,5 +1,5 @@ {% load project_tags %} -{#{% load printing_tags %}#} + @@ -13,7 +13,7 @@ padding: 0; margin: 0; background: #fff; - color: #000; + color: #000; } html, body { height: 100%; @@ -25,7 +25,7 @@ } * html .container { height: 100%; - } + } .centered { position: absolute; top: 0; @@ -33,7 +33,7 @@ bottom: 0; left: 0; margin: auto; - } + } {% endcomment %} .break { page-break-after: always; } img { border: 1px solid black; } @@ -45,15 +45,12 @@ margin-right: auto; } - - + + {% for page in pages %} - {#{% get_document_size object %}#}
- {# page_aspect %}width="97%"{% else %}height="97%"{% endif %} />#}
{% endfor %} -