mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 12:32:14 +09:00
#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:
parent
ae1081df80
commit
c02b420613
10 changed files with 72 additions and 11 deletions
|
|
@ -42,11 +42,15 @@
|
|||
<td>{$module_info->diff_cmd} </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} </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row2"><div>{$lang->description}</div></th>
|
||||
<td>{nl2br(htmlspecialchars($module_info->description))} </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)} </td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue