#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

@ -42,11 +42,15 @@
<td>{$module_info->diff_cmd}&nbsp;</td>
</tr>
<tr>
<th scope="row"><div>{$lang->description}</div></th>
<th scope="row"><div>{$lang->svn_userid}</div></th>
<td>{$module_info->svn_userid}&nbsp;</td>
</tr>
<tr>
<th scope="row2"><div>{$lang->description}</div></th>
<td>{nl2br(htmlspecialchars($module_info->description))}&nbsp;</td>
</tr>
<tr class="row2">
<th scope="row"><div>{$lang->admin_id}</div></th>
<tr class="row">
<th scope="row2"><div>{$lang->admin_id}</div></th>
<td>{implode(",",$module_info->admin_id)}&nbsp;</td>
</tr>
<tr>