X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fmodules%2Fadmin%2Fadmin-inc.php;h=cf76c3b12c0d4daee8bd01f4ef451f511a4abb1b;hb=0ddf8f6c578aa2c1ff1db9fb8eb0b93a1e247b73;hp=f7e868bc117a138107c0ea46758314e7d7e3cf9a;hpb=0f8b6618aeb5d92a372be12066c611c60ff86917;p=mailer.git diff --git a/inc/modules/admin/admin-inc.php b/inc/modules/admin/admin-inc.php index f7e868bc11..cf76c3b12c 100644 --- a/inc/modules/admin/admin-inc.php +++ b/inc/modules/admin/admin-inc.php @@ -14,8 +14,6 @@ * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * * $Author:: $ * - * Needs to be in all Files and every File needs "svn propset * - * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * * Copyright (c) 2009, 2010 by Mailer Developer Team * @@ -177,6 +175,9 @@ function doAdminAction () { } else { $content['welcome'] = loadTemplate('admin_welcome', true, $content); } + + // Load header, footer, render menu + $content['header'] = loadTemplate('admin_header' , true, $content); $content['footer'] = loadTemplate('admin_footer' , true, $content); $content['menu'] = addAdminMenu($action, $what, true); @@ -289,7 +290,7 @@ ORDER BY $OUT .= '['; } } else { - $OUT .= ''; + $OUT .= ''; } $OUT .= $title; @@ -359,7 +360,7 @@ ORDER BY $OUT .= '['; } } else { - $OUT .= ''; + $OUT .= ''; } $OUT .= $title_what; @@ -423,14 +424,14 @@ function addMemberSelectionBox ($def = 0, $add_all = false, $return = false, $no if ($return === false) { // Remeber options in constant - $content['member_selection'] = $OUT; + $content['form_selection'] = $OUT; $content['what'] = getWhat(); // Load template - loadTemplate('admin_member_selection_box', false, $content); + loadTemplate('admin_form_selection_box', false, $content); } else { // Return content in selection frame - return ''; + return ''; } } @@ -447,7 +448,7 @@ function adminMenuSelectionBox_DEPRECATED ($mode, $default = '', $defid = '') { // Load menu as selection $OUT = ''; + $OUT = '