mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-30 16:49:58 +09:00
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:
parent
29ff4bb4c4
commit
d254e6d8ae
7 changed files with 11 additions and 5 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue