add date in header of printed pages (#2359)

This commit is contained in:
Frédéric Péters 2014-07-07 08:28:44 +02:00 committed by Serghei MIHAI
parent a56af5e185
commit 9cfc3afc04
2 changed files with 7 additions and 0 deletions

View File

@ -10,6 +10,8 @@
{% block agenda-content %}
<div class="print-only page-header">{{ date|date:"DATE_FORMAT"|lower }}</div>
<h2 class="print-only">Activité du {{ service_name }} - {{ date|date:"DATE_FORMAT"|title }}</h2>
<table class="main" id="activity">

View File

@ -77,3 +77,8 @@ div.summary {
div#sidebar {
display: none;
}
div.page-header {
position: fixed;
top: 0;
}