Changeset 199


Ignore:
Timestamp:
Oct 12, 2003, 4:32:06 PM (21 years ago)
Author:
z0rglub
Message:

Display a message linked to the help forum

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/install.php

    r156 r199  
    4141                'step2_pwd_conf_info','conf_general_mail',
    4242                'conf_general_mail_info','install_end_title',
    43                 'install_end_message');
     43                'install_end_message','install_help');
    4444  templatize_array( $tpl, 'lang', $handle );
    4545  $vtp->setGlobalVar( $handle, 'language', $_GET['language'] );
  • trunk/template/default/admin/admin.vtp

    r116 r199  
    110110      td.choice {
    111111        text-align : center;
     112      }
     113      div.install_warning {
     114        text-align:center;
     115        color:red;
     116        margin:20px;
     117        font-weight:bold;
    112118      }
    113119<!-- comments CSS style -->
     
    186192  </head>
    187193  <body>
     194    <!--VTP_install_warning--><div class="install_warning">{#install_warning}</div><!--/VTP_install_warning-->
    188195    <table>
    189196      <tr>
  • trunk/template/default/admin/install.vtp

    r156 r199  
    247247            </tr>
    248248          </table>
     249          <div style="text-align:center;margin:20px;">{#install_help}</div>
    249250        </td>
    250251      </tr>
Note: See TracChangeset for help on using the changeset viewer.