author | Pawel Solyga <Pawel.Solyga@gmail.com> |
Sun, 07 Dec 2008 19:18:24 +0000 | |
changeset 711 | 4bfb1a2d5bfe |
parent 643 | b57d538a9dd3 |
child 2284 | e7bb719e2539 |
permissions | -rw-r--r-- |
643 | 1 |
<tr class="off" onmouseover="this.className='on'" onmouseout="this.className='off'" |
2 |
onclick="document.location.href='{{ list.redirect }}'" name="link_id"> |
|
3 |
<td align="right"> |
|
4 |
<div class="title"> |
|
5 |
<a class="noul" |
|
711
4bfb1a2d5bfe
Program Name column showed link_id instead of name, replace link_id with name in soc/program/list/row.html template.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents:
643
diff
changeset
|
6 |
href="{{ list.redirect }}">{{ list.item.name }}</a> |
643 | 7 |
</div> |
8 |
</td> |
|
9 |
<td><div class="scope_path">{{ list.item.scope_path}}</div></td> |
|
10 |
</tr> |