芝麻web文件管理V1.00
编辑当前文件:/home/p/r/i/prismawe/clients/canaldegap.fr/modules/FormBuilder/action.admin_add_edit_form.php
More info at http://dev.cmsmadesimple.org/projects/formbuilder A Module for CMS Made Simple, Copyright (c) 2006 by Ted Kulp (wishy@cmsmadesimple.org) This project's homepage is: http://www.cmsmadesimple.org */ if (!isset($gCms)) exit; if (! $this->CheckAccess()) exit; if (isset($params['fbrp_set_field_level'])) { $this->SetPreference('show_field_level',$params['fbrp_set_field_level']); } $aeform = new fbForm($this, $params, true); echo $aeform->AddEditForm($id, $returnid, isset($params['fbrp_message'])?$this->ShowMessage($params['fbrp_message']):''); ?>