Changeset aa041306d3f06b2a81778b502260d0ccff630da0
- Timestamp:
- 01/29/07 11:04:29
(2 years ago)
- Author:
- Christopher Jung <bktheg@web.de>
- git-committer:
- Christopher Jung <bktheg@web.de> 1170065069 +0100
- git-parent:
[29704f456ade40f18c5d6140338e7dd3a27f3024]
- git-author:
- Christopher Jung <bktheg@web.de> 1170065069 +0100
- Message:
Mengenangaben sind ueberfluessig, wenn ein Objekt die Menge 1 hat
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rd0f8c79 |
raa04130 |
|
| 79 | 79 | <tr> |
|---|
| 80 | 80 | <td class="noBorderX" valign="middle" align="center"> |
|---|
| 81 | | {if entry.count} |
|---|
| | 81 | {if entry.count > 1} |
|---|
| 82 | 82 | <span style="font-size:12px">{entry.count}x</span> |
|---|
| 83 | 83 | {/endif} |
|---|
| … | … | |
| 135 | 135 | <td class="noBorderX" align="center" valign="middle"> |
|---|
| 136 | 136 | <span class="nobr"> |
|---|
| 137 | | {if entry.count} |
|---|
| | 137 | {if entry.count > 1} |
|---|
| 138 | 138 | <span style="font-size:12px">{entry.count}x</span> |
|---|
| 139 | 139 | {/endif} |
|---|