Changeset 10631


Ignore:
Timestamp:
May 26, 2009, 10:29:59 AM (16 years ago)
Author:
Andrey Prikaznov
Message:
 
Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/admin/activityTrac.php

    r10623 r10631  
    66require_once(BX_DIRECTORY_PATH_INC . 'languages.inc.php'); 
    77require_once(BX_DIRECTORY_PATH_INC . 'profiles.inc.php'); 
    8  
    9 $_page['css_name'] = 'activityTrac.css'; 
    108 
    119$logged['admin'] = member_auth( 1, true, true ); 
  • TabularUnified trunk/admin/quotes.php

    r10620 r10631  
    174174        echo get_checkbox_menu() . "</form>"; 
    175175    } 
    176  
    177     ContentBlockFoot(); 
    178176} 
    179177 
  • TabularUnified trunk/inc/admin_design.inc.php

    r10629 r10631  
    112112} 
    113113 
    114 function TopCodeAdmin( $extraCodeInBody = '' ) 
    115 { 
    116     return 'Need to redevelop current "TopCodeAdmin" call'; 
     114function TopCodeAdmin( $extraCodeInBody = '' ) { 
     115    echo 'Need to redevelop current "TopCodeAdmin" call'; 
    117116} 
    118117 
     
    125124 * Put top code for the admin section 
    126125 **/ 
    127 function BottomCode() 
    128 { 
    129     return 'Need to redevelop current "BottomCode" call'; 
     126function BottomCode() { 
     127    echo 'Need to redevelop current "BottomCode" call'; 
    130128    exit; 
    131129} 
    132130 
    133 function ContentBlockHead( $title, $attention = 0, $id = '') 
    134 { 
    135     $id = $id ? "id=\"{$id}\"" : ''; 
    136          
    137     ?> 
    138     <div class="admin_block" <?=$id?>> 
    139         <div class="block_head"><?=$title?></div> 
    140         <div class="block_cont"> 
    141     <? 
     131function ContentBlockHead( $title, $attention = 0, $id = '') { 
     132   echo 'Need to redevelop current "ContentBlockHead" call'; 
    142133} 
    143134 
    144 function ContentBlockFoot() 
    145 { 
    146     ?> 
    147         </div> 
    148     </div> 
    149     <? 
     135function ContentBlockFoot() { 
     136    echo 'Need to redevelop current "ContentBlockFoot" call'; 
    150137} 
    151138 
Note: See TracChangeset for help on using the changeset viewer.
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.
Fork me on GitHub