app/soc/templates/soc/org_app/list/row.html
author Sverre Rabbelier <srabbelier@gmail.com>
Sun, 15 Mar 2009 13:13:54 +0000
changeset 1858 0c9fb1e94c89
parent 1156 40bccd791cf6
child 2284 e7bb719e2539
permissions -rw-r--r--
Show idea page instead of last modified date in org app Patch by: Sverre Rabbelier
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1156
40bccd791cf6 Fixed EOL and whitespace in org_app templates
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1151
diff changeset
     1
<tr class="off" onmouseover="this.className='on'" onmouseout="this.className='off'" 
40bccd791cf6 Fixed EOL and whitespace in org_app templates
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1151
diff changeset
     2
onclick="document.location.href='{{ list.redirect }}'" name="name">
40bccd791cf6 Fixed EOL and whitespace in org_app templates
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1151
diff changeset
     3
  <td align="right"><div class="name"><a class="noul"
40bccd791cf6 Fixed EOL and whitespace in org_app templates
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1151
diff changeset
     4
         href="{{ list.redirect }}">{{ list.item.name }}</a>
40bccd791cf6 Fixed EOL and whitespace in org_app templates
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1151
diff changeset
     5
     </div>
40bccd791cf6 Fixed EOL and whitespace in org_app templates
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1151
diff changeset
     6
  </td>
40bccd791cf6 Fixed EOL and whitespace in org_app templates
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1151
diff changeset
     7
  <td><div class="link_id">{{ list.item.link_id }}</a></div></td>
1858
0c9fb1e94c89 Show idea page instead of last modified date in org app
Sverre Rabbelier <srabbelier@gmail.com>
parents: 1156
diff changeset
     8
  <td><div class="idea_url">{{ list.item.ideas|urlizetrunc:35 }}</div></td>
1156
40bccd791cf6 Fixed EOL and whitespace in org_app templates
Lennard de Rijk <ljvderijk@gmail.com>
parents: 1151
diff changeset
     9
</tr>