Commit 3ac8151d authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Actualiza submódulo y mejora vistas detalle

parent e5067f3f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -150,7 +150,6 @@ define([
			this._titleLeftNode = put(this.titleNode, "div.left");
			this._titleCenterNode = put(this.titleNode, "div.center");
			this._titleRightNode = put(this.titleNode, "div.right.hidden");
			put(this.titleNode, "div.rightSpace");
		},

		_addIdTitle: function() {
+3 −3
Original line number Diff line number Diff line
@@ -34,8 +34,9 @@ define([
				events: {
					UPDATE: "update"
				},
				ownChannel: "templateDisplayer",
				data: {},
				ownChannel: "templateDisplayer"
				containerClass: 'templateDisplayer'
			};

			lang.mixin(this, this.config, args);
@@ -77,7 +78,7 @@ define([

			this.inherited(arguments);

			this.container = put("div");
			this.container = put('div.' + this.containerClass);

			if (this['class']) {
				put(this.container, "." + this['class']);
@@ -123,7 +124,6 @@ define([
			var data = request.data;

			if (data && this.template) {

				this.data = data;
				this._loadedTemplate = this._loadTemplate(this.template, this.data);
				this._setContent(this._loadedTemplate);
Compare f2be6a5f to c03163d7
Original line number Diff line number Diff line
Subproject commit f2be6a5f2c9b1fa8051d664b962c8585a1942264
Subproject commit c03163d78f7b6d41af4fc47a5cbbe83364c3e9c7