Changeset 1300:025543f6dbbc
- Timestamp:
- 06/24/10 14:39:26 (3 years ago)
- Author:
- Thomas Gambet <tgambet@…>
- Branch:
- default
- Message:
-
removed comments
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r1299
|
r1300
|
|
| 71 | 71 | #foreach($key in $defaultProps.keySet()) |
| 72 | 72 | <tr> |
| 73 | | <th class="property_name" scope="row" title="$esc.xml($defaultProps.get($key))">$key <!--<p>$esc.xml($defaultProps.get($key))</p>--></th> |
| | 73 | <th class="property_name" scope="row" title="$esc.xml($defaultProps.get($key))">$key</th> |
| 74 | 74 | #foreach($locale in $uiLocales) |
| 75 | 75 | #if ($locale != $defaultLocale) |
| … |
… |
|
| 87 | 87 | #foreach($key in $defaultMetadata.keySet()) |
| 88 | 88 | <tr> |
| 89 | | <th class="property_name" scope="row" title="$esc.xml($defaultMetadata.get($key))">$key <!--<p>$esc.xml($defaultMetadata.get($key))</p>--></th> |
| | 89 | <th class="property_name" scope="row" title="$esc.xml($defaultMetadata.get($key))">$key</th> |
| 90 | 90 | #foreach($locale in $uiLocales) |
| 91 | 91 | #if ($locale != $defaultLocale) |