<?
// setup
$this->css_path = "../css/admin.css";
$this->img_dir = "../admin/imagens";
$this->js_dir = "../js";
$this->use_sysdoc = 0;
$this->use_CalendarPopup = 0;
$this->use_print_close = 0;
$this->use_print_button = 0;
$this->use_print_back = 0;
$this->use_list_filter = 0;
$this->use_required_position = "right";
$this->setup_complete = "linked";
// table
$this->form_width = 780;
$this->cellspacing = 3;
$this->cellpadding = 5;
$this->button_align = "right";
// images
$this->img_required = "required.gif";
$this->img_bullet = "update.gif";
$this->img_lock = "iconelock.gif";
$this->img_unlock = "iconeunlock.gif";
$this->img_print = "imprimir.gif";
// css
$this->css_table = "table_form";
$this->css_title_pg = "titulo";
$this->css_confirm = "msg";
$this->css_link_general = "update";
$this->css_label = "tdtitulo";
$this->css_text = "tdtexto";
$this->css_label_entity = "tdtitulob";
$this->css_text_entity = "tdtextob";
$this->css_required = "obrigatorio";
$this->css_list_group = "tdtitulo";
$this->css_list_title = "tdtitulo";
$this->css_list_text = "tdtexto";
//$this->css_list_even = "even_lista";
$this->css_list_separator = "separator";
$this->css_edit_list = "tdtexto";
$this->css_page_by = "tdtexto";
//$this->css_complete_insert_button_space = "insert_space";
$this->css_form_separator = "separator";
$this->css_button = "submit";
$this->css_button_remove = "submit";
$this->css_print_option = "print_option";
include "cls_form.lang.pt.php";
?>
|