Changeset 1271
- Timestamp:
- 07/12/08 23:07:14
(2 months ago)
- Author:
- kilburn
- Message:
- GUI:
- Fixed #1401: personal_change.php blank page (thanks sci2tech)
- Fixed #1407: admin/manage_users.php does not show left menu (thanks sci2tech)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1270 |
r1271 |
|
| 8 | 8 | * Fixed #1409: admin can not change welcome email (thanks sci2tech) |
|---|
| 9 | 9 | * Fixed #1410: user can not add new protected areas (thanks sci2tech) |
|---|
| | 10 | * Fixed #1401: personal_change.php blank page (thanks sci2tech) |
|---|
| | 11 | * Fixed #1407: admin/manage_users.php does not show left menu (thanks sci2tech) |
|---|
| 10 | 12 | |
|---|
| 11 | 13 | 2008-07-09 Benedikt Heintel |
|---|
| r1263 |
r1271 |
|
| 24 | 24 | |
|---|
| 25 | 25 | $tpl = new pTemplate(); |
|---|
| 26 | | $tpl->define_dynamic('page', Config::get('ADMIN_TEMPLATE_PATH') . '/change_personal.tpl'); |
|---|
| | 26 | $tpl->define_dynamic('page', Config::get('ADMIN_TEMPLATE_PATH') . '/personal_change.tpl'); |
|---|
| 27 | 27 | $tpl->define_dynamic('page_message', 'page'); |
|---|
| 28 | 28 | $tpl->define_dynamic('hosting_plans', 'page'); |
|---|
| r1263 |
r1271 |
|
| 24 | 24 | |
|---|
| 25 | 25 | $tpl = new pTemplate(); |
|---|
| 26 | | $tpl->define_dynamic('page', Config::get('RESELLER_TEMPLATE_PATH') . '/change_personal.tpl'); |
|---|
| | 26 | $tpl->define_dynamic('page', Config::get('RESELLER_TEMPLATE_PATH') . '/personal_change.tpl'); |
|---|
| 27 | 27 | $tpl->define_dynamic('page_message', 'page'); |
|---|
| 28 | 28 | $tpl->define_dynamic('logged_from', 'page'); |
|---|
| r1265 |
r1271 |
|
| 41 | 41 | </tr> |
|---|
| 42 | 42 | <tr> |
|---|
| 43 | | <td valign="top"><form name="client_change_personal_frm" method="post" action="personal_change.php"> |
|---|
| | 43 | <td valign="top"><form name="client_personal_change_frm" method="post" action="personal_change.php"> |
|---|
| 44 | 44 | <table width="100%" cellpadding="5" cellspacing="5"> |
|---|
| 45 | 45 | <!-- BDP: page_message --> |
|---|
|
Download in other formats:
#########################################################################
# Site footer - Contents are automatically inserted after main Trac HTML
?>