mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-04 09:32:15 +09:00
Page module UI cleaning.
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12297 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
8d9089e602
commit
c3caa2d278
10 changed files with 94 additions and 151 deletions
|
|
@ -5,8 +5,9 @@
|
|||
<div class="x_page-header">
|
||||
<h1>
|
||||
{$lang->installed_layout}
|
||||
<span cond="$layout_info" style="font-size:14px">> {$layout_info->title} v{$layout_info->version}({$layout_info->layout})</span>
|
||||
<span cond="$selected_layout" style="font-size:14px">> {$selected_layout->title} v{$selected_layout->version}({$selected_layout->layout})</span>
|
||||
<span cond="$layout_info" class="path" title="{$layout_info->layout}">> {$layout_info->title} v{$layout_info->version}</span>
|
||||
<span cond="$selected_layout" class="path" title="{$selected_layout->layout}">> {$selected_layout->title} v{$selected_layout->version}</span>
|
||||
<span cond="$selected_layout" class="path">> {$selected_layout->layout_title}</span>
|
||||
</h1>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue