mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 15:22:15 +09:00
issue 1406 applied patch (by misol)
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10138 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
bfeb01c021
commit
68b713e623
2 changed files with 3 additions and 3 deletions
|
|
@ -109,11 +109,11 @@
|
|||
<input type="hidden" name="module" value="editor" />
|
||||
<input type="hidden" name="act" value="procEditorAdminCheckUseListOrder" />
|
||||
<fieldset class="section">
|
||||
<h2 class="h2">Editor Component</h2>
|
||||
<h2 class="h2">{$lang->editor_component}</h2>
|
||||
<div class="table even easyList">
|
||||
<table id="sortable_table" class="sortable"width="100%" border="1" cellspacing="0">
|
||||
<caption>
|
||||
All({$component_count})
|
||||
{$lang->total_count}({$component_count})
|
||||
</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
<table width="100%" border="1" cellspacing="0">
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->component_name}</div></th>
|
||||
<td>{$component->component_name} ver. {$component->version}</td>
|
||||
<td>{$component->title}({$component->component_name}) ver. {$component->version}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->component_author}</div></th>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue