mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01:41 +09:00
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:
parent
b667325c95
commit
fa23e7c3ee
21 changed files with 35 additions and 35 deletions
|
|
@ -25,7 +25,7 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
|
|||
<caption>
|
||||
{$lang->all} ({number_format($total_count)})
|
||||
<div class="x_pull-right">
|
||||
<a href="#manageForm" class="x_btn modalAnchor" onclick="getDocumentList();">{$lang->document_manager}...</a>
|
||||
<a href="#manageForm" class="x_btn modalAnchor" onclick="getDocumentList();">{$lang->document_manager}</a>
|
||||
</div>
|
||||
</caption>
|
||||
<thead>
|
||||
|
|
@ -54,7 +54,7 @@ xe.lang.msg_empty_search_keyword = '{$lang->msg_empty_search_keyword}';
|
|||
</tbody>
|
||||
</table>
|
||||
<div class="x_pull-right">
|
||||
<a href="#manageForm" class="x_btn modalAnchor" onclick="getDocumentList();">{$lang->document_manager}...</a></span>
|
||||
<a href="#manageForm" class="x_btn modalAnchor" onclick="getDocumentList();">{$lang->document_manager}</a></span>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue