Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 1427 → Rev 1428

/kickup/trunk/webapp/participant/list.jsp
35,6 → 35,8
<th class="headerCell">e-mail</th>
<th class="headerCell">Телефон</th>
<th class="headerCell">Количество</th>
<th class="headerCell">Откуда</th>
<th class="headerCell">Информация</th>
</tr>
 
<logic:iterate name="participants" id="p">
49,6 → 51,8
</td>
<td class="listCell"><bean:write name="p" property="phone" />&nbsp;</td>
<td class="listCell"><bean:write name="p" property="persons" />&nbsp;</td>
<td class="listCell"><bean:write name="p" property="fromCity" />&nbsp;</td>
<td class="listCell"><bean:write name="p" property="comment" />&nbsp;</td>
</tr>
</logic:iterate>
<tr>