mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-06 18:21:39 +09:00
Cosmetic issues.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12556 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1add50bc89
commit
04206e9b86
16 changed files with 101 additions and 94 deletions
|
|
@ -9,11 +9,11 @@
|
|||
</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">{$lang->layout_name}</th>
|
||||
<th scope="col">{$lang->version}</th>
|
||||
<th scope="col">{$lang->author}</th>
|
||||
<th scope="col">{$lang->path}</th>
|
||||
<th scope="col">{$lang->cmd_delete}</th>
|
||||
<th scope="col" class="nowr">{$lang->layout_name}</th>
|
||||
<th scope="col" class="nowr">{$lang->version}</th>
|
||||
<th scope="col" class="nowr">{$lang->author}</th>
|
||||
<th scope="col" class="nowr">{$lang->path}</th>
|
||||
<th scope="col" class="nowr">{$lang->cmd_delete}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
</block>
|
||||
</td>
|
||||
<td>{$layout->path}</td>
|
||||
<td><a cond="$layout->remove_url" class="x_btn x_btn-link" href="{$layout->remove_url}&return_url={urlencode(getRequestUriByServerEnviroment())}">{$lang->cmd_delete}</a></td>
|
||||
<td class="nowr"><a cond="$layout->remove_url" class="x_btn x_btn-link" href="{$layout->remove_url}&return_url={urlencode(getRequestUriByServerEnviroment())}">{$lang->cmd_delete}</a></td>
|
||||
</block>
|
||||
<block cond="!$layout->title">
|
||||
<td class="title">
|
||||
|
|
@ -46,7 +46,7 @@
|
|||
<td>-</td>
|
||||
<td>-</td>
|
||||
<td>{$layout->path}</td>
|
||||
<td><a cond="$layout->remove_url" class="x_btn x_btn-link" href="{$layout->remove_url}&return_url={urlencodegetRequestUriByServerEnviroment()}">{$lang->cmd_delete}</a></td>
|
||||
<td class="nowr"><a cond="$layout->remove_url" class="x_btn x_btn-link" href="{$layout->remove_url}&return_url={urlencodegetRequestUriByServerEnviroment()}">{$lang->cmd_delete}</a></td>
|
||||
</block>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
|
|||
|
|
@ -7,14 +7,14 @@
|
|||
<table class="x_table x_table-striped x_table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">{$lang->number}</th>
|
||||
<th scope="col">{$lang->layout_name}</th>
|
||||
<th scope="col">{$lang->title}</th>
|
||||
<th scope="col">{$lang->regdate}</th>
|
||||
<th scope="col">{$lang->cmd_layout_management}</th>
|
||||
<th scope="col">{$lang->cmd_layout_edit}</th>
|
||||
<th scope="col">{$lang->cmd_copy}</th>
|
||||
<th scope="col">{$lang->cmd_delete}</th>
|
||||
<th scope="col" class="nowr">{$lang->number}</th>
|
||||
<th scope="col" class="nowr">{$lang->layout_name}</th>
|
||||
<th scope="col" class="nowr">{$lang->title}</th>
|
||||
<th scope="col" class="nowr">{$lang->regdate}</th>
|
||||
<th scope="col" class="nowr">{$lang->cmd_setup}</th>
|
||||
<th scope="col" class="nowr">{$lang->cmd_edit}</th>
|
||||
<th scope="col" class="nowr">{$lang->cmd_copy}</th>
|
||||
<th scope="col" class="nowr">{$lang->cmd_delete}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
|
@ -27,8 +27,8 @@
|
|||
<td rowspan="{count($layout)}" cond="$no === 0" >{$layout_name}</td>
|
||||
<td>{$item->title}</td>
|
||||
<td>{zdate($item->regdate, "Y-m-d")}</td>
|
||||
<td><a href="{getUrl('act', 'dispLayoutAdminModify', 'layout_srl', $item->layout_srl)}">{$lang->cmd_layout_management}</a></td>
|
||||
<td><a href="{getUrl('act', 'dispLayoutAdminEdit', 'layout_srl', $item->layout_srl)}">{$lang->cmd_layout_edit}</a></td>
|
||||
<td><a href="{getUrl('act', 'dispLayoutAdminModify', 'layout_srl', $item->layout_srl)}">{$lang->cmd_setup}</a></td>
|
||||
<td><a href="{getUrl('act', 'dispLayoutAdminEdit', 'layout_srl', $item->layout_srl)}">{$lang->cmd_edit}</a></td>
|
||||
<td><a href="{getUrl('', 'module', 'layout', 'act', 'dispLayoutAdminCopyLayout', 'layout_srl', $item->layout_srl)}" onclick="popopen(this.href);return false;" title="{$lang->cmd_copy}">{$lang->cmd_copy}</a></td>
|
||||
<td>
|
||||
<form cond="count($layout) > 1" class="layout_delete_form" ruleset="deleteLayout" action="./" method="post">
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ xe.lang.confirm_delete = '{$lang->confirm_delete}';
|
|||
</script>
|
||||
<div cond="$layout_info->layout != 'faceoff'" class="x_clearfix">
|
||||
<div class="x_btn-group x_pull-right">
|
||||
<a href="#insertLayout" class="x_btn modalAnchor">{$lang->cmd_insert}…</a>
|
||||
<a href="#insertLayout" class="x_btn modalAnchor">{$lang->cmd_insert}</a>
|
||||
</div>
|
||||
</div>
|
||||
{@ $isDeletable = count($layout_list) > 1 ? TRUE : FALSE}
|
||||
|
|
@ -13,10 +13,10 @@ xe.lang.confirm_delete = '{$lang->confirm_delete}';
|
|||
<thead>
|
||||
<tr>
|
||||
<th scope="col" class="nowr">{$lang->no}</th>
|
||||
<th scope="col" class="title">{$lang->title}</th>
|
||||
<th scope="col" class="nowr">{$lang->title}</th>
|
||||
<th scope="col" class="nowr">{$lang->regdate}</th>
|
||||
<th scope="col" class="nowr">{$lang->cmd_layout_management}</th>
|
||||
<th scope="col" class="nowr">{$lang->cmd_layout_edit}</th>
|
||||
<th scope="col" class="nowr">{$lang->cmd_setup}</th>
|
||||
<th scope="col" class="nowr">{$lang->cmd_edit}</th>
|
||||
<th scope="col" class="nowr">{$lang->cmd_copy}</th>
|
||||
<th scope="col" class="nowr">{$lang->cmd_delete}</th>
|
||||
</tr>
|
||||
|
|
@ -26,8 +26,8 @@ xe.lang.confirm_delete = '{$lang->confirm_delete}';
|
|||
<td class="nowr">{$no+1}</td>
|
||||
<td class="title">{$layout->title}</td>
|
||||
<td class="nowr">{zdate($layout->regdate, "Y-m-d")}</td>
|
||||
<td class="nowr"><a href="{getUrl('act', 'dispLayoutAdminModify', 'layout_srl', $layout->layout_srl)}">{$lang->cmd_layout_management}</a></td>
|
||||
<td class="nowr"><a href="{getUrl('act', 'dispLayoutAdminEdit', 'layout_srl', $layout->layout_srl)}">{$lang->cmd_layout_edit}</a></td>
|
||||
<td class="nowr"><a href="{getUrl('act', 'dispLayoutAdminModify', 'layout_srl', $layout->layout_srl)}">{$lang->cmd_setup}</a></td>
|
||||
<td class="nowr"><a href="{getUrl('act', 'dispLayoutAdminEdit', 'layout_srl', $layout->layout_srl)}">{$lang->cmd_edit}</a></td>
|
||||
<td class="nowr"><a href="{getUrl('', 'module', 'layout', 'act', 'dispLayoutAdminCopyLayout', 'layout_srl', $layout->layout_srl)}" onclick="popopen(this.href);return false;" title="{$lang->cmd_copy}">{$lang->cmd_copy}</a></td>
|
||||
<td class="nowr">
|
||||
<form cond="$isDeletable" class="layout_delete_form" ruleset="deleteLayout" action="./" method="post">
|
||||
|
|
@ -42,7 +42,7 @@ xe.lang.confirm_delete = '{$lang->confirm_delete}';
|
|||
</table>
|
||||
<div cond="$layout_info->layout != 'faceoff'" class="x_clearfix">
|
||||
<div class="x_btn-group x_pull-right">
|
||||
<a href="#insertLayout" class="x_btn modalAnchor">{$lang->cmd_insert}…</a>
|
||||
<a href="#insertLayout" class="x_btn modalAnchor">{$lang->cmd_insert}</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue