Cosmetic issues.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12478 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-12-27 07:01:56 +00:00
parent cd4078d396
commit f3df6a7c5a
8 changed files with 34 additions and 13 deletions

View file

@ -129,7 +129,7 @@
<input type="hidden" name="module" value="editor" />
<input type="hidden" name="act" value="procEditorAdminCheckUseListOrder" />
<table class="x_table x_table-striped x_table-hover sortable">
<caption>{$lang->total_count}({$component_count})</caption>
<caption><strong>{$lang->total_count}({$component_count})</strong></caption>
<thead>
<tr>
<th class="nowr">{$lang->cmd_move}</th>
@ -154,10 +154,8 @@
<!--@end-->
</td>
<td>{$xml_info->version}</td>
<td>
<!--@foreach($xml_info->author as $author)-->
<a href="{$author->homepage}" target="_blank">{$author->name}</a>
<!--@endforeach-->
<td class="nowr">
<a href="{$author->homepage}" target="_blank" loop="$xml_info->author => $author">{$author->name}</a>
</td>
<td>{$xml_info->path}</td>
<td><input type="checkbox" name="enables[]" id="enable" value="{$xml_info->component_name}" title="Use this component " <!--@if($xml_info->enabled=='Y')--> checked="checked"<!--@end--> /></td>