Proyectos de Subversion LeadersLinked - Backend

Rev

Rev 6901 | Rev 6903 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 6901 Rev 6902
Línea 80... Línea 80...
80
#gridTableUsers tr {
80
#gridTableUsers tr {
81
    width: 100%;
81
    width: 100%;
82
    display: table;
82
    display: table;
83
    table-layout: fixed;
83
    table-layout: fixed;
84
}
84
}
85
.imagen-contaner{
-
 
86
	border:1px solid rgb(200,200,200);
-
 
87
	border-radius:5px;
-
 
88
}
-
 
89
CSS;
85
CSS;
90
$this->headStyle()->captureEnd();
86
$this->headStyle()->captureEnd();
Línea 91... Línea 87...
91
 
87
 
Línea 275... Línea 271...
275
                    'targets': -2,
271
                    'targets': -2,
276
                    'orderable': false,
272
                    'orderable': false,
277
                    'render' : function ( data, type, row ) {
273
                    'render' : function ( data, type, row ) {
278
                        s = '';
274
                        s = '';
Línea 279... Línea -...
279
 
-
 
280
						if( data['marketplace'] )  {          
-
 
281
                            s = s + '&nbsp; <img class="btn-view-image-marketplace" data-href="' + data['marketplace'] + '" data-toggle="tooltip" src="'+data['marketplace']+'" title="LABEL_VIEW" style="width: 40px; object-fit: cover; height: 40px;" /> '
-
 
282
                        }  else {
-
 
283
                            s = s + '';    
-
 
284
                        } 
-
 
285
						
275
 
286
                        if( data['image'] )  {
276
                        if( data['image'] )  {
287
                            s = s + '&nbsp; <img class="btn-view-image-app" data-href="' + data['image'] + '" data-toggle="tooltip" src="'+data['image']+'" title="LABEL_VIEW" style="width: 40px; object-fit: cover; height: 40px;" /> '  
277
                            s = s + '&nbsp; <img class="btn-view-image-app" data-href="' + data['image'] + '" data-toggle="tooltip" src="'+data['image']+'" title="LABEL_VIEW" style="width: 40px; object-fit: cover; height: 40px;" /> '  
288
                        }  else {
278
                        }  else {
289
                            s = s + '';    
279
                            s = s + '';    
Línea 290... Línea -...
290
                        } 
-
 
-
 
280
                        } 
-
 
281
 
-
 
282
                        if( data['marketplace'] )  {          
-
 
283
                            s = s + '&nbsp; <img class="btn-view-image-marketplace" data-href="' + data['marketplace'] + '" data-toggle="tooltip" src="'+data['marketplace']+'" title="LABEL_VIEW" style="width: 40px; object-fit: cover; height: 40px;" /> '
-
 
284
                        }  else {
Línea 291... Línea 285...
291
 
285
                            s = s + '';    
292
                        
286
                        } 
Línea 892... Línea 886...
892
							$(".a1").addClass("paso");
886
							$(".a1").addClass("paso");
893
							$(".titulo_pasos").html("LABEL_STEP_2");
887
							$(".titulo_pasos").html("LABEL_STEP_2");
894
							setTimeout(function(){
888
							setTimeout(function(){
895
								recorte_listo=true;
889
								recorte_listo=true;
896
								$(".fondo_oscuro").css("display","none");
890
								$(".fondo_oscuro").css("display","none");
897
								$("#boton_recortar").removeClass("recortar").text("LABELx_SEND").addClass("info_noticia").Attr('type','submit');
891
								$("#boton_recortar").removeClass("recortar").text("LABEL_SEND").addClass("info_noticia").Attr('type','submit');
898
								$(".recortar10").removeClass("recortar");
892
								$(".recortar10").removeClass("recortar");
899
								$(".canvas").removeClass("recortar");
893
								$(".canvas").removeClass("recortar");
900
								$(".b1").addClass("paso");
894
								$(".b1").addClass("paso");
901
								$(".titulo_pasos").html("LABEL_STEP_3");
895
								$(".titulo_pasos").html("LABEL_STEP_3");
902
								if(texto!=""){
896
								if(texto!=""){
Línea 2211... Línea 2205...
2211
                <?php 
2205
                <?php 
2212
                    $element = $form->get('file');
2206
                    $element = $form->get('file');
2213
					$element->setAttributes([ 'class' => 'file']);
2207
					$element->setAttributes([ 'class' => 'file']);
2214
                    echo $this->formHidden($element); 
2208
                    echo $this->formHidden($element); 
2215
                ?>
2209
                ?>
2216
				<div class="form-group grid-1-2 imagen-contaner">
-
 
2217
					<img id='marketplaceImg' src='' class="img img-responsive" style="width: 100px; height: auto"></img>
2210
				<img id='marketplaceImg' src=''></img>
2218
				</div>
-
 
2219
				
-
 
2220
          		<div class="contenido form-group " id="contenido"></div>
2211
          		<div class="contenido form-group " id="contenido"></div>
Línea 2221... Línea 2212...
2221
                  
2212
                  
2222
     	      		<?php echo $this->form()->closeTag($form); ?>
2213
     	      		<?php echo $this->form()->closeTag($form); ?>