Changeset 1173 in ExiteCMS


Ignore:
Timestamp:
12/16/07 22:46:04 (4 years ago)
Author:
hverton
Message:

added User Activation admin module
removed test code from the members admin module
updated the english language pack
fixed using the wrong open code in _custom_html.tpl

Location:
trunk
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/administration/members.php

    r1159 r1173  
    126126        $refs += dbcount("(*)", "pm_index", "pmindex_reply_id='$user_id'"); 
    127127        $refs += dbcount("(*)", "pm_index", "pmindex_from_id='$user_id'"); 
    128         $refs = 1; 
    129128        if ($refs) { 
    130129            // if so, mark this user as deleted, but don't delete anything 
  • trunk/administration/tools/language_pack_English.php

    r1159 r1173  
    2222    $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 />"; 
    2323    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); 
    2435 
    2536    $localestrings = array(); 
     
    442453    $localestrings['219'] = "PHP Info"; 
    443454    $localestrings['220'] = "Polls"; 
    444     $localestrings['221'] = "x"; 
     455    $localestrings['221'] = "User Activation"; 
    445456    $localestrings['222'] = "Menu System"; 
    446457    $localestrings['223'] = "Webmaster Toolbox"; 
  • trunk/includes/templates/_custom_html.tpl

    r861 r1173  
    1818{*                                                                          *} 
    1919{****************************************************************************} 
    20 {include file="_openside.tpl" name=$_name title=$_title state=$_state style=$_style} 
     20{include file="_opentable.tpl" name=$_name title=$_title state=$_state style=$_style} 
    2121{$html} 
    22 {include file="_closeside.tpl"} 
     22{include file="_closetable.tpl"} 
    2323{***************************************************************************} 
    2424{* End of template                                                         *} 
Note: See TracChangeset for help on using the changeset viewer.