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:
devjin 2012-02-20 10:39:48 +00:00
parent bfeb01c021
commit 68b713e623
2 changed files with 3 additions and 3 deletions

View file

@ -109,11 +109,11 @@
<input type="hidden" name="module" value="editor" /> <input type="hidden" name="module" value="editor" />
<input type="hidden" name="act" value="procEditorAdminCheckUseListOrder" /> <input type="hidden" name="act" value="procEditorAdminCheckUseListOrder" />
<fieldset class="section"> <fieldset class="section">
<h2 class="h2">Editor Component</h2> <h2 class="h2">{$lang->editor_component}</h2>
<div class="table even easyList"> <div class="table even easyList">
<table id="sortable_table" class="sortable"width="100%" border="1" cellspacing="0"> <table id="sortable_table" class="sortable"width="100%" border="1" cellspacing="0">
<caption> <caption>
All({$component_count}) {$lang->total_count}({$component_count})
</caption> </caption>
<thead> <thead>
<tr> <tr>

View file

@ -13,7 +13,7 @@
<table width="100%" border="1" cellspacing="0"> <table width="100%" border="1" cellspacing="0">
<tr> <tr>
<th scope="row"><div>{$lang->component_name}</div></th> <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>
<tr> <tr>
<th scope="row"><div>{$lang->component_author}</div></th> <th scope="row"><div>{$lang->component_author}</div></th>