Changeset 1179

Show
Ignore:
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
  • trunk/CHANGELOG

    r1176 r1179  
    11ispCP ω 1.0.0 Changelog 
    22~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     3 
     42008-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 
    39 
    4102008-05-28 Benedikt Heintel 
  • trunk/gui/admin/email_setup.php

    r1014 r1179  
    8888                        'TR_SENDER_NAME' => tr('Senders name'), 
    8989                        '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'), 
    9092                        'SUBJECT_VALUE' => $data['subject'], 
    9193                        'MESSAGE_VALUE' => $data['message'], 
  • trunk/gui/admin/lostpassword.php

    r1014 r1179  
    105105                        'TR_SENDER_EMAIL' => tr('Senders email'), 
    106106                        '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') 
    108109                        ) 
    109110                ); 
  • trunk/gui/client/backup.php

    r1175 r1179  
    109109                        'TR_SWITCH_TO_BACKUP' => tr('Switch to backups/ directory'), 
    110110                        '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 . ')', 
    112112                        'TR_RESTORE_BACKUP' => tr('Restore backup'), 
    113113                        'TR_RESTORE_DIRECTIONS' => tr('Click the Restore button and the system will restore the last daily backup'), 
  • trunk/gui/reseller/email_setup.php

    r1014 r1179  
    6666gen_logged_from($tpl); 
    6767 
    68 $tpl->assign(array('TR_EMAIL_SETUP' => tr('Email setup'), 
     68$tpl->assign( 
     69        array( 
     70                'TR_EMAIL_SETUP' => tr('Email setup'), 
    6971                'TR_MESSAGE_TEMPLATE_INFO' => tr('Message template info'), 
    7072                'TR_USER_LOGIN_NAME' => tr('User login (system) name'), 
     
    7779                'TR_SENDER_NAME' => tr('Senders name'), 
    7880                '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'), 
    7983                'SUBJECT_VALUE' => $data['subject'], 
    8084                'MESSAGE_VALUE' => $data['message'], 
    8185                'SENDER_EMAIL_VALUE' => $data['sender_email'], 
    82                 'SENDER_NAME_VALUE' => $data['sender_name'])); 
     86                'SENDER_NAME_VALUE' => $data['sender_name'] 
     87                ) 
     88        ); 
    8389 
    8490gen_page_message($tpl); 
  • trunk/gui/reseller/lostpassword.php

    r1014 r1179  
    11<?php 
    2 /** 
    32/** 
    43 * ispCP ω (OMEGA) a Virtual Hosting Control System 
     
    2827$tpl->define_dynamic('page_message', 'page'); 
    2928$tpl->define_dynamic('logged_from', 'page'); 
     29$tpl->define_dynamic('custom_buttons', 'page'); 
    3030 
    3131$theme_color = $cfg['USER_INITIAL_THEME']; 
     
    106106                        'TR_SENDER_EMAIL' => tr('Senders email'), 
    107107                        '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') 
    109110                        ) 
    110111                ); 
  • trunk/gui/themes/omega_original/admin/email_setup.tpl

    r1172 r1179  
    5656                              <td class="content">{NAME}</td> 
    5757                            </tr> 
     58                            <tr> 
     59                              <td width="25">&nbsp;</td> 
     60                              <td class="content2">{TR_USERTYPE}</td> 
     61                              <td class="content">{USERTYPE}</td> 
     62                            </tr> 
     63                            <tr> 
     64                              <td width="25">&nbsp;</td> 
     65                              <td class="content2">{TR_BASE_SERVER_VHOST}</td> 
     66                              <td class="content">{BASE_SERVER_VHOST}</td> 
     67                            </tr> 
    5868                          </table> 
    5969                        <br> 
  • trunk/gui/themes/omega_original/admin/lostpassword.tpl

    r1172 r1179  
    7373                              <td class="content">{NAME}</td> 
    7474                            </tr> 
     75                            <tr> 
     76                              <td width="25">&nbsp;</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> 
    7582                          </table> 
    7683                        <br> 
  • trunk/gui/themes/omega_original/client/backup.tpl

    r1172 r1179  
    5858                              <li>{TR_FTP_LOG_ON}</li> 
    5959                              <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> 
    6261                            </ol></td> 
    6362                      </tr> 
  • trunk/gui/themes/omega_original/reseller/email_setup.tpl

    r1172 r1179  
    7777                        <td class="content">{NAME}</td> 
    7878                      </tr> 
     79                      <tr> 
     80                        <td width="25">&nbsp;</td> 
     81                        <td class="content2">{TR_USERTYPE}</td> 
     82                        <td class="content">{USERTYPE}</td> 
     83                      </tr> 
     84                      <tr> 
     85                        <td width="25">&nbsp;</td> 
     86                        <td class="content2">{TR_BASE_SERVER_VHOST}</td> 
     87                        <td class="content">{BASE_SERVER_VHOST}</td> 
     88                      </tr> 
    7989                    </table> 
    8090                  <br> 
  • trunk/gui/themes/omega_original/reseller/lostpassword.tpl

    r1172 r1179  
    7373                        <td class="content">{NAME}</td> 
    7474                      </tr> 
     75                      <tr> 
     76                        <td width="25">&nbsp;</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> 
    7582                    </table> 
    7683                  <br>