app/soc/templates/soc/host/list/heading.html
author Sverre Rabbelier <srabbelier@gmail.com>
Sat, 22 Nov 2008 14:01:39 +0000
changeset 554 68c7a1dd3c52
parent 512 app/soc/templates/soc/host/list/host_heading.html@aae25d2b4464
child 716 26dc12dae79f
permissions -rw-r--r--
Renamed templates/soc/entity/list/entity_*.html to *.html This makes it possible to generalize list template positions. Patch by: Sverre Rabbelier
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
404
44223e50e1fc Added a Host profile and generalized some views
Sverre Rabbelier <srabbelier@gmail.com>
parents:
diff changeset
     1
<tr align="left">
512
aae25d2b4464 Rename link_name to link_id everywhere, regardless of case (so LINK_NAME
Todd Larsen <tlarsen@google.com>
parents: 414
diff changeset
     2
  <th class="first" align="right">User link ID</th>
414
4877e9d83743 Fix mistakes in Host List templates. Change Host List second row to Sponsor name instead of Sponsor link name.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 413
diff changeset
     3
  <th>Sponsor name</th>
4877e9d83743 Fix mistakes in Host List templates. Change Host List second row to Sponsor name instead of Sponsor link name.
Pawel Solyga <Pawel.Solyga@gmail.com>
parents: 413
diff changeset
     4
  <th>Given name</th>
409
9d24850db88f Addressed comments by Pawel and Todd
Sverre Rabbelier <srabbelier@gmail.com>
parents: 404
diff changeset
     5
  <th>Surname</th>
404
44223e50e1fc Added a Host profile and generalized some views
Sverre Rabbelier <srabbelier@gmail.com>
parents:
diff changeset
     6
</tr>