git-svn-id: http://xe-core.googlecode.com/svn/trunk@1762 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-06-25 10:42:58 +00:00
parent b7ec12f4c2
commit fca4625a0c
8 changed files with 15 additions and 15 deletions

View file

@ -24,7 +24,7 @@
({$val->widget})
</th>
<td class="tahoma">{$val->version}</td>
<td class="tahoma"><a href="#" onclick="window.open('{$val->author->homepage}')">{$val->author->name}</a></td>
<td class="tahoma blue"><a href="#" onclick="window.open('{$val->author->homepage}')">{$val->author->name}</a></td>
<td class="tahoma">{$val->author->date}</td>
<td class="tahoma left">{$val->path}</td>
<td class="tahoma blue"><a href="#" onclick="popopen('{getUrl('','module','widget','act','dispWidgetGenerateCode','selected_widget',$val->widget)}','widget_code_generate');return false">{$lang->cmd_generate_code}</a></td>