포인트 모듈에 회원가입시 포인트를 줄 수 있도록 기능 개선

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@2718 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
zero 2007-10-10 04:52:41 +00:00
parent faf518676f
commit 6e3c2b4fb4
10 changed files with 58 additions and 2 deletions

View file

@ -7,6 +7,10 @@
<table cellspacing="0" class="tableType2 gap1">
<col width="200" />
<col />
<tr>
<th>{$lang->point_signup}</th>
<td><input type="text" name="signup_act" value="{$config->signup_act}" class="inputTypeText w100" /></td>
</tr>
<tr>
<th>{$lang->point_insert_document}</th>
<td><input type="text" name="insert_document_act" value="{$config->insert_document_act}" class="inputTypeText w100" /></td>