mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
Issue 2174 fixed. Layout list button added.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.3.2@11049 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
56c7a45e1e
commit
20ff3d4c16
2 changed files with 4 additions and 3 deletions
|
|
@ -1,10 +1,8 @@
|
|||
<include target="header.html" />
|
||||
<load target="js/adminList.js" usecdn="true" />
|
||||
|
||||
<script>
|
||||
xe.lang.confirm_delete = '{$lang->confirm_delete}';
|
||||
</script>
|
||||
|
||||
<h2 class="h2">{$layout_info->title} ver {$layout_info->version} ({$layout_info->layout})</h2>
|
||||
<div class="table even easyList">
|
||||
<table width="100%" border="1" cellspacing="0">
|
||||
|
|
@ -32,7 +30,6 @@
|
|||
<input type="hidden" name="module" value="layout" />
|
||||
<input type="hidden" name="act" value="procLayoutAdminDelete" />
|
||||
<input type="hidden" name="layout_srl" value="{$layout->layout_srl}" />
|
||||
|
||||
<input class="text" type="submit" value="{$lang->cmd_delete}" />
|
||||
</form>
|
||||
</td>
|
||||
|
|
|
|||
|
|
@ -164,6 +164,10 @@
|
|||
</ul>
|
||||
|
||||
<div class="btnArea">
|
||||
<span class="etc">
|
||||
<span class="btn"><a href="{getUrl('', 'module', 'admin', 'act', 'dispLayoutAdminAllInstanceList')}">{$lang->instance_layout} {$lang->cmd_list}</a></span>
|
||||
<span class="btn"><a href="{getUrl('', 'module', 'admin', 'act', 'dispLayoutAdminInstanceList', 'layout', $layout)}">{$selected_layout->title} ver {$selected_layout->version}({$selected_layout->layout}) {$lang->cmd_list}</a></span>
|
||||
</span>
|
||||
<span class="btn medium">
|
||||
<input type="submit" value="{$lang->cmd_insert}"|cond="$act == 'dispLayoutAdminInsert'" value="{$lang->cmd_save}"|cond="$act == 'dispLayoutAdminModify'" onclick="doSubmitConfig()"/>
|
||||
</span>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue