Changeset 3896


Ignore:
Timestamp:
09/19/11 18:30:09 (8 months ago)
Author:
ShadowJumper
Message:

*[GUI] Fixed: NET_DNS - Wrong path in Client/dns_edit.php
*[GUI] Some small fixes

Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/CHANGELOG

    r3894 r3896  
    22~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    33 
    4 2011-06-17 Markus Szywon 
     42011-09-19 Markus Szywon 
     5        - GUI: 
     6                * Fixed: NET_DNS - Wrong path in Client/dns_edit.php 
     7                * Some small fixes 
     8 
     92011-09-17 Markus Szywon 
    510        - GUI: 
    611                * Updated Smarty to version 3.0.9 
  • trunk/gui/client/dns_edit.php

    r3871 r3896  
    2727 
    2828require_once '../include/ispcp-lib.php'; 
    29 require_once '../include/Net/DNS/DNS.php'; 
     29require_once '../include/Net/DNS.php'; 
    3030 
    3131check_login(__FILE__); 
  • trunk/gui/themes/omega/admin/admin_log.tpl

    r3775 r3896  
    2626                <div class="{$MSG_TYPE}">{$MESSAGE}</div> 
    2727                {/if} 
    28                 <h2 class="admin_lod"><span>{$TR_ADMIN_LOG}</span></h2> 
     28                <h2 class="adminlog"><span>{$TR_ADMIN_LOG}</span></h2> 
    2929                <table> 
    3030                        <tr> 
Note: See TracChangeset for help on using the changeset viewer.