Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 154 Rev 155
Línea 1236... Línea 1236...
1236
		    		$('#form-section #section-text').val(),
1236
		    		$('#form-section #section-text').val(),
1237
		    		$('#form-section #section-value').val()
1237
		    		$('#form-section #section-value').val()
1238
		    	);	
1238
		    	);	
1239
		    }
1239
		    }
Línea 1240... Línea -...
1240
		    
-
 
-
 
1240
		    
Línea 1241... Línea 1241...
1241
		    
1241
		    console.log(objFormGenerator);
1242
		    
1242
		    
1243
			$('#modal-section').modal('hide');
1243
			$('#modal-section').modal('hide');
1244
			return false;
1244
			return false;
Línea 1903... Línea 1903...
1903
                                    <th>LABEL_LANGUAGE</th>
1903
                                    <th>LABEL_LANGUAGE</th>
1904
                                    <th>LABEL_ACTIVE</th>
1904
                                    <th>LABEL_ACTIVE</th>
1905
                                    <th>LABEL_ACTIONS</th>
1905
                                    <th>LABEL_ACTIONS</th>
1906
                                </tr>
1906
                                </tr>
1907
                            </thead>
1907
                            </thead>
1908
                            <tbody>
-
 
1909
							
-
 
1910
                            </tbody>
1908
                            <tbody></tbody>
1911
                        </table>
1909
                        </table>
1912
                    </div>
1910
                    </div>
1913
                    <div class="card-footer clearfix">
1911
                    <div class="card-footer clearfix">
1914
                        <div style="float:right;">
1912
                        <div style="float:right;">
1915
                            <button type="button" class="btn btn-info btn-refresh"><i class="fa fa-refresh"></i> LABEL_REFRESH </button>
1913
                            <button type="button" class="btn btn-info btn-refresh"><i class="fa fa-refresh"></i> LABEL_REFRESH </button>
Línea 1921... Línea 1919...
1921
                </div>
1919
                </div>
1922
            </div>
1920
            </div>
1923
        </div>
1921
        </div>
1924
    </div>
1922
    </div>
Línea 1925... Línea 1923...
1925
 
1923
 
1926
    <!-- Row Edit -->
1924
    <!-- Create/Edit Form -->
1927
    <?php echo $this->partial('modals/forms.phtml',  array(
1925
    <?php echo $this->partial('modals/forms.phtml',  array(
1928
		'status_inactive' => $status_inactive,
1926
		'status_inactive' => $status_inactive,
1929
		'status_active' => $status_active,
1927
		'status_active' => $status_active,
1930
		'lang_es'=>$lang_es,
1928
		'lang_es'=>$lang_es,
1931
		'lang_en'=>$lang_en
1929
		'lang_en'=>$lang_en
1932
		)) ;?>
1930
		)) ;?>
Línea 1933... Línea 1931...
1933
    <!-- End Row Edit -->
1931
    <!-- Create/Edit Form-->
Línea 1934... Línea 1932...
1934
 
1932
 
1935
    <!-- Modals -->
1933
    <!-- Modals -->
1936
 
1934
 
Línea 1937... Línea 1935...
1937
    <!-- Section Modal -->
1935
    <!-- Section Modal -->
1938
    <?php echo $this->partial('modals/sections.phtml') ;?>
-
 
1939
    <!-- End Modal Section -->
1936
    <?php echo $this->partial('modals/sections.phtml') ;?>
1940
 
-
 
1941
    <!-- Question Modal -->
1937
    <!-- End Modal Section -->
Línea 1942... Línea 1938...
1942
 
1938
 
1943
	<?php echo $this->partial('modals/questions.phtml') ;?>
-
 
1944
 
1939
    <!-- Question Modal -->
1945
	<!-- End Modal Question -->
-
 
1946
 
1940
	<?php echo $this->partial('modals/questions.phtml') ;?>
Línea 1947... Línea 1941...
1947
    <!-- Modal Options -->
1941
	<!-- End Modal Question -->
Línea 1948... Línea 1942...
1948
 
1942
 
1949
	<?php echo $this->partial('modals/options.phtml') ;?>
1943
    <!-- Modal Options -->