mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-20 11:49:56 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1762 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b7ec12f4c2
commit
fca4625a0c
8 changed files with 15 additions and 15 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue