Changeset 831 in ExiteCMS
- Timestamp:
- 09/19/07 22:09:41 (4 years ago)
- Location:
- trunk
- Files:
-
- 2 deleted
- 4 edited
-
administration/images/donations.gif (deleted)
-
administration/images/mail2forum.gif (deleted)
-
administration/tools/create_dbsetup.php (modified) (2 diffs)
-
includes/dbsetup_include.php (modified) (4 diffs)
-
locale/English/admin/main.php (modified) (2 diffs)
-
themes/PLiTheme/templates/source/admin.panel_editor.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/administration/tools/create_dbsetup.php
r813 r831 45 45 $config .= $crlf."define('PLI_VERSION', '".$settings['version']."');".$crlf; 46 46 $config .= "define('PLI_REVISION', '".$settings['revision']."');".$crlf; 47 $config .= $crlf."if (\$step == 1) {".$crlf; 47 48 $config .= $crlf."$"."fail = ".'"0"'.";".$crlf; 48 49 $config .= "$"."failed = array();".$crlf; … … 77 78 $config .= '}'.$crlf; 78 79 } 80 $config .= $crlf."}".$crlf; 79 81 $config .= "//----------------------------------------------------------".$crlf; 80 82 $config .= "?>"; -
trunk/includes/dbsetup_include.php
r813 r831 2 2 //---------------------------------------------------------- 3 3 // PLi-Fusion file : dbsetup_include.php 4 // Date generated : `1 7/09/2007 12:05`4 // Date generated : `18/09/2007 22:46` 5 5 //---------------------------------------------------------- 6 6 7 7 define('PLI_VERSION', '7.00'); 8 8 define('PLI_REVISION', '800'); 9 10 if ($step == 1) { 9 11 10 12 $fail = "0"; … … 593 595 `panel_name` varchar(100) NOT NULL default '', 594 596 `panel_filename` varchar(100) NOT NULL default '', 595 `panel_content` text NOT NULL, 597 `panel_code` text NOT NULL, 598 `panel_template` text NOT NULL, 596 599 `panel_side` tinyint(1) unsigned NOT NULL default '1', 597 600 `panel_order` smallint(5) unsigned NOT NULL default '0', … … 602 605 `panel_usermod` tinyint(1) unsigned NOT NULL default '0', 603 606 `panel_state` tinyint(1) unsigned NOT NULL default '0', 607 `panel_datestamp` int(10) unsigned NOT NULL default '0', 604 608 PRIMARY KEY (`panel_id`) 605 609 ) ENGINE=MYISAM;"); … … 1134 1138 $failed[] = "wiki_users : ".mysql_error(); 1135 1139 } 1140 1141 } 1136 1142 //---------------------------------------------------------- 1137 1143 ?> -
trunk/locale/English/admin/main.php
r814 r831 14 14 $locale['211'] = "Forums"; 15 15 $locale['212'] = "Images"; 16 $locale['213'] = " Infusions";17 $locale['214'] = " Infusion Panels";16 $locale['213'] = "Modules & Plugins"; 17 $locale['214'] = "Plugins"; 18 18 $locale['215'] = "Members"; 19 19 $locale['216'] = "News"; … … 23 23 $locale['220'] = "Polls"; 24 24 $locale['221'] = "Shoutbox"; 25 $locale['222'] = " Site Links";25 $locale['222'] = "Menu System"; 26 26 $locale['223'] = "Submissions"; 27 27 $locale['224'] = "Upgrade"; -
trunk/themes/PLiTheme/templates/source/admin.panel_editor.tpl
r813 r831 59 59 </tr> 60 60 {/if} 61 {if $panel_id == 0}61 {if true || $panel_id == 0} 62 62 <tr> 63 63 <td class='tbl'>
Note: See TracChangeset
for help on using the changeset viewer.
