Changeset 1300:025543f6dbbc

Show
Ignore:
Timestamp:
06/24/10 14:39:26 (3 years ago)
Author:
Thomas Gambet <tgambet@…>
Branch:
default
Message:

removed comments

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • WebContent/WEB-INF/resources/templates/language.vm

    r1299 r1300  
    7171                        #foreach($key in $defaultProps.keySet()) 
    7272                                <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> 
    7474                                        #foreach($locale in $uiLocales) 
    7575                                        #if ($locale != $defaultLocale) 
     
    8787                        #foreach($key in $defaultMetadata.keySet()) 
    8888                                <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> 
    9090                                        #foreach($locale in $uiLocales) 
    9191                                        #if ($locale != $defaultLocale)