Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 18 → Rev 19

/kickup/trunk/webapp/admin/event/list.jsp
33,7 → 33,9
<th>Место/город</th>
<th>Начало</th>
<th>Окончание</th>
<th>Регистрация разрешена</th>
<th>В открытом доступе</th>
<th>Заявок</th>
<th>Участников</th>
<th>&nbsp;</th>
<th>&nbsp;</th>
<th>&nbsp;</th>
49,6 → 51,8
<logic:equal name="e" property="enabled" value="true">да</logic:equal>
<logic:notEqual name="e" property="enabled" value="true">нет</logic:notEqual>
</td>
<td><bean:write name="e" property="participantCount" /></td>
<td><bean:write name="e" property="personCount" /></td>
<td>
<backpath:link action="/admin/event/edit" paramId="id" paramName="e" paramProperty="id">редактировать</backpath:link>
</td>