Changeset 1017
- Timestamp:
- 02/24/08 20:41:01
(9 months ago)
- Author:
- joximu
- Message:
some smaller fixes
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r1016 |
r1017 |
|
| 1 | 1 | ispCP ω 1.0.0 Changelog |
|---|
| 2 | 2 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|---|
| | 3 | |
|---|
| | 4 | 2008-02-19 Christian Hernmarck |
|---|
| | 5 | - GUI: |
|---|
| | 6 | * Some small fixes: domain_statistics & some "remove this" messages |
|---|
| 3 | 7 | |
|---|
| 4 | 8 | 2008-02-24 Benedikt Heintel |
|---|
| r1014 |
r1017 |
|
| 352 | 352 | 'TR_EDIT' => tr('Edit'), |
|---|
| 353 | 353 | 'TR_DELETE' => tr('Delete'), |
|---|
| 354 | | 'TR_MESSAGE_DELETE' => tr('Are you sure you want to delete'), |
|---|
| | 354 | 'TR_MESSAGE_DELETE' => tr('Are you sure you want to delete', true), |
|---|
| 355 | 355 | ) |
|---|
| 356 | 356 | ); |
|---|
| r1014 |
r1017 |
|
| 65 | 65 | $tpl->assign( |
|---|
| 66 | 66 | array('TR_CRON_MANAGER' => tr('Cronjob Manager'), |
|---|
| 67 | | 'TR_MESSAGE_DELETE' => tr('Are you sure you want to delete'), |
|---|
| | 67 | 'TR_MESSAGE_DELETE' => tr('Are you sure you want to delete', true), |
|---|
| 68 | 68 | 'TR_CRONJOBS' => tr('Cronjobs'), |
|---|
| 69 | 69 | 'TR_ACTIVE' => tr('Active'), |
|---|
| r1015 |
r1017 |
|
| 388 | 388 | 'TR_TOTAL_MAIL_ACCOUNTS' => tr('Mails total'), |
|---|
| 389 | 389 | 'TR_DELETE' => tr('Delete'), |
|---|
| 390 | | 'TR_MESSAGE_DELETE' => tr('Are you sure you want to delete %s', true, $dmn_name), |
|---|
| | 390 | 'TR_MESSAGE_DELETE' => tr('Are you sure you want to delete', true), |
|---|
| 391 | 391 | ) |
|---|
| 392 | 392 | ); |
|---|
| r1014 |
r1017 |
|
| 158 | 158 | 'TR_EDIT' => tr('Edit'), |
|---|
| 159 | 159 | 'TR_DELETE' => tr('Delete'), |
|---|
| 160 | | 'TR_MESSAGE_DELETE' => tr('Are you sure you want to delete'), |
|---|
| | 160 | 'TR_MESSAGE_DELETE' => tr('Are you sure you want to delete', true), |
|---|
| 161 | 161 | ) |
|---|
| 162 | 162 | ); |
|---|
| r1014 |
r1017 |
|
| 222 | 222 | 'TR_SUB_STATUS' => tr('Status'), |
|---|
| 223 | 223 | 'TR_SUB_ACTION' => tr('Actions'), |
|---|
| 224 | | 'TR_MESSAGE_DELETE' => tr('Are you sure you want to delete') |
|---|
| | 224 | 'TR_MESSAGE_DELETE' => tr('Are you sure you want to delete', true) |
|---|
| 225 | 225 | ) |
|---|
| 226 | 226 | ); |
|---|
| r1014 |
r1017 |
|
| 167 | 167 | 'TR_CHANGE_PASSWORD' => tr('Change password'), |
|---|
| 168 | 168 | 'TR_LOGIN_PMA' => tr('Login phpMyAdmin'), |
|---|
| 169 | | 'TR_MESSAGE_DELETE' => tr('Are you sure you want to delete') |
|---|
| | 169 | 'TR_MESSAGE_DELETE' => tr('Are you sure you want to delete', true) |
|---|
| 170 | 170 | ) |
|---|
| 171 | 171 | ); |
|---|
| r1014 |
r1017 |
|
| 195 | 195 | 'TR_CLOSED_TICKETS' => tr('Closed tickets'), |
|---|
| 196 | 196 | 'TR_DELETE' => tr('Delete'), |
|---|
| 197 | | 'TR_MESSAGE_DELETE' => tr('Are you sure you want to delete'))); |
|---|
| | 197 | 'TR_MESSAGE_DELETE' => tr('Are you sure you want to delete', true) |
|---|
| | 198 | ) |
|---|
| | 199 | ); |
|---|
| 198 | 200 | |
|---|
| 199 | 201 | gen_page_message($tpl); |
|---|
| r1014 |
r1017 |
|
| 200 | 200 | 'TR_CLOSED_TICKETS' => tr('Closed tickets'), |
|---|
| 201 | 201 | 'TR_DELETE' => tr('Delete'), |
|---|
| 202 | | 'TR_MESSAGE_DELETE' => tr('Are you sure you want to delete'))); |
|---|
| | 202 | 'TR_MESSAGE_DELETE' => tr('Are you sure you want to delete', true) |
|---|
| | 203 | ) |
|---|
| | 204 | ); |
|---|
| 203 | 205 | |
|---|
| 204 | 206 | gen_page_message($tpl); |
|---|
| r1016 |
r1017 |
|
| 91 | 91 | 'DATABASE_DIR' => null, |
|---|
| 92 | 92 | 'CMD_MYSQLDUMP' => null, |
|---|
| | 93 | 'DATABASE_UTF8' => null, |
|---|
| 93 | 94 | 'CONF_DIR' => null, |
|---|
| 94 | 95 | 'LOG_DIR' => null, |
|---|
| r1014 |
r1017 |
|
| 37 | 37 | 'THEME_COLOR_PATH' => "../themes/$theme_color", |
|---|
| 38 | 38 | 'THEME_CHARSET' => tr('encoding'), |
|---|
| 39 | | , |
|---|
| 40 | 39 | 'ISP_LOGO' => get_logo($_SESSION['user_id']))); |
|---|
| 41 | 40 | |
|---|
| r852 |
r1017 |
|
| 9 | 9 | <script language="JavaScript" type="text/JavaScript"> |
|---|
| 10 | 10 | <!-- |
|---|
| 11 | | function action_delete(url) { |
|---|
| 12 | | if (!confirm("{TR_MESSAGE_DELETE}")) |
|---|
| | 11 | function action_delete(url, mailacc) { |
|---|
| | 12 | if (!confirm("{TR_MESSAGE_DELETE} "+mailacc)) |
|---|
| 13 | 13 | return false; |
|---|
| 14 | 14 | |
|---|
| … | … | |
| 93 | 93 | <td nowrap class="{ITEM_CLASS}" width="150">{MAIL_TYPE}</td> |
|---|
| 94 | 94 | <td nowrap class="{ITEM_CLASS}" align="center" width="180">{MAIL_STATUS}</td> |
|---|
| 95 | | <td nowrap class="{ITEM_CLASS}" align="center" width="100"><img src="{THEME_COLOR_PATH}/images/icons/delete.png" width="16" height="16" border="0" align="absmiddle"> <a href="#" class="link" onClick="action_delete('{MAIL_ACTION_SCRIPT}')">{MAIL_ACTION}</a></td> |
|---|
| | 95 | <td nowrap class="{ITEM_CLASS}" align="center" width="100"><img src="{THEME_COLOR_PATH}/images/icons/delete.png" width="16" height="16" border="0" align="absmiddle"> <a href="#" class="link" onClick="action_delete('{MAIL_ACTION_SCRIPT}', '{MAIL_ACC}')">{MAIL_ACTION}</a></td> |
|---|
| 96 | 96 | </td> |
|---|
| 97 | 97 | </tr> |
|---|
|