app/soc/templates/soc/site/list/row.html
author Sverre Rabbelier <srabbelier@gmail.com>
Thu, 22 Jan 2009 17:23:17 +0000
changeset 903 7110fc489fd0
parent 554 68c7a1dd3c52
child 2284 e7bb719e2539
permissions -rw-r--r--
Rename "site/settings" to "site" The "/site/settings" view is not about the Site Settings an sich, but more about the "site presence singleton". In this context it does not make sense to call it "site/settings". Patch by: Sverre Rabbelier

<tr class="off" onmouseover="this.className='on'" onmouseout="this.className='off'" 
onclick="document.location.href='/site/edit/{{ list.item.scope_path }}/{{ list.item.link_id }}'" name="name">
  <td align="right">
   <div class="title">
    <a class="noul"
     href="/site/edit/{{ list.item.scope_path }}/{{ list.item.link_id }}">{{ list.item.scope_path}}/{{ list.item.link_id }}</a>
   </div>
  </td>
  <td><div class="link_id">{{ list.item.home.title }}</div></td>
</tr>