Commit 4b44b92c authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Limpia contenido y ajusta valores a ecomarcan

Actualiza logo con nombre y títulos a ecomarcan.

Limpia recursos en desuso.

Actualiza submódulos.
parent d76084b6
Loading
Loading
Loading
Loading
Compare 12ed4174 to cb600ad6
Original line number Diff line number Diff line
Subproject commit 12ed41743bc1e042e4775b0a06276615995e213d
Subproject commit cb600ad64492141cf7a48db6cb019d2eaa3cd094

client-app/res/images/loading.svg

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
<?xml version="1.0" encoding="UTF-8" standalone="no"?><svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0" width="64px" height="64px" viewBox="0 0 128 128" xml:space="preserve"><g>
<path fill="#000" d="M70.48 35.8l-6.16-6.24-6.16 6.26L64.32.88z"/><path fill="#e5e5e5" d="M70.48 35.8l-6.16-6.24-6.16 6.26L64.32.88z" transform="rotate(30 64 64)"/><path fill="#e5e5e5" d="M70.48 35.8l-6.16-6.24-6.16 6.26L64.32.88z" transform="rotate(60 64 64)"/><path fill="#e5e5e5" d="M70.48 35.8l-6.16-6.24-6.16 6.26L64.32.88z" transform="rotate(90 64 64)"/><path fill="#e5e5e5" d="M70.48 35.8l-6.16-6.24-6.16 6.26L64.32.88z" transform="rotate(120 64 64)"/><path fill="#e5e5e5" d="M70.48 35.8l-6.16-6.24-6.16 6.26L64.32.88z" transform="rotate(150 64 64)"/><path fill="#e5e5e5" d="M70.48 35.8l-6.16-6.24-6.16 6.26L64.32.88z" transform="rotate(180 64 64)"/><path fill="#e5e5e5" d="M70.48 35.8l-6.16-6.24-6.16 6.26L64.32.88z" transform="rotate(210 64 64)"/><path fill="#ccc" d="M70.48 35.8l-6.16-6.24-6.16 6.26L64.32.88z" transform="rotate(240 64 64)"/><path fill="#999" d="M70.48 35.8l-6.16-6.24-6.16 6.26L64.32.88z" transform="rotate(270 64 64)"/><path fill="#666" d="M70.48 35.8l-6.16-6.24-6.16 6.26L64.32.88z" transform="rotate(300 64 64)"/><path fill="#333" d="M70.48 35.8l-6.16-6.24-6.16 6.26L64.32.88z" transform="rotate(330 64 64)"/><animateTransform attributeName="transform" type="rotate" values="0 64 64;30 64 64;60 64 64;90 64 64;120 64 64;150 64 64;180 64 64;210 64 64;240 64 64;270 64 64;300 64 64;330 64 64" calcMode="discrete" dur="1080ms" repeatCount="indefinite"></animateTransform></g></svg>
 No newline at end of file
−2.18 KiB (17.6 KiB)
Loading image diff...
−811 B
Loading image diff...
+0 −12
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@ define([
	, "src/component/form/FormContainerImpl"
	, "src/component/form/_ListenModelHasChanged"
	, "templates/UserImage"
	, "templates/UserTitle"
	, "templates/UserEmail"
	, "templates/UserName"
	, "templates/UserSector"
@@ -48,7 +47,6 @@ define([
	, FormContainerImpl
	, _ListenModelHasChanged
	, TemplateImage
	, TemplateTitle
	, TemplateEmail
	, TemplateName
	, TemplateSector
@@ -89,11 +87,6 @@ define([

		_setConfigurations: function() {

			this.titleWidgetConfig = this._merge([{
				template: TemplateTitle,
				target: "user_title"
			}, this.titleWidgetConfig || {}]);

			this.widgetConfigs = this._merge([{
				userImage: {
					width: 2,
@@ -421,11 +414,6 @@ define([

			this._clearModules();

			this._emitEvt('INJECT_ITEM', {
				data: {},
				target: "user_title"
			});

			this._emitEvt('ALL_TASK_SOCKET', {});

			this._emitEvt('REQUEST', {
Loading