Legend:
- Unmodified
- Added
- Removed
-
WebContent/WEB-INF/resources/templates/language.vm
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)
