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

This commit is contained in:
zero 2007-03-07 08:10:45 +00:00
parent 1ef860de04
commit 648cb8ba52
2 changed files with 15 additions and 10 deletions

View file

@ -31,10 +31,22 @@
<td>{$lang->about_title}</td>
</tr>
<tr>
<th colspan="2">{$lang->menu_management}</th>
<td colspan="2">
<input type="button" value="{$lang->cmd_cancel}" onclick="location.href='{getUrl('act','dispContent')}'" />
<input type="submit" value="{$lang->cmd_registration}" />
</td>
</tr>
</table>
</div>
</form>
<div style="margin-bottom:10px;">
<table border="1" width="100%">
<col width="100" />
<col width="*" />
<tr>
<td colspan="2">{nl2br($lang->about_menu_management)}</td>
<th>{$lang->menu_management}</th>
<td>{nl2br($lang->about_menu_management)}</td>
</tr>
<!--@foreach($info->navigations as $key => $val)-->
<tr>
@ -65,12 +77,5 @@
</td>
</tr>
<!--@end-->
<tr>
<td colspan="2">
<input type="button" value="{$lang->cmd_cancel}" onclick="location.href='{getUrl('act','dispContent')}'" />
<input type="submit" value="{$lang->cmd_registration}" />
</td>
</tr>
</table>
</div>
</form>