Skip to content

Commit c020076

Browse files
committed
Deprecate ICQ, #6493
1 parent 16b9620 commit c020076

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

interface/web/client/form/client.tform.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@
422422
'cols' => '',
423423
'searchable' => 2
424424
),
425+
// Deprecated
425426
'icq' => array (
426427
'datatype' => 'VARCHAR',
427428
'formtype' => 'TEXT',

interface/web/client/templates/client_edit_address.htm

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,6 @@
9393
<div class="form-group">
9494
<label for="internet" class="col-sm-3 control-label">{tmpl_var name='internet_txt'}</label>
9595
<div class="col-sm-9"><input type="text" name="internet" id="internet" value="{tmpl_var name='internet'}" class="form-control" /></div></div>
96-
<div class="form-group">
97-
<label for="icq" class="col-sm-3 control-label">{tmpl_var name='icq_txt'}</label>
98-
<div class="col-sm-9"><input type="text" name="icq" id="icq" value="{tmpl_var name='icq'}" class="form-control" /></div></div>
9996
<div class="form-group">
10097
<label for="vat_id" class="col-sm-3 control-label">{tmpl_var name='vat_id_txt'}</label>
10198
<div class="col-sm-9"><input type="text" name="vat_id" id="vat_id" value="{tmpl_var name='vat_id'}" class="form-control" /></div></div>

0 commit comments

Comments
 (0)