Changeset 1173 in ExiteCMS
- Timestamp:
- 12/16/07 22:46:04 (4 years ago)
- Location:
- trunk
- Files:
-
- 3 added
- 3 edited
-
administration/activation.php (added)
-
administration/members.php (modified) (1 diff)
-
administration/tools/language_pack_English.php (modified) (2 diffs)
-
administration/upgrade/rev01172.php (added)
-
includes/templates/_custom_html.tpl (modified) (1 diff)
-
includes/templates/admin.activation.tpl (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/administration/members.php
r1159 r1173 126 126 $refs += dbcount("(*)", "pm_index", "pmindex_reply_id='$user_id'"); 127 127 $refs += dbcount("(*)", "pm_index", "pmindex_from_id='$user_id'"); 128 $refs = 1;129 128 if ($refs) { 130 129 // if so, mark this user as deleted, but don't delete anything -
trunk/administration/tools/language_pack_English.php
r1159 r1173 22 22 $localestrings['404page'] = "<table border=\"0\" cellspacing=\"0\" cellpadding=\"5\" width=\"100%\" align=\"center\"> <tbody><tr><td width=\"10\"> </td><td><div align=\"center\"><font size=\"6\"><span class=\"shoutboxname\"><br />404 - Page Not Found</span><br /></font></div><br /><br /><hr width=\"90%\" size=\"2\" /><br /><br /><div align=\"center\">We are sorry, but the document you requested cannot be found on this server.<br /></div><br /><div align=\"center\">Most likely, this is a result of yet another reorganization of this Website to reflect our constant evolution and ongoing development, coupled with a transition from an old server with lots of legacy files to a shiny new server.<br /></div><br /><div align=\"center\">But then again, it might just be a completely random event and the result of too many cosmic rays. Who knows?<br /></div><br /><br /><hr width=\"90%\" size=\"2\" /><br /><br /><div align=\"center\">Your best bet for finding what you seek is to start at our home page (<a href=\"/\">click here to jump to the home page</a>), check out our menu, or use the search menu option.<br /></div><br /><div align=\"center\">If that doesn't work, and you think it's a document that should be here, please send a PM to the webmaster and let us know about it (registered users only).</div></td><td width=\"10\"> </td></tr></tbody></table><br />"; 23 23 load_localestrings($localestrings, LP_LOCALE, "404page", $step); 24 25 $localestrings = array(); 26 $localestrings['400'] = "New User Activation"; 27 $localestrings['401'] = "There are no user registrations present to activate"; 28 $localestrings['402'] = "User Name"; 29 $localestrings['403'] = "Email"; 30 $localestrings['404'] = "Registered"; 31 $localestrings['405'] = "Options"; 32 $localestrings['406'] = "Manually activate this user"; 33 $localestrings['407'] = "Delete this registration"; 34 load_localestrings($localestrings, LP_LOCALE, "admin.activation", $step); 24 35 25 36 $localestrings = array(); … … 442 453 $localestrings['219'] = "PHP Info"; 443 454 $localestrings['220'] = "Polls"; 444 $localestrings['221'] = " x";455 $localestrings['221'] = "User Activation"; 445 456 $localestrings['222'] = "Menu System"; 446 457 $localestrings['223'] = "Webmaster Toolbox"; -
trunk/includes/templates/_custom_html.tpl
r861 r1173 18 18 {* *} 19 19 {****************************************************************************} 20 {include file="_open side.tpl" name=$_name title=$_title state=$_state style=$_style}20 {include file="_opentable.tpl" name=$_name title=$_title state=$_state style=$_style} 21 21 {$html} 22 {include file="_close side.tpl"}22 {include file="_closetable.tpl"} 23 23 {***************************************************************************} 24 24 {* End of template *}
Note: See TracChangeset
for help on using the changeset viewer.
