mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
issue 279 : When importer admin page is loaded, 'show sync member' option is not displayed.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9632 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
20110e7027
commit
e6a7e15991
2 changed files with 19 additions and 14 deletions
|
|
@ -62,7 +62,7 @@
|
|||
<p class="q">{$lang->about_ttxml_user_id}</p>
|
||||
<p class="a"><input type="text" name="user_id" value="{$logged_info->user_id}" /></p>
|
||||
</li>
|
||||
<li>
|
||||
<li class="syncmember">
|
||||
<p class="q">{$lang->import_step_desc[3]}</p>
|
||||
<p class="a"><input type="checkbox" name="isSync" value="Y" /> {$lang->type_syncmember}</p>
|
||||
</li>
|
||||
|
|
@ -85,7 +85,7 @@
|
|||
<em class="desc success">{$lang->msg_exist_xml_file}</em>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<li class="syncmember">
|
||||
<p class="q">{$lang->import_step_desc[3]}</p>
|
||||
<p class="a"><input type="checkbox" name="isSync" value="Y" /> {$lang->type_syncmember}</p>
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue