Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 15025 Rev 15026
Línea 1... Línea 1...
1
<?php 
1
<?php
2
$acl            = $this->viewModel()->getRoot()->getVariable('acl');
2
$acl            = $this->viewModel()->getRoot()->getVariable('acl');
3
$currentUser    = $this->currentUserHelper();
3
$currentUser    = $this->currentUserHelper();
Línea 4... Línea 4...
4
 
4
 
Línea 607... Línea 607...
607
					$('#content1').css('display','none');
607
					$('#content1').css('display','none');
608
                    seleccionarCampo= $('#modalCapsuleEdit');
608
                    seleccionarCampo= $('#modalCapsuleEdit');
609
                    seleccionarCampo.css('display','block')
609
                    seleccionarCampo.css('display','block')
610
					imagenEdit=response['data']['image'];
610
					imagenEdit=response['data']['image'];
611
		            iniciarEditor(seleccionarCampo,response['data']['marketplace'])
611
		            iniciarEditor(seleccionarCampo,response['data']['marketplace'])
-
 
612
					if(imageEdit){
-
 
613
						$("#boton_recortar").removeClass("recortar").text("LABEL_SEND").addClass("info_noticia").attr('type','submit');
-
 
614
					}else{
-
 
615
						$("#boton_recortar").removeClass("recortar").text("LABEL_ATTACH_IMAGE").addClass("info_noticia");
-
 
616
					}
612
					
617
		
