N°1405 Add support of AttributePhoneNumber which allows launch of phone application on click.

SVN:trunk[5698]
This commit is contained in:
Guillaume Lajarige
2018-04-19 15:56:11 +00:00
parent 512f368cbf
commit 18bd0ae096
15 changed files with 199 additions and 67 deletions

View File

@@ -934,6 +934,10 @@ table .group-actions {
color: #ea7d1e;
font-size: 0.9em;
}
.form_field .form_field_decoration {
vertical-align: baseline;
margin-right: 8px;
}
/* ExternalKey */
.selectobject .input-group-addon {
cursor: pointer;

View File

@@ -1016,6 +1016,10 @@ table .group-actions .item-action-wrapper .panel-body > p:last-child{
color: $brand-primary;
font-size: 0.9em;
}
.form_field .form_field_decoration{
vertical-align: baseline;
margin-right: 8px;
}
/* ExternalKey */
.selectobject .input-group-addon{
cursor: pointer;