mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-26 22:59:57 +09:00
#17763731 : Added a feature, comment, to wiki
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5842 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b386bd7c44
commit
173955e8f9
19 changed files with 566 additions and 1 deletions
|
|
@ -38,6 +38,16 @@
|
|||
<p>{$lang->about_module_category}</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->use_comment}</div></th>
|
||||
<td>
|
||||
<select name="use_comment">
|
||||
<option value="N" <!--@if($module_info->use_comment=='N')-->selected="selected"<!--@end--> >{$lang->notuse}</option>
|
||||
<option value="Y" <!--@if($module_info->use_comment!='N')-->selected="selected"<!--@end--> >{$lang->use}</option>
|
||||
</select>
|
||||
<p>{$lang->about_use_comment}</p>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<th scope="row"><div>{$lang->browser_title}</div></th>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue