Dotclear

Changeset 960:78e85c7b9907


Ignore:
Timestamp:
11/05/12 16:33:44 (13 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
default
Message:

Display translated name and desc of plugins

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/plugins.php

    r938 r960  
    268268          '<td class="minimal nowrap"><strong>'.html::escapeHTML($k).'</strong></td>'. 
    269269          '<td class="minimal">'.html::escapeHTML($v['version']).'</td>'. 
    270           '<td class="maximal'.($is_distrib ? ' distrib' : '').'"><strong>'.html::escapeHTML($v['name']).'</strong> '. 
    271           '<br />'.html::escapeHTML($v['desc']).($is_distrib ? ' '.$distrib_img : '').'</td>'. 
     270          '<td class="maximal'.($is_distrib ? ' distrib' : '').'"><strong>'.html::escapeHTML(__($v['name'])).'</strong> '. 
     271          '<br />'.html::escapeHTML(__($v['desc'])).($is_distrib ? ' '.$distrib_img : '').'</td>'. 
    272272          '<td class="nowrap action">'; 
    273273           
Note: See TracChangeset for help on using the changeset viewer.

Sites map