Subversion Repositories WebE

Compare Revisions

Last modification

Ignore whitespace Rev 27 → Rev 26

/trunk/WebContent/admin/relTypeList.jsp
13,8 → 13,8
</s:if>
<table>
<tr>
<th>Bezeichnung A =&lt; B</th>
<th>Bezeichnung B =&lt; A</th>
<th>Bezeichnung nach A</th>
<th>Bezeichnung nach B</th>
</tr>
<s:iterator value="relTypeList" status="stat">
<tr>
22,10 → 22,10
<td><s:property value="nameTo" /></td>
<td><s:url id="editURL" action="editRelType">
<s:param name="id" value="%{relationshipId}"></s:param>
<s:param name="id" value="%{id}"></s:param>
</s:url> <s:a href="%{editURL}">&Auml;ndern</s:a></td>
<td><s:url id="deleteURL" action="deleteRelType">
<s:param name="id" value="%{relationshipId}"></s:param>
<s:param name="id" value="%{id}"></s:param>
</s:url> <s:a href="%{deleteURL}">L&ouml;schen</s:a></td>
</tr>
</s:iterator>