Remove duplicated tfoot content.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12428 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-12-18 09:33:20 +00:00
parent 62ecd4ad43
commit b667325c95
12 changed files with 10 additions and 137 deletions

View file

@ -33,17 +33,6 @@ xe.lang.confirm_poll_delete = '{$lang->confirm_poll_delete}';
<th scope="col"><input type="checkbox" title="Check All" /></th>
</tr>
</thead>
<tfoot>
<tr>
<th scope="col" class="text">{$lang->title}</th>
<th scope="col" class="nowr">{$lang->poll_checkcount}</th>
<th scope="col" class="nowr">{$lang->poll_join_count}</th>
<th scope="col" class="nowr">{$lang->author}</th>
<th scope="col" class="nowr">{$lang->regdate}</th>
<th scope="col" class="nowr">{$lang->poll_stop_date}</th>
<th scope="col"><input type="checkbox" title="Check All" /></th>
</tr>
</tfoot>
<tbody>
<tr loop="$poll_list => $no,$val">
<td class="title"><a href="<!--@if($val->document_srl)-->{getUrl('')}?document_srl={$val->document_srl}<!--@end--><!--@if($val->comment_srl)-->#comment_{$val->comment_srl}<!--@end-->" target="_blank">{$val->title}</a></td>