613
                } else {
618
                } else {
614
                    validatorEdit.resetForm();
619
                    validatorEdit.resetForm();
615
                    if(jQuery.type(response['data']) == 'string') {
620
                    if(jQuery.type(response['data']) == 'string') {
616
                        $.fn.showError(response['data']);
621
                        $.fn.showError(response['data']);
617
                    } else  {
622
                    } else  {
Línea 1672... Línea 1677...
1672
		$(document).on("click", ".boton_marino.recortar",function(e){
1677
		$(document).on("click", ".boton_marino.recortar",function(e){
1673
			e.preventDefault();
1678
			e.preventDefault();
1674
			recorte_listo=true;
1679
			recorte_listo=true;
1675
			$(".fondo_oscuro").css("display","none");
1680
			$(".fondo_oscuro").css("display","none");
1676
			if(fileToggle){
1681
			if(fileToggle){
1677
				$("#boton_recortar").removeClass("recortar").text("LABEL_SEND").addClass("info_noticia").attr('type','submit');
-
 
1678
			}else{
-
 
1679
				$("#boton_recortar").removeClass("recortar").text("LABEL_ATTACH_IMAGE").addClass("info_noticia");
1682
				$("#boton_recortar").removeClass("recortar").text("LABEL_ATTACH_IMAGE").addClass("info_noticia");
-
 
1683
			}else{
-
 
1684
				$("#boton_recortar").removeClass("recortar").text("LABEL_SEND").addClass("info_noticia").attr('type','submit');
1680
			}
1685
			}
1681
			$(".recortar10").removeClass("recortar");
1686
			$(".recortar10").removeClass("recortar");
1682
			$(".canvas").removeClass("recortar");
1687
			$(".canvas").removeClass("recortar");
1683
			$(".b1").addClass("paso");
1688
			$(".b1").addClass("paso");
1684
			$(".titulo_pasos").html("LABEL_STEP_3");
1689
			$(".titulo_pasos").html("LABEL_STEP_3");
Línea 2024... Línea 2029...
2024
 
2029
 
2025
});
2030
});
2026
JS;
2031
JS;
2027
$this->inlineScript()->captureEnd();
2032
$this->inlineScript()->captureEnd();
2028
?>
-
 
Línea -... Línea 2033...
-
 
2033
?>
2029
  
2034
 
2030
 
2035
 
2031
				
2036
 
2032
<!-- Content Header (Page header) -->
2037
<!-- Content Header (Page header) -->
2033
<section class="content-header">
2038
<section class="content-header">
2034
	<div class="container-fluid">
2039
	<div class="container-fluid">
2035
    	<div class="row mb-2">
2040
		<div class="row mb-2">
2036
        	<div class="col-sm-12">
2041
			<div class="col-sm-12">
2037
            	<h1>LABEL_CAPSULES</h1>
2042
				<h1>LABEL_CAPSULES</h1>
2038
			</div>
2043
			</div>
2039
		</div>
2044
		</div>
Línea 2040... Línea 2045...
2040
	</div><!-- /.container-fluid -->
2045
	</div><!-- /.container-fluid -->
2041
</section>
2046
</section>
2042
 
2047
 
2043
<section class="content" id="content1">
2048
<section class="content" id="content1">
2044
	<div class="container-fluid">
2049
	<div class="container-fluid">
2045
    	<div class="row">
2050
		<div class="row">
2046
        	<div class="col-12">
2051
			<div class="col-12">
2047
				<div class="card">        
2052
				<div class="card">
2048
					<div class="card-header">
2053
					<div class="card-header">
2049
						<?php 
2054
						<?php
2050
                        $form = $this->form;
2055
						$form = $this->form;
2051
            	        $form->setAttributes([
2056
						$form->setAttributes([
2052
                            'name'    => 'form-filter',
2057
							'name'    => 'form-filter',
2053
                            'id'      => 'form-filter',
2058
							'id'      => 'form-filter',
2054
                        ]);
2059
						]);
2055
    
2060
 
2056
                        $form->prepare();
2061
						$form->prepare();
2057
                        echo $this->form()->openTag($form);
2062
						echo $this->form()->openTag($form);
2058
                        ?>		
2063
						?>
2059
                        <div class="form-group">
2064
						<div class="form-group">
2060
                            <?php
2065
							<?php
2061
                            $element = $form->get('topic_uuid');
2066
							$element = $form->get('topic_uuid');
2062
                           
2067
 
2063
                            $element->setAttributes(['class' => 'form-control']);
2068
							$element->setAttributes(['class' => 'form-control']);
2064
                            $element->setLabel('LABEL_TOPIC');
2069
							$element->setLabel('LABEL_TOPIC');
2065
                            echo $this->formLabel($element);
2070
							echo $this->formLabel($element);
2066
                            echo $this->formSelect($element);
2071
							echo $this->formSelect($element);
2067
                            ?>
2072
							?>
2068
                        </div>			
2073
						</div>
2069
						<?php echo $this->form()->closeTag($form); ?>
2074
						<?php echo $this->form()->closeTag($form); ?>
2070
					</div>            
2075
					</div>
2071
					<div class="card-body">
2076
					<div class="card-body">
2072
        	    		<table id="gridTable" class="table   table-hover">
2077
						<table id="gridTable" class="table   table-hover">
2073
                      		<thead>
2078
							<thead>
2074
        						<tr>
2079
								<tr>
2075
                                	<th>LABEL_NAME</th>
2080
									<th>LABEL_NAME</th>
2076
                                  	<th>LABEL_DETAILS</th>
2081
									<th>LABEL_DETAILS</th>
2077
                                  	<th>LABEL_IMAGES</th>	
2082
									<th>LABEL_IMAGES</th>
2078
                                  	<th>LABEL_ACTIONS</th>
2083
									<th>LABEL_ACTIONS</th>
2079
                                </tr>
2084
								</tr>
2080
                       		</thead>
2085
							</thead>
2081
                         	<tbody>
2086
							<tbody>
2082
                         	</tbody>
2087
							</tbody>
2083
                    	</table>
2088
						</table>
2084
                   	</div>
2089
					</div>
2085
                   	<div class="card-footer clearfix">
2090
					<div class="card-footer clearfix">
2086
                   		<div style="float:right;">
2091
						<div style="float:right;">
2087
							<button type="button" class="btn btn-info btn-refresh"><i class="fa fa-refresh"></i> LABEL_REFRESH  </button>
2092
							<button type="button" class="btn btn-info btn-refresh"><i class="fa fa-refresh"></i> LABEL_REFRESH </button>
2088
							<?php if($allowAdd) : ?>
2093
							<?php if ($allowAdd) : ?>
2089
							<button type="button" class="btn btn-primary btn-add"><i class="fa fa-plus"></i> LABEL_ADD </button>
2094
								<button type="button" class="btn btn-primary btn-add"><i class="fa fa-plus"></i> LABEL_ADD </button>
2090
							<?php endif; ?>
2095
							<?php endif; ?>
2091
						</div>
2096
						</div>
2092
                 	</div>
2097
					</div>
2093
          		</div>
2098
				</div>
2094
           	</div>     
2099
			</div>
Línea 2095... Línea 2100...
2095
        </div>          
2100
		</div>
2096
 	</div>
2101
	</div>
Línea 2097... Línea 2102...
2097
</section> 
2102
</section>
Línea 2098... Línea 2103...
2098
 
2103
 
2099
 
2104
 
-
 
2105
<!-- The Modal -->
-
 
2106
<div id="modalCapsuleAdd" style='display:none'>
-
 
2107
 
-
 
2108
 
-
 
2109
	<!-- Modal Header -->
-
 
2110
 
-
 
2111
	<div class="d-flex justify-content-center tituloEditor">
-
 
2112
		<h4>LABEL_ADD_CAPSULE</h4>
-
 
2113
 
-
 
2114
	</div>
-
 
2115
	<!-- Modal body -->
-
 
2116
	<div class="grid-padre">
-
 
2117
		<?php
-
 
2118
		$form = $this->formAdd;
-
 
2119
		$form->setAttributes([
-
 
2120
			'method'  => 'post',
-
 
2121
			'action'  => '',
-
 
2122
			'name'    => 'form-capsule-add',
-
 
2123
			'id'      => 'form-capsule-add',
-
 
2124
		]);
-
 
2125
 
-
 
2126
		$form->prepare();
-
 
2127
		echo $this->form()->openTag($form);
-
 
2128
		?>
-
 
2129
		<div class="form-group grid-1-2">
-
 
2130
			<?php
-
 
2131
			$element = $form->get('name');
-
 
2132
 
-
 
2133
			$element->setAttributes(['class' => 'form-control']);
-
 
2134
			$element->setOptions(['label' => 'LABEL_NAME']);
-
 
2135
			echo $this->formLabel($element);
-
 
2136
			echo $this->formText($element);
-
 
2137
			?>
-
 
2138
		</div>
-
 
2139
		<div class="form-group grid-1-2">
-
 
2140
			<?php
-
 
2141
			$element = $form->get('description');
-
 
2142
			$element->setAttributes(['id' => 'description_add', 'class' => 'form-control', 'rows' => '2', 'class' => 'form-control']);
-
 
2143
			$element->setOptions(['label' => 'LABEL_DESCRIPTION']);
-
 
2144
			echo $this->formLabel($element);
-
 
2145
			echo $this->formTextArea($element);
-
 
2146
			?>
-
 
2147
		</div>
-
 
2148
		<div class="form-group grid-1-2">
-
 
2149
			<?php
-
 
2150
			$element = $form->get('order');
-
 
2151
			$element->setAttributes(['class' => 'form-control']);
-
 
2152
			$element->setOptions(['label' => 'LABEL_ORDER']);
-
 
2153
			echo $this->formLabel($element);
-
 
2154
			echo $this->formText($element);
-
 
2155
			?>
-
 
2156
		</div>
-
 
2157
 
-
 
2158
		<div class="form-group grid-1-2">
-
 
2159
			<?php
-
 
2160
			$element = $form->get('status');
-
 
2161
			$element->setAttributes(['class' => 'form-control']);
-
 
2162
			$element->setOptions(['label' => 'LABEL_STATUS']);
-
 
2163
			echo $this->formLabel($element);
-
 
2164
			echo $this->formSelect($element);
-
 
2165
			?>
-
 
2166
		</div>
-
 
2167
		<div class="form-group grid-1-2">
-
 
2168
			<?php
-
 
2169
			$element = $form->get('privacy');
-
 
2170
			$element->setAttributes(['class' => 'form-control']);
-
 
2171
			$element->setOptions(['label' => 'LABEL_PRIVACY']);
-
 
2172
			echo $this->formLabel($element);
-
 
2173
			echo $this->formSelect($element);
-
 
2174
			?>
-
 
2175
		</div>
-
 
2176
		<div class="form-group grid-1-2">
-
 
2177
			<?php
-
 
2178
			$element = $form->get('type');
-
 
2179
			$element->setAttributes(['class' => 'form-control']);
-
 
2180
			$element->setOptions(['label' => 'LABEL_TYPE']);
-
 
2181
			echo $this->formLabel($element);
-
 
2182
			echo $this->formSelect($element);
-
 
2183
			?>
-
 
2184
		</div>
-
 
2185
		<div class="form-group grid-1-2" id="form-row-cost">
-
 
2186
			<?php
-
 
2187
			$element = $form->get('cost');
-
 
2188
			$element->setAttributes(['class' => 'form-control']);
-
 
2189
			$element->setOptions(['label' => 'LABEL_COST']);
-
 
2190
			echo $this->formLabel($element);
-
 
2191
			echo $this->formText($element);
-
 
2192
			?>
-
 
2193
		</div>
-
 
2194
 
-
 
2195
		<?php
-
 
2196
		$element = $form->get('marketplace');
-
 
2197
		$element->setAttributes(['class' => 'marketplace']);
-
 
2198
		echo $this->formHidden($element);
-
 
2199
		?>
-
 
2200
		<?php
-
 
2201
		$element = $form->get('file');
-
 
2202
		$element->setAttributes(['class' => 'file']);
-
 
2203
		echo $this->formHidden($element);
-
 
2204
		?>
-
 
2205
		<div class="form-group grid-1-2 ">
-
 
2206
			<div class="imagen-contaner">
-
 
2207
				<label for="marketplaceImg">LABEL_IMAGE_MARKETPLACE</label>
Línea 2100... Línea -...
2100
<!-- The Modal -->
-
 
2101
<div id="modalCapsuleAdd" style='display:none'>
-
 
2102
 
-
 
2103
 
-
 
2104
            <!-- Modal Header -->
-
 
2105
 
-
 
2106
              <div class="d-flex justify-content-center tituloEditor">
-
 
2107
              <h4>LABEL_ADD_CAPSULE</h4>
-
 
2108
 
-
 
2109
             </div>
-
 
2110
            <!-- Modal body -->
-
 
2111
      		<div class="grid-padre">
-
 
2112
       			 <?php 
-
 
2113
       			 $form = $this->formAdd;
-
 
2114
            		$form->setAttributes([
-
 
2115
                        'method'  => 'post',
-
 
2116
            		    'action'  => '',
-
 
2117
                        'name'    => 'form-capsule-add',
-
 
2118
                        'id'      => 'form-capsule-add',
-
 
2119
                    ]);
-
 
2120
    
-
 
2121
                    $form->prepare();
-
 
2122
                    echo $this->form()->openTag($form);
-
 
2123
                    ?>					
-
 
2124
    				<div class="form-group grid-1-2">
-
 
2125
    				<?php 
-
 
2126
                        $element = $form->get('name');
-
 
2127
                        
-
 
2128
                        $element->setAttributes(['class' => 'form-control']);
-
 
2129
                        $element->setOptions(['label' => 'LABEL_NAME']);
-
 
2130
                        echo $this->formLabel($element);
-
 
2131
                        echo $this->formText($element);
-
 
2132
                    ?>
-
 
2133
				</div>
-
 
2134
                <div class="form-group grid-1-2">
-
 
2135
                	<?php 
-
 
2136
                    $element = $form->get('description');
-
 
2137
                    $element->setAttributes(['id' => 'description_add', 'class' => 'form-control', 'rows' => '2','class' => 'form-control']);
-
 
2138
                    $element->setOptions(['label' => 'LABEL_DESCRIPTION']);
-
 
2139
                    echo $this->formLabel($element);
-
 
2140
                    echo $this->formTextArea($element);
-
 
2141
                    ?>
-
 
2142
   				</div>
-
 
2143
				<div class="form-group grid-1-2">
-
 
2144
    				<?php 
-
 
2145
                        $element = $form->get('order');
-
 
2146
                        $element->setAttributes(['class' => 'form-control']);
-
 
2147
                        $element->setOptions(['label' => 'LABEL_ORDER']);
-
 
2148
                        echo $this->formLabel($element);
-
 
2149
                        echo $this->formText($element);
-
 
2150
                    ?>
-
 
2151
				</div>
-
 
2152
				
-
 
2153
          		<div class="form-group grid-1-2">
-
 
2154
    				<?php 
-
 
2155
                        $element = $form->get('status');
-
 
2156
                        $element->setAttributes(['class' => 'form-control']);
-
 
2157
                        $element->setOptions(['label' => 'LABEL_STATUS']);
-
 
2158
                        echo $this->formLabel($element);
-
 
2159
                        echo $this->formSelect($element);
-
 
2160
                    ?>
-
 
2161
				</div>
-
 
2162
				<div class="form-group grid-1-2">
-
 
2163
    				<?php 
-
 
2164
                        $element = $form->get('privacy');
-
 
2165
                        $element->setAttributes(['class' => 'form-control']);
-
 
2166
                        $element->setOptions(['label' => 'LABEL_PRIVACY']);
-
 
2167
                        echo $this->formLabel($element);
-
 
2168
                        echo $this->formSelect($element);
-
 
2169
                    ?>
-
 
2170
				</div>
-
 
2171
				<div class="form-group grid-1-2">
-
 
2172
    				<?php 
-
 
2173
                        $element = $form->get('type');
-
 
2174
                        $element->setAttributes(['class' => 'form-control']);
-
 
2175
                        $element->setOptions(['label' => 'LABEL_TYPE']);
-
 
2176
                        echo $this->formLabel($element);
-
 
2177
                        echo $this->formSelect($element);
-
 
2178
                    ?>
-
 
2179
				</div>
-
 
2180
				<div class="form-group grid-1-2" id="form-row-cost">
-
 
2181
    				<?php 
-
 
2182
                        $element = $form->get('cost');
-
 
2183
                        $element->setAttributes(['class' => 'form-control']);
-
 
2184
                        $element->setOptions(['label' => 'LABEL_COST']);
-
 
2185
                        echo $this->formLabel($element);
-
 
2186
                        echo $this->formText($element);
-
 
2187
                    ?>
-
 
2188
				</div>
-
 
2189
				
-
 
2190
				<?php 
-
 
2191
                    $element = $form->get('marketplace');
-
 
2192
					$element->setAttributes([ 'class' => 'marketplace']);
-
 
2193
                    echo $this->formHidden($element); 
-
 
2194
                ?>		
-
 
2195
                <?php 
-
 
2196
                    $element = $form->get('file');
-
 
2197
					$element->setAttributes([ 'class' => 'file']);
-
 
2198
                    echo $this->formHidden($element); 
-
 
2199
                ?>
-
 
2200
				<div class="form-group grid-1-2 ">
-
 
2201
					<div class="imagen-contaner">
-
 
Línea 2202... Línea -...
2202
						<label for="marketplaceImg">LABEL_IMAGE_MARKETPLACE</label>
-
 
2203
						<img class='marketplaceImg' src='' class="img img-responsive" style="width: 100px; height: auto"></img>
2208
				<img class='marketplaceImg' src='' class="img img-responsive" style="width: 100px; height: auto"></img>
Línea 2204... Línea 2209...
2204
					</div>
2209
			</div>
2205
				</div>
2210
		</div>
Línea 2206... Línea 2211...
2206
				<h5 style="text-align:center " class="form-group grid-1-2" id='titleTypeImage'>LABEL_IMAGE_MARKETPLACE</h5>
2211
		<h5 style="text-align:center " class="form-group grid-1-2" id='titleTypeImage'>LABEL_IMAGE_MARKETPLACE</h5>
Línea 2207... Línea 2212...
2207
          		<div class="contenido form-group " id="contenido"></div>
2212
		<div class="contenido form-group " id="contenido"></div>
2208
                  
2213
 
Línea 2310... Línea 2315...
2310
                ?>		
2315
		?>
2311
                <?php 
2316
		<?php
Línea 2312... Línea 2317...
2312
                    $element = $form->get('file');
2317
		$element = $form->get('file');
2313
					$element->setAttributes([ 'class' => 'file']);
2318
		$element->setAttributes(['class' => 'file']);
2314
                    echo $this->formHidden($element); 
2319
		echo $this->formHidden($element);
2315
                ?>
2320
		?>
2316
				<div class="form-group grid-1-2 ">
2321
		<div class="form-group grid-1-2 ">
2317
					<div class="imagen-contaner">
2322
			<div class="imagen-contaner">
2318
						<label for="marketplaceImg">LABEL_IMAGE_MARKETPLACE</label>
2323
				<label for="marketplaceImg">LABEL_IMAGE_MARKETPLACE</label>
2319
						<img class='marketplaceImg' src='' class="img img-responsive" style="width: 100px; height: auto"></img>
2324
				<img class='marketplaceImg' src='' class="img img-responsive" style="width: 100px; height: auto"></img>
2320
					</div>
2325
			</div>
2321
				</div>
2326
		</div>
2322
				<h5 style="text-align:center " class="form-group grid-1-2" id='titleTypeImage'>LABEL_IMAGE_MARKETPLACE</h5>
2327
		<h5 style="text-align:center " class="form-group grid-1-2" id='titleTypeImage'>LABEL_IMAGE_MARKETPLACE</h5>
2323
          		<div class="contenido form-group " id="contenido"></div>
2328
		<div class="contenido form-group " id="contenido"></div>
2324
                  
2329
 
2325
     	      		<?php echo $this->form()->closeTag($form); ?>
2330
		<?php echo $this->form()->closeTag($form); ?>
2326
      		</div>
2331
	</div>
2327
 
2332
 
2328
	
2333
 
2329
</div> 
2334
</div>
2330
 
2335
 
2331
 
2336
 
2332
 
2337
 
2333
<!-- The Modal -->
2338
<!-- The Modal -->
Línea 2334... Línea 2339...
2334
<div class="modal" id="modalAppMarkeplate">
2339
<div class="modal" id="modalAppMarkeplate">
2335
	<div class="modal-dialog">
2340
	<div class="modal-dialog">
2336
		<div class="modal-content">
2341
		<div class="modal-content">
2337
        	<!-- Modal Header -->
2342
			<!-- Modal Header -->
Línea 2338... Línea 2343...
2338
        	<div class="modal-header">
2343
			<div class="modal-header">
2339
           		<h4 class="modal-title">LABEL_IMAGE_MARKETPLACE</h4>
2344
				<h4 class="modal-title">LABEL_IMAGE_MARKETPLACE</h4>
2340
        		<button type="button" class="close" data-dismiss="modal">&times;</button>
2345
				<button type="button" class="close" data-dismiss="modal">&times;</button>
2341
      		</div>
2346
			</div>
2342
    
2347
 
Línea 2343... Línea 2348...
2343
           	<!-- Modal body --> 
2348
			<!-- Modal body -->
2344
           	<div class="modal-body text-center">
2349
			<div class="modal-body text-center">
2345
    			<img src="" class="img img-responsive" style="width: 300px; height: auto" id="image-marketplace" />
2350
				<img src="" class="img img-responsive" style="width: 300px; height: auto" id="image-marketplace" />
2346
          	</div>
2351
			</div>
2347
 
2352
 
2348
            <!-- Modal footer -->
2353
			<!-- Modal footer -->
2349
  			<div class="modal-footer">
2354
			<div class="modal-footer">
2350
    			<button type="button" class="btn btn-danger" data-dismiss="modal">LABEL_CLOSE</button>
2355
				<button type="button" class="btn btn-danger" data-dismiss="modal">LABEL_CLOSE</button>
2351
      		</div>
2356
			</div>
2352
      	</div>	
2357
		</div>
2353
	</div>
2358
	</div>
2354
</div>  
2359
</div>
-
 
2360
 
-
 
2361
 
-
 
2362
<!-- The Modal -->
Línea 2355... Línea -...
2355
 
-
 
2356
 
-
 
2357
<!-- The Modal -->
-
 
Línea 2358... Línea 2363...
2358
<div class="modal" id="modalImageApp">
2363
<div class="modal" id="modalImageApp">
2359
	<div class="modal-dialog ">
2364
	<div class="modal-dialog ">
2360
    	<div class="modal-content">
2365
		<div class="modal-content">
2361
 
2366
 
2362
            <!-- Modal Header -->
-
 
2363
      		<div class="modal-header">
-
 
2364
        		<h4 class="modal-title">LABEL_IMAGE</h4>
-
 
2365
        		<button type="button" class="close" data-dismiss="modal">&times;</button>
-
 
2366
      		</div>
-
 
2367
 
-
 
2368
            <!-- Modal body --> 
-
 
2369
            <div class="modal-body text-center">
-
 
2370
				<img src="" class="img img-responsive" style="width: 300px; height: auto" id="image-app" />
-
 
2371
      		</div>
-
 
2372
		
-
 
2373
            <!-- Modal footer -->
-
 
2374
      		<div class="modal-footer">
-
 
2375
        		<button type="button" class="btn btn-danger" data-dismiss="modal">LABEL_CLOSE</button>
-
 
2376
          	</div>
-
 
2377
         </div> 	
-
 
2378
	</div>
-
 
2379
</div>   	
-
 
2380
 
-
 
2381
 
-
 
2382
 					
-
 
2383
			
-
 
2384
	
-
 
2385
 
-
 
2386
<!-- The Modal -->
-
 
2387
<div class="modal" id="notificationUsersModal">
-
 
2388
	<div class="modal-dialog modal-xl">
-
 
2389
    	<div class="modal-content">
-
 
2390
 
-
 
2391
            <!-- Modal Header -->
-
 
2392
      		<div class="modal-header">
-
 
2393
        		<h4 class="modal-title">LABEL_USERS</h4>
-
 
2394
        		<button type="button" class="close" data-dismiss="modal">&times;</button>
-
 
2395
      		</div>
-
 
2396
 
-
 
2397
            <!-- Modal body -->
-
 
2398
      		<div class="modal-body">
-
 
2399
      			<form>
-
 
2400
      				<div class="form-group">
-
 
2401
      					<label>LABEL_TOPIC</label>
-
 
Línea 2402... Línea 2367...
2402
      					<input type="text" readonly="readonly" id="table-users-topic" class="form-control" >
2367
			<!-- Modal Header -->
2403
      				</div>
2368
			<div class="modal-header">
-
 
2369
				<h4 class="modal-title">LABEL_IMAGE</h4>
-
 
2370
				<button type="button" class="close" data-dismiss="modal">&times;</button>
2404
      				<div class="form-group">
2371
			</div>
Línea -... Línea 2372...
-
 
2372
 
-
 
2373
			<!-- Modal body -->
2405
      					<label>LABEL_CAPSULE</label>
2374
			<div class="modal-body text-center">
-
 
2375
				<img src="" class="img img-responsive" style="width: 300px; height: auto" id="image-app" />
-
 
2376
			</div>
-
 
2377
 
2406
      					<input type="text" readonly="readonly" id="table-users-capsule" class="form-control" >
2378
			<!-- Modal footer -->
-
 
2379
			<div class="modal-footer">
-
 
2380
				<button type="button" class="btn btn-danger" data-dismiss="modal">LABEL_CLOSE</button>
-
 
2381
			</div>
-
 
2382
		</div>
-
 
2383
	</div>
-
 
2384
</div>
-
 
2385
 
-
 
2386
 
-
 
2387
 
-
 
2388
 
-
 
2389
 
-
 
2390
 
-
 
2391
<!-- The Modal -->
-
 
2392
<div class="modal" id="notificationUsersModal">
-
 
2393
	<div class="modal-dialog modal-xl">
-
 
2394
		<div class="modal-content">
-
 
2395
 
-
 
2396
			<!-- Modal Header -->
2407
      				</div>
2397
			<div class="modal-header">
Línea -... Línea 2398...
-
 
2398
				<h4 class="modal-title">LABEL_USERS</h4>
Línea -... Línea 2399...
-
 
2399
				<button type="button" class="close" data-dismiss="modal">&times;</button>
-
 
2400
			</div>
-
 
2401
 
-
 
2402
			<!-- Modal body -->
Línea -... Línea 2403...
-
 
2403
			<div class="modal-body">
-
 
2404
				<form>
2408
      			</form>
2405
					<div class="form-group">
2409
      			<div style="height: 300px;overflow: scroll;"> 
2406
						<label>LABEL_TOPIC</label>