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

This commit is contained in:
zero 2007-03-13 07:31:58 +00:00
parent 3890c0c97c
commit f3574368ce
2 changed files with 12 additions and 4 deletions

View file

@ -41,7 +41,11 @@
</span>
</td>
<td>{$val->path}</td>
<td rowspan="2"><a href="#" onclick="doAddShortCut('{$val->module}');return false;">{$lang->cmd_add_shortcut}</a></td>
<td rowspan="2">
<!--@if(!$shortcut_list[$val->module] && $val->admin_index_act )-->
<a href="#" onclick="doAddShortCut('{$val->module}');return false;">{$lang->cmd_add_shortcut}</a>
<!--@end-->
</td>
</tr>
<tr>
<td colspan="5">
@ -50,4 +54,3 @@
</tr>
<!--@end-->
</table>