X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=admin%2Fcreate_coy.php;h=eec636487124d29189ea3176a75d149372529ad3;hb=da0f29ef8eb73e7a3cf6484af8fd04726e0e5ef1;hp=cdcb971ec698b6a5b1fb48630b185cf281a9d52d;hpb=a578378e067a6af5bbdcdb5881632c29494a8aa1;p=fa-stable.git diff --git a/admin/create_coy.php b/admin/create_coy.php index cdcb971e..eec63648 100644 --- a/admin/create_coy.php +++ b/admin/create_coy.php @@ -1,13 +1,13 @@ . + See the License here . ***********************************************************************/ $page_security = 20; $path_to_root=".."; @@ -20,7 +20,7 @@ include_once($path_to_root . "/includes/ui.inc"); page(_("Create/Update Company")); -$comp_subdirs = array('images', 'pdf_files', 'backup','js_cache', 'reporting'); +$comp_subdirs = array('images', 'pdf_files', 'backup','js_cache', 'reporting', 'attachments'); //--------------------------------------------------------------------------------------------- if (isset($_GET['selected_id'])) @@ -146,19 +146,10 @@ function handle_submit() { return false; } - $index = ""; if ($new) { - $cdir = $comp_path.'/'.$id; - @mkdir($cdir); - save_to_file($cdir.'/'.'index.php', 0, $index); - - foreach($comp_subdirs as $dir) - { - @mkdir($cdir.'/'.$dir); - save_to_file($cdir.'/'.$dir.'/'.'index.php', 0, $index); - } + create_comp_dirs("$comp_path/$id", $comp_subdirs); } return true; } @@ -249,9 +240,8 @@ function display_companies() $delete = _("Delete"); if (user_graphic_links()) { - global $path_to_root; - $edit = "\n"; - $delete = "\n"; + $edit = set_icon(ICON_EDIT, $edit); + $delete = set_icon(ICON_DELETE, $delete); } label_cell("$edit"); label_cell( $i == $coyno ? '' : @@ -274,7 +264,7 @@ function display_company_edit($selected_id) else $n = count($db_connections); - start_form(true, true); + start_form(true); echo "