diff --git a/ProcessMaker/Http/Controllers/ProcessesCatalogueController.php b/ProcessMaker/Http/Controllers/ProcessesCatalogueController.php index ad6ceac56b..262a09f4d1 100644 --- a/ProcessMaker/Http/Controllers/ProcessesCatalogueController.php +++ b/ProcessMaker/Http/Controllers/ProcessesCatalogueController.php @@ -14,6 +14,7 @@ use ProcessMaker\Models\ProcessCategory; use ProcessMaker\Models\ProcessLaunchpad; use ProcessMaker\Traits\HasControllerAddons; +use ProcessMaker\Package\SavedSearch\Models\SavedSearch; /** * @param Request $request @@ -48,6 +49,27 @@ public function index(Request $request, Process $process = null) return view('processes-catalogue.mobile', compact('title', 'process', 'currentUser', 'manager')); } $userConfiguration = (new UserConfigurationController())->index()['ui_configuration']; - return view('processes-catalogue.index', compact('process', 'currentUser', 'manager', 'userConfiguration')); + + $defaultSavedSearch = $this->getDefaultSavedSearchId(); + + return view('processes-catalogue.index', compact('process', 'currentUser', 'manager', 'userConfiguration', 'defaultSavedSearch')); + } + + /** + * Get the ID of the default saved search for tasks. + * + * @return int|null + */ + private function getDefaultSavedSearchId() + { + $id = null; + if (class_exists(SavedSearch::class)) { + $savedSearch = SavedSearch::firstSystemSearchFor( + Auth::user(), + SavedSearch::KEY_TASKS, + ); + $id = $savedSearch->id; + } + return $id; } } diff --git a/README.md b/README.md index ceab37bb8d..eb9c8f9172 100644 --- a/README.md +++ b/README.md @@ -406,9 +406,9 @@ Please follow the steps: ```text npm install ``` -2. Add the new svg icon file in the /processmaker/resources/icons +2. Add the new svg icon file in the /processmaker/resources/devhub/pm-font/svg ```text -/processmaker/resources/icons/my-new-icon.svg +/processmaker/resources/devhub/pm-font/svg/my-new-icon.svg ``` 3.Run the follow command ```text diff --git a/devhub/pm-font/svg/arrow-left.svg b/devhub/pm-font/svg/arrow-left.svg new file mode 100644 index 0000000000..be836c41cf --- /dev/null +++ b/devhub/pm-font/svg/arrow-left.svg @@ -0,0 +1,3 @@ + diff --git a/devhub/pm-font/svg/box-arrow-up-right.svg b/devhub/pm-font/svg/box-arrow-up-right.svg new file mode 100644 index 0000000000..ef105b84ce --- /dev/null +++ b/devhub/pm-font/svg/box-arrow-up-right.svg @@ -0,0 +1,3 @@ + diff --git a/resources/fonts/pm-font/index.html b/resources/fonts/pm-font/index.html index c91af38eb9..3b551c9017 100644 --- a/resources/fonts/pm-font/index.html +++ b/resources/fonts/pm-font/index.html @@ -103,7 +103,7 @@
diff --git a/resources/fonts/pm-font/processmaker-font.css b/resources/fonts/pm-font/processmaker-font.css
index 4e239df8d8..3b50d72e70 100644
--- a/resources/fonts/pm-font/processmaker-font.css
+++ b/resources/fonts/pm-font/processmaker-font.css
@@ -1,11 +1,11 @@
@font-face {
font-family: "processmaker-font";
- src: url('processmaker-font.eot?t=1736427523749'); /* IE9*/
- src: url('processmaker-font.eot?t=1736427523749#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url("processmaker-font.woff2?t=1736427523749") format("woff2"),
- url("processmaker-font.woff?t=1736427523749") format("woff"),
- url('processmaker-font.ttf?t=1736427523749') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
- url('processmaker-font.svg?t=1736427523749#processmaker-font') format('svg'); /* iOS 4.1- */
+ src: url('processmaker-font.eot?t=1738008776900'); /* IE9*/
+ src: url('processmaker-font.eot?t=1738008776900#iefix') format('embedded-opentype'), /* IE6-IE8 */
+ url("processmaker-font.woff2?t=1738008776900") format("woff2"),
+ url("processmaker-font.woff?t=1738008776900") format("woff"),
+ url('processmaker-font.ttf?t=1738008776900') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
+ url('processmaker-font.svg?t=1738008776900#processmaker-font') format('svg'); /* iOS 4.1- */
}
[class^="fp-"], [class*=" fp-"] {
@@ -16,46 +16,48 @@
}
-.fp-bpmn-action-by-email:before { content: "\ea01"; }
-.fp-bpmn-data-connector:before { content: "\ea02"; }
-.fp-bpmn-data-object:before { content: "\ea03"; }
-.fp-bpmn-data-store:before { content: "\ea04"; }
-.fp-bpmn-docusign:before { content: "\ea05"; }
-.fp-bpmn-end-event:before { content: "\ea06"; }
-.fp-bpmn-flowgenie:before { content: "\ea07"; }
-.fp-bpmn-gateway:before { content: "\ea08"; }
-.fp-bpmn-generic-gateway:before { content: "\ea09"; }
-.fp-bpmn-idp:before { content: "\ea0a"; }
-.fp-bpmn-intermediate-event:before { content: "\ea0b"; }
-.fp-bpmn-pool:before { content: "\ea0c"; }
-.fp-bpmn-send-email:before { content: "\ea0d"; }
-.fp-bpmn-start-event:before { content: "\ea0e"; }
-.fp-bpmn-task:before { content: "\ea0f"; }
-.fp-bpmn-text-annotation:before { content: "\ea10"; }
-.fp-brush-icon:before { content: "\ea11"; }
-.fp-close:before { content: "\ea12"; }
-.fp-cloud-download-outline:before { content: "\ea13"; }
-.fp-copy:before { content: "\ea14"; }
-.fp-desktop:before { content: "\ea15"; }
-.fp-eye:before { content: "\ea16"; }
-.fp-fields-icon:before { content: "\ea17"; }
-.fp-flowgenie-outline:before { content: "\ea18"; }
-.fp-folder-outline:before { content: "\ea19"; }
-.fp-fullscreen:before { content: "\ea1a"; }
-.fp-github:before { content: "\ea1b"; }
-.fp-layout-icon:before { content: "\ea1c"; }
-.fp-map:before { content: "\ea1d"; }
-.fp-mobile:before { content: "\ea1e"; }
-.fp-pdf:before { content: "\ea1f"; }
-.fp-play-outline:before { content: "\ea20"; }
-.fp-plus:before { content: "\ea21"; }
-.fp-screen-outline:before { content: "\ea22"; }
-.fp-script-outline:before { content: "\ea23"; }
-.fp-slack-notification:before { content: "\ea24"; }
-.fp-slack:before { content: "\ea25"; }
-.fp-slideshow:before { content: "\ea26"; }
-.fp-table:before { content: "\ea27"; }
-.fp-tachometer-alt-average:before { content: "\ea28"; }
-.fp-trash:before { content: "\ea29"; }
-.fp-unlink:before { content: "\ea2a"; }
+.fp-arrow-left:before { content: "\ea01"; }
+.fp-box-arrow-up-right:before { content: "\ea02"; }
+.fp-bpmn-action-by-email:before { content: "\ea03"; }
+.fp-bpmn-data-connector:before { content: "\ea04"; }
+.fp-bpmn-data-object:before { content: "\ea05"; }
+.fp-bpmn-data-store:before { content: "\ea06"; }
+.fp-bpmn-docusign:before { content: "\ea07"; }
+.fp-bpmn-end-event:before { content: "\ea08"; }
+.fp-bpmn-flowgenie:before { content: "\ea09"; }
+.fp-bpmn-gateway:before { content: "\ea0a"; }
+.fp-bpmn-generic-gateway:before { content: "\ea0b"; }
+.fp-bpmn-idp:before { content: "\ea0c"; }
+.fp-bpmn-intermediate-event:before { content: "\ea0d"; }
+.fp-bpmn-pool:before { content: "\ea0e"; }
+.fp-bpmn-send-email:before { content: "\ea0f"; }
+.fp-bpmn-start-event:before { content: "\ea10"; }
+.fp-bpmn-task:before { content: "\ea11"; }
+.fp-bpmn-text-annotation:before { content: "\ea12"; }
+.fp-brush-icon:before { content: "\ea13"; }
+.fp-close:before { content: "\ea14"; }
+.fp-cloud-download-outline:before { content: "\ea15"; }
+.fp-copy:before { content: "\ea16"; }
+.fp-desktop:before { content: "\ea17"; }
+.fp-eye:before { content: "\ea18"; }
+.fp-fields-icon:before { content: "\ea19"; }
+.fp-flowgenie-outline:before { content: "\ea1a"; }
+.fp-folder-outline:before { content: "\ea1b"; }
+.fp-fullscreen:before { content: "\ea1c"; }
+.fp-github:before { content: "\ea1d"; }
+.fp-layout-icon:before { content: "\ea1e"; }
+.fp-map:before { content: "\ea1f"; }
+.fp-mobile:before { content: "\ea20"; }
+.fp-pdf:before { content: "\ea21"; }
+.fp-play-outline:before { content: "\ea22"; }
+.fp-plus:before { content: "\ea23"; }
+.fp-screen-outline:before { content: "\ea24"; }
+.fp-script-outline:before { content: "\ea25"; }
+.fp-slack-notification:before { content: "\ea26"; }
+.fp-slack:before { content: "\ea27"; }
+.fp-slideshow:before { content: "\ea28"; }
+.fp-table:before { content: "\ea29"; }
+.fp-tachometer-alt-average:before { content: "\ea2a"; }
+.fp-trash:before { content: "\ea2b"; }
+.fp-unlink:before { content: "\ea2c"; }
diff --git a/resources/fonts/pm-font/processmaker-font.eot b/resources/fonts/pm-font/processmaker-font.eot
index 7e53b1e846..fed84252fa 100644
Binary files a/resources/fonts/pm-font/processmaker-font.eot and b/resources/fonts/pm-font/processmaker-font.eot differ
diff --git a/resources/fonts/pm-font/processmaker-font.less b/resources/fonts/pm-font/processmaker-font.less
index 52ee31b680..0592fd0072 100644
--- a/resources/fonts/pm-font/processmaker-font.less
+++ b/resources/fonts/pm-font/processmaker-font.less
@@ -1,10 +1,10 @@
@font-face {font-family: "processmaker-font";
- src: url('processmaker-font.eot?t=1736427523749'); /* IE9*/
- src: url('processmaker-font.eot?t=1736427523749#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url("processmaker-font.woff2?t=1736427523749") format("woff2"),
- url("processmaker-font.woff?t=1736427523749") format("woff"),
- url('processmaker-font.ttf?t=1736427523749') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
- url('processmaker-font.svg?t=1736427523749#processmaker-font') format('svg'); /* iOS 4.1- */
+ src: url('processmaker-font.eot?t=1738008776900'); /* IE9*/
+ src: url('processmaker-font.eot?t=1738008776900#iefix') format('embedded-opentype'), /* IE6-IE8 */
+ url("processmaker-font.woff2?t=1738008776900") format("woff2"),
+ url("processmaker-font.woff?t=1738008776900") format("woff"),
+ url('processmaker-font.ttf?t=1738008776900') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
+ url('processmaker-font.svg?t=1738008776900#processmaker-font') format('svg'); /* iOS 4.1- */
}
[class^="fp-"], [class*=" fp-"] {
@@ -14,45 +14,47 @@
-moz-osx-font-smoothing: grayscale;
}
-.fp-bpmn-action-by-email:before { content: "\ea01"; }
-.fp-bpmn-data-connector:before { content: "\ea02"; }
-.fp-bpmn-data-object:before { content: "\ea03"; }
-.fp-bpmn-data-store:before { content: "\ea04"; }
-.fp-bpmn-docusign:before { content: "\ea05"; }
-.fp-bpmn-end-event:before { content: "\ea06"; }
-.fp-bpmn-flowgenie:before { content: "\ea07"; }
-.fp-bpmn-gateway:before { content: "\ea08"; }
-.fp-bpmn-generic-gateway:before { content: "\ea09"; }
-.fp-bpmn-idp:before { content: "\ea0a"; }
-.fp-bpmn-intermediate-event:before { content: "\ea0b"; }
-.fp-bpmn-pool:before { content: "\ea0c"; }
-.fp-bpmn-send-email:before { content: "\ea0d"; }
-.fp-bpmn-start-event:before { content: "\ea0e"; }
-.fp-bpmn-task:before { content: "\ea0f"; }
-.fp-bpmn-text-annotation:before { content: "\ea10"; }
-.fp-brush-icon:before { content: "\ea11"; }
-.fp-close:before { content: "\ea12"; }
-.fp-cloud-download-outline:before { content: "\ea13"; }
-.fp-copy:before { content: "\ea14"; }
-.fp-desktop:before { content: "\ea15"; }
-.fp-eye:before { content: "\ea16"; }
-.fp-fields-icon:before { content: "\ea17"; }
-.fp-flowgenie-outline:before { content: "\ea18"; }
-.fp-folder-outline:before { content: "\ea19"; }
-.fp-fullscreen:before { content: "\ea1a"; }
-.fp-github:before { content: "\ea1b"; }
-.fp-layout-icon:before { content: "\ea1c"; }
-.fp-map:before { content: "\ea1d"; }
-.fp-mobile:before { content: "\ea1e"; }
-.fp-pdf:before { content: "\ea1f"; }
-.fp-play-outline:before { content: "\ea20"; }
-.fp-plus:before { content: "\ea21"; }
-.fp-screen-outline:before { content: "\ea22"; }
-.fp-script-outline:before { content: "\ea23"; }
-.fp-slack-notification:before { content: "\ea24"; }
-.fp-slack:before { content: "\ea25"; }
-.fp-slideshow:before { content: "\ea26"; }
-.fp-table:before { content: "\ea27"; }
-.fp-tachometer-alt-average:before { content: "\ea28"; }
-.fp-trash:before { content: "\ea29"; }
-.fp-unlink:before { content: "\ea2a"; }
+.fp-arrow-left:before { content: "\ea01"; }
+.fp-box-arrow-up-right:before { content: "\ea02"; }
+.fp-bpmn-action-by-email:before { content: "\ea03"; }
+.fp-bpmn-data-connector:before { content: "\ea04"; }
+.fp-bpmn-data-object:before { content: "\ea05"; }
+.fp-bpmn-data-store:before { content: "\ea06"; }
+.fp-bpmn-docusign:before { content: "\ea07"; }
+.fp-bpmn-end-event:before { content: "\ea08"; }
+.fp-bpmn-flowgenie:before { content: "\ea09"; }
+.fp-bpmn-gateway:before { content: "\ea0a"; }
+.fp-bpmn-generic-gateway:before { content: "\ea0b"; }
+.fp-bpmn-idp:before { content: "\ea0c"; }
+.fp-bpmn-intermediate-event:before { content: "\ea0d"; }
+.fp-bpmn-pool:before { content: "\ea0e"; }
+.fp-bpmn-send-email:before { content: "\ea0f"; }
+.fp-bpmn-start-event:before { content: "\ea10"; }
+.fp-bpmn-task:before { content: "\ea11"; }
+.fp-bpmn-text-annotation:before { content: "\ea12"; }
+.fp-brush-icon:before { content: "\ea13"; }
+.fp-close:before { content: "\ea14"; }
+.fp-cloud-download-outline:before { content: "\ea15"; }
+.fp-copy:before { content: "\ea16"; }
+.fp-desktop:before { content: "\ea17"; }
+.fp-eye:before { content: "\ea18"; }
+.fp-fields-icon:before { content: "\ea19"; }
+.fp-flowgenie-outline:before { content: "\ea1a"; }
+.fp-folder-outline:before { content: "\ea1b"; }
+.fp-fullscreen:before { content: "\ea1c"; }
+.fp-github:before { content: "\ea1d"; }
+.fp-layout-icon:before { content: "\ea1e"; }
+.fp-map:before { content: "\ea1f"; }
+.fp-mobile:before { content: "\ea20"; }
+.fp-pdf:before { content: "\ea21"; }
+.fp-play-outline:before { content: "\ea22"; }
+.fp-plus:before { content: "\ea23"; }
+.fp-screen-outline:before { content: "\ea24"; }
+.fp-script-outline:before { content: "\ea25"; }
+.fp-slack-notification:before { content: "\ea26"; }
+.fp-slack:before { content: "\ea27"; }
+.fp-slideshow:before { content: "\ea28"; }
+.fp-table:before { content: "\ea29"; }
+.fp-tachometer-alt-average:before { content: "\ea2a"; }
+.fp-trash:before { content: "\ea2b"; }
+.fp-unlink:before { content: "\ea2c"; }
diff --git a/resources/fonts/pm-font/processmaker-font.module.less b/resources/fonts/pm-font/processmaker-font.module.less
index 10350c683b..2e0e2c1b21 100644
--- a/resources/fonts/pm-font/processmaker-font.module.less
+++ b/resources/fonts/pm-font/processmaker-font.module.less
@@ -1,10 +1,10 @@
@font-face {font-family: "processmaker-font";
- src: url('processmaker-font.eot?t=1736427523749'); /* IE9*/
- src: url('processmaker-font.eot?t=1736427523749#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url("processmaker-font.woff2?t=1736427523749") format("woff2"),
- url("processmaker-font.woff?t=1736427523749") format("woff"),
- url('processmaker-font.ttf?t=1736427523749') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
- url('processmaker-font.svg?t=1736427523749#processmaker-font') format('svg'); /* iOS 4.1- */
+ src: url('processmaker-font.eot?t=1738008776900'); /* IE9*/
+ src: url('processmaker-font.eot?t=1738008776900#iefix') format('embedded-opentype'), /* IE6-IE8 */
+ url("processmaker-font.woff2?t=1738008776900") format("woff2"),
+ url("processmaker-font.woff?t=1738008776900") format("woff"),
+ url('processmaker-font.ttf?t=1738008776900') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
+ url('processmaker-font.svg?t=1738008776900#processmaker-font') format('svg'); /* iOS 4.1- */
}
[class^="fp-"], [class*=" fp-"] {
@@ -15,47 +15,49 @@
}
:global {
-.fp-bpmn-action-by-email:before { content: "\ea01"; }
-.fp-bpmn-data-connector:before { content: "\ea02"; }
-.fp-bpmn-data-object:before { content: "\ea03"; }
-.fp-bpmn-data-store:before { content: "\ea04"; }
-.fp-bpmn-docusign:before { content: "\ea05"; }
-.fp-bpmn-end-event:before { content: "\ea06"; }
-.fp-bpmn-flowgenie:before { content: "\ea07"; }
-.fp-bpmn-gateway:before { content: "\ea08"; }
-.fp-bpmn-generic-gateway:before { content: "\ea09"; }
-.fp-bpmn-idp:before { content: "\ea0a"; }
-.fp-bpmn-intermediate-event:before { content: "\ea0b"; }
-.fp-bpmn-pool:before { content: "\ea0c"; }
-.fp-bpmn-send-email:before { content: "\ea0d"; }
-.fp-bpmn-start-event:before { content: "\ea0e"; }
-.fp-bpmn-task:before { content: "\ea0f"; }
-.fp-bpmn-text-annotation:before { content: "\ea10"; }
-.fp-brush-icon:before { content: "\ea11"; }
-.fp-close:before { content: "\ea12"; }
-.fp-cloud-download-outline:before { content: "\ea13"; }
-.fp-copy:before { content: "\ea14"; }
-.fp-desktop:before { content: "\ea15"; }
-.fp-eye:before { content: "\ea16"; }
-.fp-fields-icon:before { content: "\ea17"; }
-.fp-flowgenie-outline:before { content: "\ea18"; }
-.fp-folder-outline:before { content: "\ea19"; }
-.fp-fullscreen:before { content: "\ea1a"; }
-.fp-github:before { content: "\ea1b"; }
-.fp-layout-icon:before { content: "\ea1c"; }
-.fp-map:before { content: "\ea1d"; }
-.fp-mobile:before { content: "\ea1e"; }
-.fp-pdf:before { content: "\ea1f"; }
-.fp-play-outline:before { content: "\ea20"; }
-.fp-plus:before { content: "\ea21"; }
-.fp-screen-outline:before { content: "\ea22"; }
-.fp-script-outline:before { content: "\ea23"; }
-.fp-slack-notification:before { content: "\ea24"; }
-.fp-slack:before { content: "\ea25"; }
-.fp-slideshow:before { content: "\ea26"; }
-.fp-table:before { content: "\ea27"; }
-.fp-tachometer-alt-average:before { content: "\ea28"; }
-.fp-trash:before { content: "\ea29"; }
-.fp-unlink:before { content: "\ea2a"; }
+.fp-arrow-left:before { content: "\ea01"; }
+.fp-box-arrow-up-right:before { content: "\ea02"; }
+.fp-bpmn-action-by-email:before { content: "\ea03"; }
+.fp-bpmn-data-connector:before { content: "\ea04"; }
+.fp-bpmn-data-object:before { content: "\ea05"; }
+.fp-bpmn-data-store:before { content: "\ea06"; }
+.fp-bpmn-docusign:before { content: "\ea07"; }
+.fp-bpmn-end-event:before { content: "\ea08"; }
+.fp-bpmn-flowgenie:before { content: "\ea09"; }
+.fp-bpmn-gateway:before { content: "\ea0a"; }
+.fp-bpmn-generic-gateway:before { content: "\ea0b"; }
+.fp-bpmn-idp:before { content: "\ea0c"; }
+.fp-bpmn-intermediate-event:before { content: "\ea0d"; }
+.fp-bpmn-pool:before { content: "\ea0e"; }
+.fp-bpmn-send-email:before { content: "\ea0f"; }
+.fp-bpmn-start-event:before { content: "\ea10"; }
+.fp-bpmn-task:before { content: "\ea11"; }
+.fp-bpmn-text-annotation:before { content: "\ea12"; }
+.fp-brush-icon:before { content: "\ea13"; }
+.fp-close:before { content: "\ea14"; }
+.fp-cloud-download-outline:before { content: "\ea15"; }
+.fp-copy:before { content: "\ea16"; }
+.fp-desktop:before { content: "\ea17"; }
+.fp-eye:before { content: "\ea18"; }
+.fp-fields-icon:before { content: "\ea19"; }
+.fp-flowgenie-outline:before { content: "\ea1a"; }
+.fp-folder-outline:before { content: "\ea1b"; }
+.fp-fullscreen:before { content: "\ea1c"; }
+.fp-github:before { content: "\ea1d"; }
+.fp-layout-icon:before { content: "\ea1e"; }
+.fp-map:before { content: "\ea1f"; }
+.fp-mobile:before { content: "\ea20"; }
+.fp-pdf:before { content: "\ea21"; }
+.fp-play-outline:before { content: "\ea22"; }
+.fp-plus:before { content: "\ea23"; }
+.fp-screen-outline:before { content: "\ea24"; }
+.fp-script-outline:before { content: "\ea25"; }
+.fp-slack-notification:before { content: "\ea26"; }
+.fp-slack:before { content: "\ea27"; }
+.fp-slideshow:before { content: "\ea28"; }
+.fp-table:before { content: "\ea29"; }
+.fp-tachometer-alt-average:before { content: "\ea2a"; }
+.fp-trash:before { content: "\ea2b"; }
+.fp-unlink:before { content: "\ea2c"; }
}
\ No newline at end of file
diff --git a/resources/fonts/pm-font/processmaker-font.scss b/resources/fonts/pm-font/processmaker-font.scss
index a27ec90675..3f797793ee 100644
--- a/resources/fonts/pm-font/processmaker-font.scss
+++ b/resources/fonts/pm-font/processmaker-font.scss
@@ -1,10 +1,10 @@
@font-face {font-family: "processmaker-font";
- src: url('processmaker-font.eot?t=1736427523749'); /* IE9*/
- src: url('processmaker-font.eot?t=1736427523749#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url("processmaker-font.woff2?t=1736427523749") format("woff2"),
- url("processmaker-font.woff?t=1736427523749") format("woff"),
- url('processmaker-font.ttf?t=1736427523749') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
- url('processmaker-font.svg?t=1736427523749#processmaker-font') format('svg'); /* iOS 4.1- */
+ src: url('processmaker-font.eot?t=1738008776900'); /* IE9*/
+ src: url('processmaker-font.eot?t=1738008776900#iefix') format('embedded-opentype'), /* IE6-IE8 */
+ url("processmaker-font.woff2?t=1738008776900") format("woff2"),
+ url("processmaker-font.woff?t=1738008776900") format("woff"),
+ url('processmaker-font.ttf?t=1738008776900') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
+ url('processmaker-font.svg?t=1738008776900#processmaker-font') format('svg'); /* iOS 4.1- */
}
[class^="fp-"], [class*=" fp-"] {
@@ -14,89 +14,93 @@
-moz-osx-font-smoothing: grayscale;
}
-.fp-bpmn-action-by-email:before { content: "\ea01"; }
-.fp-bpmn-data-connector:before { content: "\ea02"; }
-.fp-bpmn-data-object:before { content: "\ea03"; }
-.fp-bpmn-data-store:before { content: "\ea04"; }
-.fp-bpmn-docusign:before { content: "\ea05"; }
-.fp-bpmn-end-event:before { content: "\ea06"; }
-.fp-bpmn-flowgenie:before { content: "\ea07"; }
-.fp-bpmn-gateway:before { content: "\ea08"; }
-.fp-bpmn-generic-gateway:before { content: "\ea09"; }
-.fp-bpmn-idp:before { content: "\ea0a"; }
-.fp-bpmn-intermediate-event:before { content: "\ea0b"; }
-.fp-bpmn-pool:before { content: "\ea0c"; }
-.fp-bpmn-send-email:before { content: "\ea0d"; }
-.fp-bpmn-start-event:before { content: "\ea0e"; }
-.fp-bpmn-task:before { content: "\ea0f"; }
-.fp-bpmn-text-annotation:before { content: "\ea10"; }
-.fp-brush-icon:before { content: "\ea11"; }
-.fp-close:before { content: "\ea12"; }
-.fp-cloud-download-outline:before { content: "\ea13"; }
-.fp-copy:before { content: "\ea14"; }
-.fp-desktop:before { content: "\ea15"; }
-.fp-eye:before { content: "\ea16"; }
-.fp-fields-icon:before { content: "\ea17"; }
-.fp-flowgenie-outline:before { content: "\ea18"; }
-.fp-folder-outline:before { content: "\ea19"; }
-.fp-fullscreen:before { content: "\ea1a"; }
-.fp-github:before { content: "\ea1b"; }
-.fp-layout-icon:before { content: "\ea1c"; }
-.fp-map:before { content: "\ea1d"; }
-.fp-mobile:before { content: "\ea1e"; }
-.fp-pdf:before { content: "\ea1f"; }
-.fp-play-outline:before { content: "\ea20"; }
-.fp-plus:before { content: "\ea21"; }
-.fp-screen-outline:before { content: "\ea22"; }
-.fp-script-outline:before { content: "\ea23"; }
-.fp-slack-notification:before { content: "\ea24"; }
-.fp-slack:before { content: "\ea25"; }
-.fp-slideshow:before { content: "\ea26"; }
-.fp-table:before { content: "\ea27"; }
-.fp-tachometer-alt-average:before { content: "\ea28"; }
-.fp-trash:before { content: "\ea29"; }
-.fp-unlink:before { content: "\ea2a"; }
+.fp-arrow-left:before { content: "\ea01"; }
+.fp-box-arrow-up-right:before { content: "\ea02"; }
+.fp-bpmn-action-by-email:before { content: "\ea03"; }
+.fp-bpmn-data-connector:before { content: "\ea04"; }
+.fp-bpmn-data-object:before { content: "\ea05"; }
+.fp-bpmn-data-store:before { content: "\ea06"; }
+.fp-bpmn-docusign:before { content: "\ea07"; }
+.fp-bpmn-end-event:before { content: "\ea08"; }
+.fp-bpmn-flowgenie:before { content: "\ea09"; }
+.fp-bpmn-gateway:before { content: "\ea0a"; }
+.fp-bpmn-generic-gateway:before { content: "\ea0b"; }
+.fp-bpmn-idp:before { content: "\ea0c"; }
+.fp-bpmn-intermediate-event:before { content: "\ea0d"; }
+.fp-bpmn-pool:before { content: "\ea0e"; }
+.fp-bpmn-send-email:before { content: "\ea0f"; }
+.fp-bpmn-start-event:before { content: "\ea10"; }
+.fp-bpmn-task:before { content: "\ea11"; }
+.fp-bpmn-text-annotation:before { content: "\ea12"; }
+.fp-brush-icon:before { content: "\ea13"; }
+.fp-close:before { content: "\ea14"; }
+.fp-cloud-download-outline:before { content: "\ea15"; }
+.fp-copy:before { content: "\ea16"; }
+.fp-desktop:before { content: "\ea17"; }
+.fp-eye:before { content: "\ea18"; }
+.fp-fields-icon:before { content: "\ea19"; }
+.fp-flowgenie-outline:before { content: "\ea1a"; }
+.fp-folder-outline:before { content: "\ea1b"; }
+.fp-fullscreen:before { content: "\ea1c"; }
+.fp-github:before { content: "\ea1d"; }
+.fp-layout-icon:before { content: "\ea1e"; }
+.fp-map:before { content: "\ea1f"; }
+.fp-mobile:before { content: "\ea20"; }
+.fp-pdf:before { content: "\ea21"; }
+.fp-play-outline:before { content: "\ea22"; }
+.fp-plus:before { content: "\ea23"; }
+.fp-screen-outline:before { content: "\ea24"; }
+.fp-script-outline:before { content: "\ea25"; }
+.fp-slack-notification:before { content: "\ea26"; }
+.fp-slack:before { content: "\ea27"; }
+.fp-slideshow:before { content: "\ea28"; }
+.fp-table:before { content: "\ea29"; }
+.fp-tachometer-alt-average:before { content: "\ea2a"; }
+.fp-trash:before { content: "\ea2b"; }
+.fp-unlink:before { content: "\ea2c"; }
-$fp-bpmn-action-by-email: "\ea01";
-$fp-bpmn-data-connector: "\ea02";
-$fp-bpmn-data-object: "\ea03";
-$fp-bpmn-data-store: "\ea04";
-$fp-bpmn-docusign: "\ea05";
-$fp-bpmn-end-event: "\ea06";
-$fp-bpmn-flowgenie: "\ea07";
-$fp-bpmn-gateway: "\ea08";
-$fp-bpmn-generic-gateway: "\ea09";
-$fp-bpmn-idp: "\ea0a";
-$fp-bpmn-intermediate-event: "\ea0b";
-$fp-bpmn-pool: "\ea0c";
-$fp-bpmn-send-email: "\ea0d";
-$fp-bpmn-start-event: "\ea0e";
-$fp-bpmn-task: "\ea0f";
-$fp-bpmn-text-annotation: "\ea10";
-$fp-brush-icon: "\ea11";
-$fp-close: "\ea12";
-$fp-cloud-download-outline: "\ea13";
-$fp-copy: "\ea14";
-$fp-desktop: "\ea15";
-$fp-eye: "\ea16";
-$fp-fields-icon: "\ea17";
-$fp-flowgenie-outline: "\ea18";
-$fp-folder-outline: "\ea19";
-$fp-fullscreen: "\ea1a";
-$fp-github: "\ea1b";
-$fp-layout-icon: "\ea1c";
-$fp-map: "\ea1d";
-$fp-mobile: "\ea1e";
-$fp-pdf: "\ea1f";
-$fp-play-outline: "\ea20";
-$fp-plus: "\ea21";
-$fp-screen-outline: "\ea22";
-$fp-script-outline: "\ea23";
-$fp-slack-notification: "\ea24";
-$fp-slack: "\ea25";
-$fp-slideshow: "\ea26";
-$fp-table: "\ea27";
-$fp-tachometer-alt-average: "\ea28";
-$fp-trash: "\ea29";
-$fp-unlink: "\ea2a";
+$fp-arrow-left: "\ea01";
+$fp-box-arrow-up-right: "\ea02";
+$fp-bpmn-action-by-email: "\ea03";
+$fp-bpmn-data-connector: "\ea04";
+$fp-bpmn-data-object: "\ea05";
+$fp-bpmn-data-store: "\ea06";
+$fp-bpmn-docusign: "\ea07";
+$fp-bpmn-end-event: "\ea08";
+$fp-bpmn-flowgenie: "\ea09";
+$fp-bpmn-gateway: "\ea0a";
+$fp-bpmn-generic-gateway: "\ea0b";
+$fp-bpmn-idp: "\ea0c";
+$fp-bpmn-intermediate-event: "\ea0d";
+$fp-bpmn-pool: "\ea0e";
+$fp-bpmn-send-email: "\ea0f";
+$fp-bpmn-start-event: "\ea10";
+$fp-bpmn-task: "\ea11";
+$fp-bpmn-text-annotation: "\ea12";
+$fp-brush-icon: "\ea13";
+$fp-close: "\ea14";
+$fp-cloud-download-outline: "\ea15";
+$fp-copy: "\ea16";
+$fp-desktop: "\ea17";
+$fp-eye: "\ea18";
+$fp-fields-icon: "\ea19";
+$fp-flowgenie-outline: "\ea1a";
+$fp-folder-outline: "\ea1b";
+$fp-fullscreen: "\ea1c";
+$fp-github: "\ea1d";
+$fp-layout-icon: "\ea1e";
+$fp-map: "\ea1f";
+$fp-mobile: "\ea20";
+$fp-pdf: "\ea21";
+$fp-play-outline: "\ea22";
+$fp-plus: "\ea23";
+$fp-screen-outline: "\ea24";
+$fp-script-outline: "\ea25";
+$fp-slack-notification: "\ea26";
+$fp-slack: "\ea27";
+$fp-slideshow: "\ea28";
+$fp-table: "\ea29";
+$fp-tachometer-alt-average: "\ea2a";
+$fp-trash: "\ea2b";
+$fp-unlink: "\ea2c";
diff --git a/resources/fonts/pm-font/processmaker-font.styl b/resources/fonts/pm-font/processmaker-font.styl
index 52ee31b680..0592fd0072 100644
--- a/resources/fonts/pm-font/processmaker-font.styl
+++ b/resources/fonts/pm-font/processmaker-font.styl
@@ -1,10 +1,10 @@
@font-face {font-family: "processmaker-font";
- src: url('processmaker-font.eot?t=1736427523749'); /* IE9*/
- src: url('processmaker-font.eot?t=1736427523749#iefix') format('embedded-opentype'), /* IE6-IE8 */
- url("processmaker-font.woff2?t=1736427523749") format("woff2"),
- url("processmaker-font.woff?t=1736427523749") format("woff"),
- url('processmaker-font.ttf?t=1736427523749') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
- url('processmaker-font.svg?t=1736427523749#processmaker-font') format('svg'); /* iOS 4.1- */
+ src: url('processmaker-font.eot?t=1738008776900'); /* IE9*/
+ src: url('processmaker-font.eot?t=1738008776900#iefix') format('embedded-opentype'), /* IE6-IE8 */
+ url("processmaker-font.woff2?t=1738008776900") format("woff2"),
+ url("processmaker-font.woff?t=1738008776900") format("woff"),
+ url('processmaker-font.ttf?t=1738008776900') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
+ url('processmaker-font.svg?t=1738008776900#processmaker-font') format('svg'); /* iOS 4.1- */
}
[class^="fp-"], [class*=" fp-"] {
@@ -14,45 +14,47 @@
-moz-osx-font-smoothing: grayscale;
}
-.fp-bpmn-action-by-email:before { content: "\ea01"; }
-.fp-bpmn-data-connector:before { content: "\ea02"; }
-.fp-bpmn-data-object:before { content: "\ea03"; }
-.fp-bpmn-data-store:before { content: "\ea04"; }
-.fp-bpmn-docusign:before { content: "\ea05"; }
-.fp-bpmn-end-event:before { content: "\ea06"; }
-.fp-bpmn-flowgenie:before { content: "\ea07"; }
-.fp-bpmn-gateway:before { content: "\ea08"; }
-.fp-bpmn-generic-gateway:before { content: "\ea09"; }
-.fp-bpmn-idp:before { content: "\ea0a"; }
-.fp-bpmn-intermediate-event:before { content: "\ea0b"; }
-.fp-bpmn-pool:before { content: "\ea0c"; }
-.fp-bpmn-send-email:before { content: "\ea0d"; }
-.fp-bpmn-start-event:before { content: "\ea0e"; }
-.fp-bpmn-task:before { content: "\ea0f"; }
-.fp-bpmn-text-annotation:before { content: "\ea10"; }
-.fp-brush-icon:before { content: "\ea11"; }
-.fp-close:before { content: "\ea12"; }
-.fp-cloud-download-outline:before { content: "\ea13"; }
-.fp-copy:before { content: "\ea14"; }
-.fp-desktop:before { content: "\ea15"; }
-.fp-eye:before { content: "\ea16"; }
-.fp-fields-icon:before { content: "\ea17"; }
-.fp-flowgenie-outline:before { content: "\ea18"; }
-.fp-folder-outline:before { content: "\ea19"; }
-.fp-fullscreen:before { content: "\ea1a"; }
-.fp-github:before { content: "\ea1b"; }
-.fp-layout-icon:before { content: "\ea1c"; }
-.fp-map:before { content: "\ea1d"; }
-.fp-mobile:before { content: "\ea1e"; }
-.fp-pdf:before { content: "\ea1f"; }
-.fp-play-outline:before { content: "\ea20"; }
-.fp-plus:before { content: "\ea21"; }
-.fp-screen-outline:before { content: "\ea22"; }
-.fp-script-outline:before { content: "\ea23"; }
-.fp-slack-notification:before { content: "\ea24"; }
-.fp-slack:before { content: "\ea25"; }
-.fp-slideshow:before { content: "\ea26"; }
-.fp-table:before { content: "\ea27"; }
-.fp-tachometer-alt-average:before { content: "\ea28"; }
-.fp-trash:before { content: "\ea29"; }
-.fp-unlink:before { content: "\ea2a"; }
+.fp-arrow-left:before { content: "\ea01"; }
+.fp-box-arrow-up-right:before { content: "\ea02"; }
+.fp-bpmn-action-by-email:before { content: "\ea03"; }
+.fp-bpmn-data-connector:before { content: "\ea04"; }
+.fp-bpmn-data-object:before { content: "\ea05"; }
+.fp-bpmn-data-store:before { content: "\ea06"; }
+.fp-bpmn-docusign:before { content: "\ea07"; }
+.fp-bpmn-end-event:before { content: "\ea08"; }
+.fp-bpmn-flowgenie:before { content: "\ea09"; }
+.fp-bpmn-gateway:before { content: "\ea0a"; }
+.fp-bpmn-generic-gateway:before { content: "\ea0b"; }
+.fp-bpmn-idp:before { content: "\ea0c"; }
+.fp-bpmn-intermediate-event:before { content: "\ea0d"; }
+.fp-bpmn-pool:before { content: "\ea0e"; }
+.fp-bpmn-send-email:before { content: "\ea0f"; }
+.fp-bpmn-start-event:before { content: "\ea10"; }
+.fp-bpmn-task:before { content: "\ea11"; }
+.fp-bpmn-text-annotation:before { content: "\ea12"; }
+.fp-brush-icon:before { content: "\ea13"; }
+.fp-close:before { content: "\ea14"; }
+.fp-cloud-download-outline:before { content: "\ea15"; }
+.fp-copy:before { content: "\ea16"; }
+.fp-desktop:before { content: "\ea17"; }
+.fp-eye:before { content: "\ea18"; }
+.fp-fields-icon:before { content: "\ea19"; }
+.fp-flowgenie-outline:before { content: "\ea1a"; }
+.fp-folder-outline:before { content: "\ea1b"; }
+.fp-fullscreen:before { content: "\ea1c"; }
+.fp-github:before { content: "\ea1d"; }
+.fp-layout-icon:before { content: "\ea1e"; }
+.fp-map:before { content: "\ea1f"; }
+.fp-mobile:before { content: "\ea20"; }
+.fp-pdf:before { content: "\ea21"; }
+.fp-play-outline:before { content: "\ea22"; }
+.fp-plus:before { content: "\ea23"; }
+.fp-screen-outline:before { content: "\ea24"; }
+.fp-script-outline:before { content: "\ea25"; }
+.fp-slack-notification:before { content: "\ea26"; }
+.fp-slack:before { content: "\ea27"; }
+.fp-slideshow:before { content: "\ea28"; }
+.fp-table:before { content: "\ea29"; }
+.fp-tachometer-alt-average:before { content: "\ea2a"; }
+.fp-trash:before { content: "\ea2b"; }
+.fp-unlink:before { content: "\ea2c"; }
diff --git a/resources/fonts/pm-font/processmaker-font.svg b/resources/fonts/pm-font/processmaker-font.svg
index 77a7665540..a7d02ce1b8 100644
--- a/resources/fonts/pm-font/processmaker-font.svg
+++ b/resources/fonts/pm-font/processmaker-font.svg
@@ -7,131 +7,137 @@
units-per-em="1000" ascent="1000"
descent="0" />