Changeset 1179
- Timestamp:
- 05/29/08 18:31:20
(6 months ago)
- Author:
- rats
- Message:
* Fixed #1314: in admin|reseller/lostpassword.php the variable {BASE_SERVER_VHOST} is not listed in the legend
* Fixed #1315: tiny fix for whitespace in backup.php|.tpl
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1176 |
r1179 |
|
| 1 | 1 | ispCP ω 1.0.0 Changelog |
|---|
| 2 | 2 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|---|
| | 3 | |
|---|
| | 4 | 2008-05-29 Benedikt Heintel |
|---|
| | 5 | - GUI: |
|---|
| | 6 | * Fixed #1313: valid HTML fixes; updated german translation; added translation string "Hosting plans available for" |
|---|
| | 7 | * Fixed #1314: in admin|reseller/lostpassword.php the variable {BASE_SERVER_VHOST} is not listed in the legend |
|---|
| | 8 | * Fixed #1315: tiny fix for whitespace in backup.php|.tpl |
|---|
| 3 | 9 | |
|---|
| 4 | 10 | 2008-05-28 Benedikt Heintel |
|---|
| r1014 |
r1179 |
|
| 88 | 88 | 'TR_SENDER_NAME' => tr('Senders name'), |
|---|
| 89 | 89 | 'TR_APPLY_CHANGES' => tr('Apply changes'), |
|---|
| | 90 | 'TR_USERTYPE' => tr('Benutzertyp (admin, reseller, user)'), |
|---|
| | 91 | 'TR_BASE_SERVER_VHOST' => tr('URL to this admin panel'), |
|---|
| 90 | 92 | 'SUBJECT_VALUE' => $data['subject'], |
|---|
| 91 | 93 | 'MESSAGE_VALUE' => $data['message'], |
|---|
| r1014 |
r1179 |
|
| 105 | 105 | 'TR_SENDER_EMAIL' => tr('Senders email'), |
|---|
| 106 | 106 | 'TR_SENDER_NAME' => tr('Senders name'), |
|---|
| 107 | | 'TR_APPLY_CHANGES' => tr('Apply changes') |
|---|
| | 107 | 'TR_APPLY_CHANGES' => tr('Apply changes'), |
|---|
| | 108 | 'TR_BASE_SERVER_VHOST' => tr('URL to this admin panel') |
|---|
| 108 | 109 | ) |
|---|
| 109 | 110 | ); |
|---|
| r1175 |
r1179 |
|
| 109 | 109 | 'TR_SWITCH_TO_BACKUP' => tr('Switch to backups/ directory'), |
|---|
| 110 | 110 | 'TR_DOWNLOAD_FILE' => tr('Download the files stored in this directory'), |
|---|
| 111 | | 'TR_USUALY_NAMED' => tr('(usually named ') . $name . ')', |
|---|
| | 111 | 'TR_USUALY_NAMED' => tr('(usually named') . ' ' . $name . ')', |
|---|
| 112 | 112 | 'TR_RESTORE_BACKUP' => tr('Restore backup'), |
|---|
| 113 | 113 | 'TR_RESTORE_DIRECTIONS' => tr('Click the Restore button and the system will restore the last daily backup'), |
|---|
| r1014 |
r1179 |
|
| 66 | 66 | gen_logged_from($tpl); |
|---|
| 67 | 67 | |
|---|
| 68 | | $tpl->assign(array('TR_EMAIL_SETUP' => tr('Email setup'), |
|---|
| | 68 | $tpl->assign( |
|---|
| | 69 | array( |
|---|
| | 70 | 'TR_EMAIL_SETUP' => tr('Email setup'), |
|---|
| 69 | 71 | 'TR_MESSAGE_TEMPLATE_INFO' => tr('Message template info'), |
|---|
| 70 | 72 | 'TR_USER_LOGIN_NAME' => tr('User login (system) name'), |
|---|
| … | … | |
| 77 | 79 | 'TR_SENDER_NAME' => tr('Senders name'), |
|---|
| 78 | 80 | 'TR_APPLY_CHANGES' => tr('Apply changes'), |
|---|
| | 81 | 'TR_USERTYPE' => tr('Benutzertyp (admin, reseller, user)'), |
|---|
| | 82 | 'TR_BASE_SERVER_VHOST' => tr('URL to this admin panel'), |
|---|
| 79 | 83 | 'SUBJECT_VALUE' => $data['subject'], |
|---|
| 80 | 84 | 'MESSAGE_VALUE' => $data['message'], |
|---|
| 81 | 85 | 'SENDER_EMAIL_VALUE' => $data['sender_email'], |
|---|
| 82 | | 'SENDER_NAME_VALUE' => $data['sender_name'])); |
|---|
| | 86 | 'SENDER_NAME_VALUE' => $data['sender_name'] |
|---|
| | 87 | ) |
|---|
| | 88 | ); |
|---|
| 83 | 89 | |
|---|
| 84 | 90 | gen_page_message($tpl); |
|---|
| r1014 |
r1179 |
|
| 1 | 1 | <?php |
|---|
| 2 | | /** |
|---|
| 3 | 2 | /** |
|---|
| 4 | 3 | * ispCP ω (OMEGA) a Virtual Hosting Control System |
|---|
| … | … | |
| 28 | 27 | $tpl->define_dynamic('page_message', 'page'); |
|---|
| 29 | 28 | $tpl->define_dynamic('logged_from', 'page'); |
|---|
| | 29 | $tpl->define_dynamic('custom_buttons', 'page'); |
|---|
| 30 | 30 | |
|---|
| 31 | 31 | $theme_color = $cfg['USER_INITIAL_THEME']; |
|---|
| … | … | |
| 106 | 106 | 'TR_SENDER_EMAIL' => tr('Senders email'), |
|---|
| 107 | 107 | 'TR_SENDER_NAME' => tr('Senders name'), |
|---|
| 108 | | 'TR_APPLY_CHANGES' => tr('Apply changes') |
|---|
| | 108 | 'TR_APPLY_CHANGES' => tr('Apply changes'), |
|---|
| | 109 | 'TR_BASE_SERVER_VHOST' => tr('URL to this admin panel') |
|---|
| 109 | 110 | ) |
|---|
| 110 | 111 | ); |
|---|
| r1172 |
r1179 |
|
| 56 | 56 | <td class="content">{NAME}</td> |
|---|
| 57 | 57 | </tr> |
|---|
| | 58 | <tr> |
|---|
| | 59 | <td width="25"> </td> |
|---|
| | 60 | <td class="content2">{TR_USERTYPE}</td> |
|---|
| | 61 | <td class="content">{USERTYPE}</td> |
|---|
| | 62 | </tr> |
|---|
| | 63 | <tr> |
|---|
| | 64 | <td width="25"> </td> |
|---|
| | 65 | <td class="content2">{TR_BASE_SERVER_VHOST}</td> |
|---|
| | 66 | <td class="content">{BASE_SERVER_VHOST}</td> |
|---|
| | 67 | </tr> |
|---|
| 58 | 68 | </table> |
|---|
| 59 | 69 | <br> |
|---|
| r1172 |
r1179 |
|
| 73 | 73 | <td class="content">{NAME}</td> |
|---|
| 74 | 74 | </tr> |
|---|
| | 75 | <tr> |
|---|
| | 76 | <td width="25"> </td> |
|---|
| | 77 | <td class="content2">{TR_BASE_SERVER_VHOST}</td> |
|---|
| | 78 | <td class="content">{BASE_SERVER_VHOST}</td> |
|---|
| | 79 | <td class="content2">{TR_BASE_SERVER_VHOST}</td> |
|---|
| | 80 | <td class="content">{BASE_SERVER_VHOST}</td> |
|---|
| | 81 | </tr> |
|---|
| 75 | 82 | </table> |
|---|
| 76 | 83 | <br> |
|---|
| r1172 |
r1179 |
|
| 58 | 58 | <li>{TR_FTP_LOG_ON}</li> |
|---|
| 59 | 59 | <li>{TR_SWITCH_TO_BACKUP}</li> |
|---|
| 60 | | <li>{TR_DOWNLOAD_FILE}<br /> |
|---|
| 61 | | {TR_USUALY_NAMED}</li> |
|---|
| | 60 | <li>{TR_DOWNLOAD_FILE}<br />{TR_USUALY_NAMED}</li> |
|---|
| 62 | 61 | </ol></td> |
|---|
| 63 | 62 | </tr> |
|---|
| r1172 |
r1179 |
|
| 77 | 77 | <td class="content">{NAME}</td> |
|---|
| 78 | 78 | </tr> |
|---|
| | 79 | <tr> |
|---|
| | 80 | <td width="25"> </td> |
|---|
| | 81 | <td class="content2">{TR_USERTYPE}</td> |
|---|
| | 82 | <td class="content">{USERTYPE}</td> |
|---|
| | 83 | </tr> |
|---|
| | 84 | <tr> |
|---|
| | 85 | <td width="25"> </td> |
|---|
| | 86 | <td class="content2">{TR_BASE_SERVER_VHOST}</td> |
|---|
| | 87 | <td class="content">{BASE_SERVER_VHOST}</td> |
|---|
| | 88 | </tr> |
|---|
| 79 | 89 | </table> |
|---|
| 80 | 90 | <br> |
|---|
| r1172 |
r1179 |
|
| 73 | 73 | <td class="content">{NAME}</td> |
|---|
| 74 | 74 | </tr> |
|---|
| | 75 | <tr> |
|---|
| | 76 | <td width="25"> </td> |
|---|
| | 77 | <td class="content2">{TR_BASE_SERVER_VHOST}</td> |
|---|
| | 78 | <td class="content">{BASE_SERVER_VHOST}</td> |
|---|
| | 79 | <td class="content2">{TR_BASE_SERVER_VHOST}</td> |
|---|
| | 80 | <td class="content">{BASE_SERVER_VHOST}</td> |
|---|
| | 81 | </tr> |
|---|
| 75 | 82 | </table> |
|---|
| 76 | 83 | <br> |
|---|
|