r4213 추가 수정

* Français 셀 폭 설정 추가

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4214 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2008-05-16 15:42:01 +00:00
parent 593741d48a
commit f2d86de0bc
22 changed files with 218 additions and 751 deletions

View file

@ -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>