Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 6852 Rev 6854
Línea 2141... Línea 2141...
2141
                        $element->setOptions(['label' => 'LABEL_ORDER']);
2141
                        $element->setOptions(['label' => 'LABEL_ORDER']);
2142
                        echo $this->formLabel($element);
2142
                        echo $this->formLabel($element);
2143
                        echo $this->formText($element);
2143
                        echo $this->formText($element);
2144
                    ?>
2144
                    ?>
2145
				</div>
2145
				</div>
2146
				<div class="form-group grid-1-2">
-
 
2147
               		<?php 
-
 
2148
                    $element = $form->get('file');
-
 
2149
                        
2146
				
2150
                    $element->setAttributes(['class' => 'form-control',  'accept' => 'image/jpg,image/jpeg,image/png']);
-
 
2151
                    $element->setOptions(['label' => 'LABEL_IMAGE']);
-
 
2152
                    echo $this->formLabel($element);
-
 
2153
                    ?>
-
 
2154
                    <div class="file-loading">
-
 
2155
                    	<?php echo $this->formFile($element); ?>
-
 
2156
                	</div>
-
 
2157
          		</div>
-
 
2158
          		<div class="form-group grid-1-2">
2147
          		<div class="form-group grid-1-2">
2159
    				<?php 
2148
    				<?php 
2160
                        $element = $form->get('status');
2149
                        $element = $form->get('status');
2161
                        $element->setAttributes(['class' => 'form-control']);
2150
                        $element->setAttributes(['class' => 'form-control']);
2162
                        $element->setOptions(['label' => 'LABEL_STATUS']);
2151
                        $element->setOptions(['label' => 'LABEL_STATUS']);
Línea 2202... Línea 2191...
2202
                    <div class="file-loading">
2191
                    <div class="file-loading">
2203
                    	<?php echo $this->formFile($element); ?>
2192
                    	<?php echo $this->formFile($element); ?>
2204
                	</div>
2193
                	</div>
2205
          		</div>
2194
          		</div>
Línea -... Línea 2195...
-
 
2195
								
-
 
2196
                  <?php 
-
 
2197
                    $element = $form->get('file');
-
 
2198
					$element->setAttributes([ 'class' => 'file']);
-
 
2199
                    echo $this->formHidden($element); 
2206
								
2200
                ?>
Línea 2207... Línea 2201...
2207
                  <div class="contenido form-group " id="contenido"></div>
2201
          		<div class="contenido form-group " id="contenido"></div>
2208
                  
2202