Home
last modified time | relevance | path

Searched refs:morehtmlref (Results 26 – 50 of 376) sorted by relevance

12345678910>>...16

/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/fichinter/
H A Dinfo.php73 $morehtmlref = '<div class="refidno">'; variable
83 $morehtmlref .= '<br>'.$langs->trans('Project').' ';
88 $morehtmlref .= ' : ';
92 $morehtmlref .= '<input type="hidden" name="action" value="classin">';
93 $morehtmlref .= '<input type="hidden" name="token" value="'.newToken().'">';
96 $morehtmlref .= '</form>';
105 $morehtmlref .= $proj->ref;
106 $morehtmlref .= '</a>';
108 $morehtmlref .= '';
112 $morehtmlref .= '</div>';
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/fichinter/
H A Dinfo.php74 $morehtmlref = '<div class="refidno">'; variable
83 $morehtmlref .= '<br>'.$langs->trans('Project').' ';
87 $morehtmlref .= ' : ';
92 $morehtmlref .= '<input type="hidden" name="action" value="classin">';
93 $morehtmlref .= '<input type="hidden" name="token" value="'.newToken().'">';
96 $morehtmlref .= '</form>';
105 $morehtmlref .= $proj->ref;
106 $morehtmlref .= '</a>';
108 $morehtmlref .= '';
112 $morehtmlref .= '</div>';
[all …]
H A Dnote.php77 $morehtmlref = '<div class="refidno">'; variable
86 $morehtmlref .= '<br>'.$langs->trans('Project').' ';
90 $morehtmlref .= ' : ';
95 $morehtmlref .= '<input type="hidden" name="action" value="classin">';
96 $morehtmlref .= '<input type="hidden" name="token" value="'.newToken().'">';
99 $morehtmlref .= '</form>';
108 $morehtmlref .= $proj->ref;
109 $morehtmlref .= '</a>';
111 $morehtmlref .= '';
115 $morehtmlref .= '</div>';
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/compta/facture/
H A Dinfo.php85 $morehtmlref = '<div class="refidno">'; variable
94 $morehtmlref .= '<br>'.$langs->trans('Project').' ';
98 $morehtmlref .= ' : ';
103 $morehtmlref .= '<input type="hidden" name="action" value="classin">';
104 $morehtmlref .= '<input type="hidden" name="token" value="'.newToken().'">';
107 $morehtmlref .= '</form>';
116 $morehtmlref .= $proj->ref;
117 $morehtmlref .= '</a>';
119 $morehtmlref .= '';
123 $morehtmlref .= '</div>';
[all …]
H A Dnote.php94 $morehtmlref = '<div class="refidno">'; variable
103 $morehtmlref .= '<br>'.$langs->trans('Project').' ';
107 $morehtmlref .= ' : ';
112 $morehtmlref .= '<input type="hidden" name="action" value="classin">';
113 $morehtmlref .= '<input type="hidden" name="token" value="'.newToken().'">';
116 $morehtmlref .= '</form>';
125 $morehtmlref .= $proj->ref;
126 $morehtmlref .= '</a>';
128 $morehtmlref .= '';
132 $morehtmlref .= '</div>';
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/fourn/commande/
H A Dnote.php96 $morehtmlref = '<div class="refidno">'; variable
105 $morehtmlref .= '<br>'.$langs->trans('Project').' ';
109 $morehtmlref .= ' : ';
114 $morehtmlref .= '<input type="hidden" name="action" value="classin">';
115 $morehtmlref .= '<input type="hidden" name="token" value="'.newToken().'">';
118 $morehtmlref .= '</form>';
127 $morehtmlref .= $proj->ref;
128 $morehtmlref .= '</a>';
130 $morehtmlref .= '';
134 $morehtmlref .= '</div>';
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/ticket/
H A Ddocument.php128 $morehtmlref = '<div class="refidno">'; variable
129 $morehtmlref .= $object->subject;
137 $morehtmlref .= $fuser->getNomUrl(0);
146 $morehtmlref .= '<br>'.$langs->trans('ThirdParty');
150 $morehtmlref .= ' : ';
161 $morehtmlref .= '<br>'.$langs->trans('Project').' ';
165 $morehtmlref .= ' : ';
174 $morehtmlref .= '</form>';
182 $morehtmlref .= $proj->getNomUrl(1);
184 $morehtmlref .= '';
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/loan/
H A Dinfo.php65 $morehtmlref = '<div class="refidno">'; variable
67 $morehtmlref .= $form->editfieldkey("Label", 'label', $object->label, $object, 0, 'string', '', 0, …
72 $morehtmlref .= '<br>'.$langs->trans('Project').' : ';
78 $morehtmlref .= '<form method="post" action="'.$_SERVER['PHP_SELF'].'?id='.$object->id.'">';
79 $morehtmlref .= '<input type="hidden" name="action" value="classin">';
80 $morehtmlref .= '<input type="hidden" name="token" value="'.newToken().'">';
83 $morehtmlref .= '</form>';
92 $morehtmlref .= $proj->ref;
93 $morehtmlref .= '</a>';
95 $morehtmlref .= '';
[all …]
H A Dnote.php81 $morehtmlref = '<div class="refidno">'; variable
83 …$morehtmlref .= $form->editfieldkey("Label", 'label', $object->label, $object, 0, 'string', '', 0,…
88 $morehtmlref .= '<br>'.$langs->trans('Project').' : ';
94 $morehtmlref .= '<form method="post" action="'.$_SERVER['PHP_SELF'].'?id='.$object->id.'">';
95 $morehtmlref .= '<input type="hidden" name="action" value="classin">';
96 $morehtmlref .= '<input type="hidden" name="token" value="'.newToken().'">';
99 $morehtmlref .= '</form>';
108 $morehtmlref .= $proj->ref;
109 $morehtmlref .= '</a>';
111 $morehtmlref .= '';
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/loan/
H A Dinfo.php63 $morehtmlref = '<div class="refidno">'; variable
65 $morehtmlref .= $form->editfieldkey("Label", 'label', $object->label, $object, 0, 'string', '', 0, …
70 $morehtmlref .= '<br>'.$langs->trans('Project').' : ';
76 $morehtmlref .= '<form method="post" action="'.$_SERVER['PHP_SELF'].'?id='.$object->id.'">';
77 $morehtmlref .= '<input type="hidden" name="action" value="classin">';
78 $morehtmlref .= '<input type="hidden" name="token" value="'.newToken().'">';
81 $morehtmlref .= '</form>';
90 $morehtmlref .= $proj->ref;
91 $morehtmlref .= '</a>';
93 $morehtmlref .= '';
[all …]
H A Dnote.php80 $morehtmlref = '<div class="refidno">'; variable
82 …$morehtmlref .= $form->editfieldkey("Label", 'label', $object->label, $object, 0, 'string', '', 0,…
87 $morehtmlref .= '<br>'.$langs->trans('Project').' : ';
93 $morehtmlref .= '<form method="post" action="'.$_SERVER['PHP_SELF'].'?id='.$object->id.'">';
94 $morehtmlref .= '<input type="hidden" name="action" value="classin">';
95 $morehtmlref .= '<input type="hidden" name="token" value="'.newToken().'">';
98 $morehtmlref .= '</form>';
107 $morehtmlref .= $proj->ref;
108 $morehtmlref .= '</a>';
110 $morehtmlref .= '';
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/contrat/
H A Dagenda.php139 $morehtmlref = ''; variable
141 $morehtmlref .= $object->ref;
149 $morehtmlref .= '<div class="refidno">';
154 $morehtmlref .= '<br>';
164 $morehtmlref .= '<br>'.$langs->trans('Project').' ';
169 $morehtmlref .= ' : ';
178 $morehtmlref .= '</form>';
187 $morehtmlref .= $proj->ref;
188 $morehtmlref .= '</a>';
190 $morehtmlref .= '';
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/contrat/
H A Dagenda.php150 $morehtmlref = ''; variable
152 $morehtmlref .= $object->ref;
160 $morehtmlref .= '<div class="refidno">';
165 $morehtmlref .= '<br>';
176 $morehtmlref .= '<br>'.$langs->trans('Project').' ';
180 $morehtmlref .= ' : ';
189 $morehtmlref .= '</form>';
198 $morehtmlref .= $proj->ref;
199 $morehtmlref .= '</a>';
201 $morehtmlref .= '';
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/expedition/
H A Dnote.php98 $morehtmlref = '<div class="refidno">'; variable
107 $morehtmlref .= '<br>'.$langs->trans('Project').' ';
115 $morehtmlref .= '<input type="hidden" name="action" value="classin">';
116 $morehtmlref .= '<input type="hidden" name="token" value="'.newToken().'">';
119 $morehtmlref .= '</form>';
126 $morehtmlref .= ' : ';
131 $morehtmlref .= $proj->ref;
132 $morehtmlref .= '</a>';
134 $morehtmlref .= '';
138 $morehtmlref .= '</div>';
[all …]
H A Ddocument.php116 $morehtmlref = '<div class="refidno">'; variable
126 $morehtmlref .= '<br>'.$langs->trans('Project').' ';
134 $morehtmlref .= '<input type="hidden" name="action" value="classin">';
135 $morehtmlref .= '<input type="hidden" name="token" value="'.newToken().'">';
138 $morehtmlref .= '</form>';
145 $morehtmlref .= ' : ';
150 $morehtmlref .= $proj->ref;
151 $morehtmlref .= '</a>';
153 $morehtmlref .= '';
157 $morehtmlref .= '</div>';
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/reception/
H A Dnote.php107 $morehtmlref = '<div class="refidno">'; variable
116 $morehtmlref .= '<br>'.$langs->trans('Project').' ';
124 $morehtmlref .= '<input type="hidden" name="action" value="classin">';
125 $morehtmlref .= '<input type="hidden" name="token" value="'.newToken().'">';
128 $morehtmlref .= '</form>';
135 $morehtmlref .= ' : ';
140 $morehtmlref .= $proj->ref;
141 $morehtmlref .= '</a>';
143 $morehtmlref .= '';
147 $morehtmlref .= '</div>';
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/supplier_proposal/
H A Dnote.php90 $morehtmlref = '<div class="refidno">'; variable
99 $morehtmlref .= '<br>'.$langs->trans('Project').' ';
103 $morehtmlref .= ' : ';
108 $morehtmlref .= '<input type="hidden" name="action" value="classin">';
109 $morehtmlref .= '<input type="hidden" name="token" value="'.newToken().'">';
112 $morehtmlref .= '</form>';
121 $morehtmlref .= $proj->ref;
122 $morehtmlref .= '</a>';
124 $morehtmlref .= '';
128 $morehtmlref .= '</div>';
[all …]
H A Dcontact.php130 $morehtmlref = '<div class="refidno">'; variable
135 $morehtmlref .= '<br>'.$langs->trans('ThirdParty').' : '.$object->thirdparty->getNomUrl(1);
139 $morehtmlref .= '<br>'.$langs->trans('Project').' ';
143 $morehtmlref .= ' : ';
148 $morehtmlref .= '<input type="hidden" name="action" value="classin">';
149 $morehtmlref .= '<input type="hidden" name="token" value="'.newToken().'">';
152 $morehtmlref .= '</form>';
161 $morehtmlref .= $proj->ref;
162 $morehtmlref .= '</a>';
164 $morehtmlref .= '';
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/supplier_proposal/
H A Dnote.php88 $morehtmlref = '<div class="refidno">'; variable
98 $morehtmlref .= '<br>'.$langs->trans('Project').' ';
103 $morehtmlref .= ' : ';
108 $morehtmlref .= '<input type="hidden" name="action" value="classin">';
109 $morehtmlref .= '<input type="hidden" name="token" value="'.newToken().'">';
112 $morehtmlref .= '</form>';
121 $morehtmlref .= $proj->ref;
122 $morehtmlref .= '</a>';
124 $morehtmlref .= '';
128 $morehtmlref .= '</div>';
[all …]
H A Dcontact.php141 $morehtmlref = '<div class="refidno">'; variable
146 $morehtmlref .= '<br>'.$langs->trans('ThirdParty').' : '.$object->thirdparty->getNomUrl(1);
151 $morehtmlref .= '<br>'.$langs->trans('Project').' ';
156 $morehtmlref .= ' : ';
161 $morehtmlref .= '<input type="hidden" name="action" value="classin">';
162 $morehtmlref .= '<input type="hidden" name="token" value="'.newToken().'">';
165 $morehtmlref .= '</form>';
174 $morehtmlref .= $proj->ref;
175 $morehtmlref .= '</a>';
177 $morehtmlref .= '';
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/reception/
H A Dnote.php109 $morehtmlref = '<div class="refidno">'; variable
118 $morehtmlref .= '<br>'.$langs->trans('Project').' ';
126 $morehtmlref .= '<input type="hidden" name="action" value="classin">';
127 $morehtmlref .= '<input type="hidden" name="token" value="'.newToken().'">';
130 $morehtmlref .= '</form>';
137 $morehtmlref .= ' : ';
142 $morehtmlref .= $proj->ref;
143 $morehtmlref .= '</a>';
145 $morehtmlref .= '';
149 $morehtmlref .= '</div>';
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/ticket/
H A Dcontact.php147 $morehtmlref = '<div class="refidno">'; variable
148 $morehtmlref .= $object->subject;
156 $morehtmlref .= $fuser->getNomUrl(0);
166 $morehtmlref .= '<br>'.$langs->trans('ThirdParty');
170 $morehtmlref .= ' : ';
182 $morehtmlref .= '<br>'.$langs->trans('Project').' ';
187 $morehtmlref .= ' : ';
196 $morehtmlref .= '</form>';
204 $morehtmlref .= $proj->getNomUrl(1);
206 $morehtmlref .= '';
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/expedition/
H A Ddocument.php111 $morehtmlref = '<div class="refidno">'; variable
121 $morehtmlref .= '<br>'.$langs->trans('Project').' ';
129 $morehtmlref .= '<input type="hidden" name="action" value="classin">';
130 $morehtmlref .= '<input type="hidden" name="token" value="'.newToken().'">';
133 $morehtmlref .= '</form>';
140 $morehtmlref .= ' : ';
145 $morehtmlref .= $proj->ref;
146 $morehtmlref .= '</a>';
148 $morehtmlref .= '';
152 $morehtmlref .= '</div>';
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/fourn/commande/
H A Dcontact.php141 $morehtmlref = '<div class="refidno">'; variable
146 $morehtmlref .= '<br>'.$langs->trans('ThirdParty').' : '.$object->thirdparty->getNomUrl(1);
151 $morehtmlref .= '<br>'.$langs->trans('Project').' ';
156 $morehtmlref .= ' : ';
161 $morehtmlref .= '<input type="hidden" name="action" value="classin">';
162 $morehtmlref .= '<input type="hidden" name="token" value="'.newToken().'">';
165 $morehtmlref .= '</form>';
174 $morehtmlref .= $proj->ref;
175 $morehtmlref .= '</a>';
177 $morehtmlref .= '';
[all …]
H A Ddocument.php117 $morehtmlref = '<div class="refidno">'; variable
127 $morehtmlref .= '<br>'.$langs->trans('Project').' ';
132 $morehtmlref .= ' : ';
137 $morehtmlref .= '<input type="hidden" name="action" value="classin">';
138 $morehtmlref .= '<input type="hidden" name="token" value="'.newToken().'">';
141 $morehtmlref .= '</form>';
150 $morehtmlref .= $proj->ref;
151 $morehtmlref .= '</a>';
153 $morehtmlref .= '';
157 $morehtmlref .= '</div>';
[all …]

12345678910>>...16