Lines Matching full:input

244 …$out .= '<span>'.$this->getLang('addressbook').'</span> <input type="text" name="searchtext" place…
245 $out .= '<input type="submit" name="Submit" value="'.$this->getLang('exec search').'" />';
261 $out .= '<input type="hidden" name="MAX_FILE_SIZE" value="2200000" />';
262 $out .= '<input type="hidden" name="contactid" value="'.$contact_id.'" />';
263 …$out .= '<input type="text" name="firstname" placeholder="'.$this->getLang('form firstname').'" va…
264 …$out .= '<input type="text" name="surname" placeholder="'.$this->getLang('form surname').'" value=…
265 …$out .= '<input type="text" name="cfunction" placeholder="'.$this->getLang('form function').'" val…
266 …$out .= '<input type="text" name="department" placeholder="'.$this->getLang('form department').'" …
267 …$out .= '<input type="text" name="tel1" placeholder="'.$this->getLang('form tel1').'" value="'.$ci…
268 …$out .= '<input type="text" name="tel2" placeholder="'.$this->getLang('form tel2').'" value="'.$ci…
269 …$out .= '<input type="text" name="fax" placeholder="'.$this->getLang('form fax').'" value="'.$cinf…
270 …$out .= '<input type="text" name="email" placeholder="'.$this->getLang('form email').'" value="'.$…
277 … $out .= '<br><input type="checkbox" id="removephoto" name="removephoto" value="Remove photo"> ';
280 $out .= '<input type="hidden" name="blob" value="'.($cinfo['photo']).'">';
284 …$out .= $this->getLang('form upload').': <input name="photo" type="file" /> '.$this->getLang('form…
288 $out .= '<br><input type="submit" name="Submit" value="'.$this->getLang('exec save').'" />';
289 $out .= '<input type="submit" name="Submit" value="'.$this->getLang('exec cancel').'" />';