17495478 : modified keywords in template file to support multi-language

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5020 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2008-11-28 04:02:48 +00:00
parent 29ff4bb4c4
commit d254e6d8ae
7 changed files with 11 additions and 5 deletions

View file

@ -17,11 +17,11 @@
<thead>
<tr>
<th scope="col"><div><input type="checkbox" onclick="checkboxSelectAll(this.form, 'cart'); return false;" /></div></th>
<th scope="col"><div>등록일자</div></th>
<th scope="col"><div>사이트명</div></th>
<th scope="col"><div>이름</div></th>
<th scope="col" class="wide"><div>내용</div></th>
<th scope="col"><div>삭제</div></th>
<th scope="col"><div>{$lang->regdate}</div></th>
<th scope="col"><div>{$lang->site_name}</div></th>
<th scope="col"><div>{$lang->nick_name}</div></th>
<th scope="col" class="wide"><div>{$lang->content}</div></th>
<th scope="col"><div>{$lang->cmd_delete}</div></th>
</tr>
</thead>
<tbody>