Changeset 1254
- Timestamp:
- 07/01/08 18:51:53
(2 months ago)
- Author:
- kilburn
- Message:
* GUI: Fixed #1352 PHPmyadmin login from control panel not working (thanks Machaven)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1250 |
r1254 |
|
| 1 | 1 | ispCP ω 1.0.0 Changelog |
|---|
| | 2 | |
|---|
| | 3 | 2008-07-01 Marc Pujol |
|---|
| | 4 | - GUI: |
|---|
| | 5 | * Fixed #1352 PHPmyadmin login from control panel not working (thanks Machaven) |
|---|
| 2 | 6 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|---|
| 3 | 7 | |
|---|
| r1248 |
r1254 |
|
| 91 | 91 | <tr> |
|---|
| 92 | 92 | <td height="48" align="left" class="content"> <img src="{THEME_COLOR_PATH}/images/icons/users.gif" width="21" height="21" align="absmiddle"> {DB_USER}</td> |
|---|
| 93 | | <td width="14%" align="left" class="content"> <img src="{THEME_COLOR_PATH}/images/icons/pma.gif" width="16" height="16" border="0" align="absmiddle"> <a href="#" class="link" onclick="return sbmt(document.forms[{COUNT}]);">{TR_PHP_MYADMIN}</a></td> |
|---|
| | 93 | <form method="post" action="../tools/pma/index.php" target="_blank"><input type="hidden" name="pma_username" value="{USER_MYSQL}" /><input type="hidden" name="pma_password" value="{PASS_MYSQL}" /></form> |
|---|
| | 94 | <td width="14%" align="left" class="content"> <img src="{THEME_COLOR_PATH}/images/icons/pma.gif" width="16" height="16" border="0" align="absmiddle"> <a href="#" class="link" onclick="return sbmt(document.forms[{COUNT}]);">{TR_PHP_MYADMIN}</a> |
|---|
| | 95 | </td> |
|---|
| 94 | 96 | <td align="left" class="content"> <img src="{THEME_COLOR_PATH}/images/icons/change_password.png" width="14" height="16" border="0" align="absmiddle"> <a href="sql_change_password.php?id={USER_ID}" class="link">{TR_CHANGE_PASSWORD}</a></td> |
|---|
| 95 | 97 | <td align="left" class="content"> <img src="{THEME_COLOR_PATH}/images/icons/delete.png" width="16" height="16" border="0" align="absmiddle"> <a href="#" class="link" onclick="action_delete('sql_delete_user.php?id={USER_ID}')">{TR_DELETE}</a></td> |
|---|
| … | … | |
| 109 | 111 | </td> |
|---|
| 110 | 112 | </tr> |
|---|
| 111 | | </table><form method="post" action="../tools/pma/index.php" target="_blank"><input type="hidden" name="pma_username" value="{USER_MYSQL}" /><input type="hidden" name="pma_password" value="{PASS_MYSQL}" /></form> |
|---|
| | 113 | </table> |
|---|
| 112 | 114 | </body> |
|---|
| 113 | 115 | </html> |
|---|
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>