Changeset 1841 in ExiteCMS


Ignore:
Timestamp:
10/09/08 13:25:17 (3 years ago)
Author:
hverton
Message:

fixed typo in db_backup.php
fixed config error in the dutch language pack

Location:
trunk
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/administration/db_backup.php

    r1833 r1841  
    223223                    } 
    224224                } 
    225                 if ($ins_count) > 0) { 
     225                if ($ins_count > 0) { 
    226226                    if (preg_match("/INSERT INTO `(.*?)`/i",$line,$tmp) <> 0) { 
    227227                        $ins = $tmp[1]; 
  • trunk/administration/tools/language_pack_Nederlands.php

    r1836 r1841  
    37413741if (!defined('LP_CHARSET')) define('LP_CHARSET', "utf-8"); 
    37423742if (!defined('LP_DIRECTION')) define('LP_DIRECTION', "LTR"); 
    3743 if (!defined('LP_COUNTRIES')) define('LP_COUNTRIES', "LP_COUNTRIES"); 
     3743if (!defined('LP_COUNTRIES')) define('LP_COUNTRIES', "nl|be|sr|aw|an"); 
    37443744if (!defined('LP_VERSION')) define('LP_VERSION', "7.20"); 
    3745 if (!defined('LP_DATE')) define('LP_DATE', "1223543941"); 
     3745if (!defined('LP_DATE')) define('LP_DATE', "1223544215"); 
    37463746$lp_date = LP_DATE; 
    37473747 
  • trunk/files/locales/en.main.global.php

    r1802 r1841  
    33// locale       : English 
    44// locale name  : main.global 
    5 // generated on : Sat Oct 4 2008, 0:50:51 CEST 
     5// generated on : Thu Oct 9 2008, 11:18:53 CEST 
    66// translators  : ExiteCMS team,WanWizard 
    77// ---------------------------------------------------------- 
  • trunk/files/locales/en.main.setup.php

    r1802 r1841  
    33// locale       : English 
    44// locale name  : main.setup 
    5 // generated on : Fri Sep 19 2008, 22:38:32 CEST 
     5// generated on : Thu Oct 9 2008, 11:18:50 CEST 
    66// translators  : ExiteCMS team,WanWizard 
    77// ---------------------------------------------------------- 
  • trunk/files/locales/nl.main.global.php

    r1802 r1841  
    11<?php 
    22// ---------------------------------------------------------- 
    3 // locale       : Nederlands 
     3// locale       : English 
    44// locale name  : main.global 
    5 // generated on : Sat Oct 4 2008, 1:11:57 CEST 
     5// generated on : Thu Oct 9 2008, 11:23:35 CEST 
    66// translators  : ExiteCMS team,WanWizard 
    77// ---------------------------------------------------------- 
  • trunk/files/locales/nl.main.setup.php

    r1802 r1841  
    33// locale       : English 
    44// locale name  : main.setup 
    5 // generated on : Fri Sep 19 2008, 22:38:36 CEST 
     5// generated on : Thu Oct 9 2008, 11:23:35 CEST 
    66// translators  : ExiteCMS team,WanWizard 
    77// ---------------------------------------------------------- 
  • trunk/includes/templates/admin.settings_links.tpl

    r1788 r1841  
    1818<table align='center' width='100%' cellpadding='0' cellspacing='1' class='tbl-border'> 
    1919    <tr> 
    20         <td class='{if $this_module == "settings_main.php"}tbl1{else}tbl2{/if}' style='padding-left:5px;padding-right:5px;'> 
     20        <td class='{if $this_module == "settings_main.php"}tbl1{else}tbl2{/if}' style='text-align:center;padding-left:5px;padding-right:5px;'> 
    2121            <span class='small'> 
    2222                <a href='settings_main.php{$aidlink}'>{$locale.401}</a> 
    2323            </span> 
    2424        </td> 
    25         <td class='{if $this_module == "settings_time.php"}tbl1{else}tbl2{/if}' style='padding-left:5px;padding-right:5px;'> 
     25        <td class='{if $this_module == "settings_time.php"}tbl1{else}tbl2{/if}' style='text-align:center;padding-left:5px;padding-right:5px;'> 
    2626            <span class='small'> 
    2727                <a href='settings_time.php{$aidlink}'>{$locale.450}</a> 
    2828            </span> 
    2929        </td> 
    30         <td class='{if $this_module == "settings_forum.php"}tbl1{else}tbl2{/if}' style='padding-left:5px;padding-right:5px;'> 
     30        <td class='{if $this_module == "settings_forum.php"}tbl1{else}tbl2{/if}' style='text-align:center;padding-left:5px;padding-right:5px;'> 
    3131            <span class='small'> 
    3232                <a href='settings_forum.php{$aidlink}'>{$locale.500}</a> 
    3333            </span> 
    3434        </td> 
    35         <td class='{if $this_module == "settings_security.php"}tbl1{else}tbl2{/if}' style='padding-left:5px;padding-right:5px;'> 
     35        <td class='{if $this_module == "settings_security.php"}tbl1{else}tbl2{/if}' style='text-align:center;padding-left:5px;padding-right:5px;'> 
    3636            <span class='small'> 
    3737                <a href='settings_security.php{$aidlink}'>{$locale.550}</a> 
    3838            </span> 
    3939        </td> 
    40         <td class='{if $this_module == "settings_image.php"}tbl1{else}tbl2{/if}' style='padding-left:5px;padding-right:5px;'> 
     40        <td class='{if $this_module == "settings_image.php"}tbl1{else}tbl2{/if}' style='text-align:center;padding-left:5px;padding-right:5px;'> 
    4141            <span class='small'> 
    4242                <a href='settings_image.php{$aidlink}'>{$locale.600}</a> 
    4343            </span> 
    4444        </td> 
    45         <td class='{if $this_module == "settings_messages.php"}tbl1{else}tbl2{/if}' style='padding-left:5px;padding-right:5px;'> 
     45        <td class='{if $this_module == "settings_messages.php"}tbl1{else}tbl2{/if}' style='text-align:center;padding-left:5px;padding-right:5px;'> 
    4646            <span class='small'> 
    4747                <a href='settings_messages.php{$aidlink}'>{$locale.700}</a> 
    4848            </span> 
    4949        </td> 
    50         <td class='{if $this_module == "settings_languages.php"}tbl1{else}tbl2{/if}' style='padding-left:5px;padding-right:5px;'> 
     50        <td class='{if $this_module == "settings_languages.php"}tbl1{else}tbl2{/if}' style='text-align:center;padding-left:5px;padding-right:5px;'> 
    5151            <span class='small'> 
    5252                <a href='settings_languages.php{$aidlink}'>{$locale.850}</a> 
    5353            </span> 
    5454        </td> 
    55         <td class='{if $this_module == "settings_misc.php"}tbl1{else}tbl2{/if}' style='padding-left:5px;padding-right:5px;'> 
     55        <td class='{if $this_module == "settings_misc.php"}tbl1{else}tbl2{/if}' style='text-align:center;padding-left:5px;padding-right:5px;'> 
    5656            <span class='small'> 
    5757                <a href='settings_misc.php{$aidlink}'>{$locale.650}</a> 
Note: See TracChangeset for help on using the changeset viewer.