Customer portal : New Combodo font and stylesheet to use some pictos as characters anywhere

SVN:trunk[4126]
This commit is contained in:
Guillaume Lajarige
2016-05-24 12:34:30 +00:00
parent 2c4ccd2302
commit e1ea466053
16 changed files with 808 additions and 11 deletions

View File

@@ -1027,7 +1027,7 @@
</title>
<description>Portal:CreateNewRequest+</description>
<decoration_class>
<default>fa fa-map fa-2x</default>
<default>fc fc-new-request fc-2x</default>
</decoration_class>
<!-- <fields /> Optional tag to add attributes to the table by their code, can be specified for each level -->
<levels>
@@ -1104,7 +1104,7 @@
</title>
<description>Portal:ShowOngoing+</description>
<decoration_class>
<default>fa fa-pencil-square fa-2x</default>
<default>fc fc-ongoing-request fc-2x</default>
</decoration_class>
<oql><![CDATA[SELECT Ticket]]></oql>
<!-- Can be either a class tag with the class name or an oql tag with the query -->
@@ -1157,7 +1157,7 @@
</title>
<description>Portal:ShowClosed+</description>
<decoration_class>
<default>fa fa-pencil-square fa-2x</default>
<default>fc fc-closed-request fc-2x</default>
</decoration_class>
<oql><![CDATA[SELECT UserRequest WHERE org_id = :current_contact->org_id AND caller_id = :current_contact_id AND status = 'closed']]></oql>
<!-- Can be either a class tag with the class name or an oql tag with the query -->