hamiltonc
committed
on 06 Aug 05
fixed typo in xql
openacs-4/packages/tasks/lib/tasks.adp (+0 -0)
1 1 <if @tasks:rowcount@ gt 0>
2 2 <div class="tasks">
3 3 <h3>#tasks.Tasks#</h3>
4 4 <dl>
5 5 <multiple name="tasks">
6 6   <dt<if @tasks.rownum@ eq 1> class="first"</if>><if @tasks.overdue_p@><span style="color: red; font-weight: bolder;"></if>@tasks.end_date@<if @tasks.overdue_p@></span></if></dt>
7 7     <dd>
8 8     <ul>
9 9   <group column="end_date">
10 10       <li><a href="@tasks.task_url@"><if @tasks.overdue_p@><span style="color: red; font-weight: bolder;"></if>@tasks.title@<if @tasks.overdue_p@></span></if></a></li>
11 11   </group>
12 12     </ul>
13 13     </dd>
14 14 </multiple>
15 15 </dl>
16 16 </div>
17 17 </if>
18 18