mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Issue 1717 fixed. <legend>{$lang->cmd_login}...</legend> It's wrong ellipsis.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10452 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
03c2417ceb
commit
1bd01be49c
12 changed files with 24 additions and 39 deletions
|
|
@ -30,7 +30,7 @@
|
|||
<label for="signup_point">{$lang->point_signup}</label>
|
||||
<br />
|
||||
<input type="text" value="{$config->login_point}" name="login_point" id="login_point" style="width:30px" /> :
|
||||
<label for="login_point">{$lang->cmd_login}...</label>
|
||||
<label for="login_point">{$lang->cmd_login}</label>
|
||||
<br />
|
||||
<input type="text" name="insert_document" value="{$config->insert_document}" id="insert_document" style="width:30px" /> :
|
||||
<label for="insert_document">{$lang->point_insert_document}</label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue