mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
r4213 추가 수정
* Français 셀 폭 설정 추가 git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4214 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
593741d48a
commit
f2d86de0bc
22 changed files with 218 additions and 751 deletions
|
|
@ -13,7 +13,6 @@
|
|||
|
||||
<!-- 목록 -->
|
||||
<table cellspacing="0" class="adminTable">
|
||||
<thead>
|
||||
<!--@if($lang_type == 'ko')-->
|
||||
{@ $col_width = array(50,40,0,150,55,55,65)}
|
||||
<!--@else if($lang_type == 'en')-->
|
||||
|
|
@ -26,11 +25,14 @@
|
|||
{@ $col_width = array(50,40,0,150,55,110,75)}
|
||||
<!--@else if($lang_type == 'ru')-->
|
||||
{@ $col_width = array(50,40,0,150,50,60,65)}
|
||||
<!--@else if($lang_type == 'fr')-->
|
||||
{@ $col_width = array(50,40,0,150,45,105,65)}
|
||||
<!--@end-->
|
||||
|
||||
<!--@foreach($col_width as $width)-->
|
||||
<col <!--@if($width)-->width="{$width}" <!--@end-->/>
|
||||
<!--@end-->
|
||||
<thead>
|
||||
<tr>
|
||||
<th scope="col">{$lang->no}</th>
|
||||
<th scope="col"><input type="checkbox" onclick="clickCheckBoxAll(this.form, 'cart'); return false;" /></th>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue