Bug 790364 - When printing calendars in weekly or monthly grid view all tasks are shown as crossed out r=philipp

This commit is contained in:
Stefan Sitter 2012-10-08 19:43:12 +02:00
Родитель ba9dac6cba
Коммит 8776b5f5e8
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -23,8 +23,8 @@
<!-- Templates follow -->
<div id="templates" hidden="true">
<li id="task-template">
<input type="checkbox" class="task-checkbox" disabled="true"/>
<s class="task-title"/>
<input type="checkbox" class="task-checkbox" disabled="disabled"/>
<span class="task-title"/>
</li>
<tr id="item-template">
<td valign="top" style="font-size: 11px; text-align: left;" class="category-color-box calendar-color-box">

Просмотреть файл

@ -17,8 +17,8 @@
<!-- Templates follow -->
<div id="templates" hidden="true">
<li id="task-template">
<input type="checkbox" class="task-checkbox" disabled="true"/>
<s class="task-title"/>
<input type="checkbox" class="task-checkbox" disabled="disabled"/>
<span class="task-title"/>
</li>
<tr id="item-template">
<td valign="top" align="left" style="font-size: 11px;" class="category-color-box calendar-color-box">