27 print
"Error, template page can't be called as URL";
33<!-- BEGIN PHP TEMPLATE CONTACTCARD_CREATE.TPL.PHP DEFAULT -->
42echo $this->control->tpl[
'ajax_selectcountry']; ?>
46<form method=
"post" name=
"formsoc" action=
"<?php echo $_SERVER["PHP_SELF
"]; ?>">
47<input
type=
"hidden" name=
"token" value=
"<?php echo newToken(); ?>">
48<input
type=
"hidden" name=
"canvas" value=
"<?php echo $canvas ?>">
49<input
type=
"hidden" name=
"action" value=
"add">
50<?php
if ($this->control->tpl[
'company_id']) { ?>
51<input
type=
"hidden" name=
"socid" value=
"<?php echo $this->control->tpl['company_id']; ?>">
54<
table class=
"border allwidth">
57 <td width=
"15%" class=
"fieldrequired"><?php echo $langs->trans(
"Lastname").
' / '.$langs->trans(
"Label"); ?></td>
58 <td><input
name=
"lastname" type=
"text" size=
"30" maxlength=
"80" value=
"<?php echo $this->control->tpl['name']; ?>"></td>
59 <td width=
"20%"><?php echo $langs->trans(
"Firstname"); ?></td>
60 <td width=
"25%"><input
name=
"firstname" type=
"text" size=
"30" maxlength=
"80" value=
"<?php echo $this->control->tpl['firstname']; ?>"></td>
64 <td><?php echo $langs->trans(
"ThirdParty"); ?></td>
65 <td colspan=
"3"><?php echo $this->control->tpl[
'company']; ?></td>
69 <td width=
"15%"><?php echo $langs->trans(
"UserTitle"); ?></td>
70 <td colspan=
"3"><?php echo $this->control->tpl[
'select_civility']; ?></td>
74 <td><?php echo $langs->trans(
"PostOrFunction"); ?></td>
75 <td colspan=
"3"><input
name=
"poste" type=
"text" class=
"minwidth200" maxlength=
"80" value=
"<?php echo $this->control->tpl['poste']; ?>"></td>
79 <td><?php echo $langs->trans(
"Address"); ?></td>
80 <td colspan=
"3"><textarea
class=
"flat" name=
"address" cols=
"70"><?php echo $this->control->tpl[
'address']; ?></textarea></td>
84 <td><?php echo $langs->trans(
"Zip").
' / '.$langs->trans(
"Town"); ?></td>
85 <td colspan=
"3"><?php echo $this->control->tpl[
'select_zip'].
' '.$this->control->tpl[
'select_town']; ?></td>
89 <td><?php echo $langs->trans(
"Country"); ?></td>
90 <td colspan=
"3"><?php echo $this->control->tpl[
'select_country'].$this->control->tpl[
'info_admin']; ?></td>
94 <td><?php echo $langs->trans(
'State'); ?></td>
95 <td colspan=
"3"><?php echo $this->control->tpl[
'select_state']; ?></td>
99 <td><?php echo $langs->trans(
"PhonePro"); ?></td>
100 <td><input
name=
"phone_pro" type=
"text" size=
"18" maxlength=
"80" value=
"<?php echo $this->control->tpl['phone_pro']; ?>"></td>
101 <td><?php echo $langs->trans(
"PhonePerso"); ?></td>
102 <td><input
name=
"phone_perso" type=
"text" size=
"18" maxlength=
"80" value=
"<?php echo $this->control->tpl['phone_perso']; ?>"></td>
106 <td><?php echo $langs->trans(
"PhoneMobile"); ?></td>
107 <td><input
name=
"phone_mobile" type=
"text" size=
"18" maxlength=
"80" value=
"<?php echo $this->control->tpl['phone_mobile']; ?>"></td>
108 <td><?php echo $langs->trans(
"Fax"); ?></td>
109 <td><input
name=
"fax" type=
"text" size=
"18" maxlength=
"80" value=
"<?php echo $this->control->tpl['fax']; ?>"></td>
113 <td><?php echo $langs->trans(
"Email"); ?></td>
114 <td colspan=
"3"><input
name=
"email" type=
"text" class=
"minwidth200" maxlength=
"80" value=
"<?php echo $this->control->tpl['email']; ?>"></td>
118 <td><?php echo $langs->trans(
"ContactVisibility"); ?></td>
119 <td colspan=
"3"><?php echo $this->control->tpl[
'select_visibility']; ?></td>
123 <td
class=
"tdtop"><?php echo $langs->trans(
"Note"); ?></td>
124 <td colspan=
"3" valign=
"top"><textarea
name=
"note" cols=
"70" rows=
"<?php echo ROWS_3; ?>"><?php echo $this->control->tpl[
'note']; ?></textarea></td>
128 <td
class=
"center" colspan=
"4"><input
type=
"submit" class=
"button" value=
"<?php echo $langs->trans("Add
"); ?>"></td>
135<!-- END PHP TEMPLATE -->
if( $user->socid > 0) if(! $user->hasRight('accounting', 'chartofaccount')) $object
load_fiche_titre($title, $morehtmlright='', $picto='generic', $pictoisfullpath=0, $id='', $morecssontable='', $morehtmlcenter='')
Load a title with picto.
dol_htmloutput_errors($mesgstring='', $mesgarray=array(), $keepembedded=0)
Print formatted error messages to output (Used to show messages on html output).
treeview li table
No Email.
global $conf
The following vars must be defined: $type2label $form $conf, $lang, The following vars may also be de...
if(preg_match('/crypted:/i', $dolibarr_main_db_pass)||!empty($dolibarr_main_db_encrypted_pass)) $conf db type
$conf db name
Only used if Module[ID]Name translation string is not found.