Next form task indicator '...' string convention was removed.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12429 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2012-12-18 09:40:05 +00:00
parent b667325c95
commit fa23e7c3ee
21 changed files with 35 additions and 35 deletions

View file

@ -28,7 +28,7 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
{$lang->is_stand_by}
<!--@end-->
({number_format($total_count)})
<span class="x_pull-right"><a href="#listManager" class="x_btn modalAnchor" onclick="getFileList();">{$lang->file_manager}...</a></span>
<span class="x_pull-right"><a href="#listManager" class="x_btn modalAnchor" onclick="getFileList();">{$lang->file_manager}</a></span>
</caption>
<thead>
<tr>
@ -99,7 +99,7 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
</tbody>
</table>
<span class="x_pull-right">
<a href="#listManager" class="x_btn modalAnchor" onclick="getFileList();">{$lang->file_manager}...</a>
<a href="#listManager" class="x_btn modalAnchor" onclick="getFileList();">{$lang->file_manager}</a>
</span>
</form>