#17588107 : added a feature setting user id and password for svn authentication

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5193 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
haneul 2008-12-29 16:42:27 +00:00
parent ae1081df80
commit c02b420613
10 changed files with 72 additions and 11 deletions

View file

@ -96,6 +96,20 @@
<p>{$lang->about_diff_cmd}</p>
</td>
</tr>
<tr>
<th scope="row"><div>{$lang->svn_userid}</div></th>
<td>
<input type="text" name="svn_userid" value="{$module_info->svn_userid}" class="inputTypeText w300" />
<p>{$lang->about_svn_userid}</p>
</td>
</tr>
<tr class="row2">
<th scope="row"><div>{$lang->svn_passwd}</div></th>
<td>
<input type="password" name="svn_passwd" value="{$module_info->svn_passwd}" class="inputTypeText w300" />
<p>{$lang->about_svn_passwd}</p>
</td>
</tr>
<tr>
<th scope="row"><div>{$lang->description}</div></th>
<td>