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:
Родитель
ba9dac6cba
Коммит
8776b5f5e8
|
@ -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">
|
||||
|
|
Загрузка…
Ссылка в новой задаче