Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 16891 Rev 16910
Línea 72... Línea 72...
72
});
72
});
73
JS;
73
JS;
74
$this->inlineScript()->captureEnd();
74
$this->inlineScript()->captureEnd();
75
?>
75
?>
Línea 76... Línea -...
76
 
-
 
77
<!-- Content Header (Page header) -->
-
 
78
<section class="content-header">
76
 
79
	<div class="container-fluid">
77
<div class="container">
80
    	<div class="row mb-2">
78
	<div class="card" id="">
81
        	<div class="col-sm-12">
79
	 	<div class="card-header">
82
            	<h1>LABEL_COMMENTS_FOR_CAPSULE</h1>
80
	 		<h6 class="card-title">LABEL_COMMENTS_FOR_CAPSULE</h6>
83
			</div>
-
 
84
		</div>
-
 
85
	</div><!-- /.container-fluid -->
-
 
86
</section>
81
	 	</div>
87
 
-
 
88
<section class="content">
-
 
89
	<div class="container-fluid">
-
 
90
    	<div class="row">
-
 
91
        	<div class="col-12 mt-3">
-
 
92
				<div class="card">        
-
 
93
					<div class="card-header">
82
	 	
94
						<?php 
83
	 	<?php 
95
                        $form = $this->form;
84
                        $form = $this->form;
96
            	        $form->setAttributes([
85
            	        $form->setAttributes([
97
                            'name'    => 'form-filter',
86
                            'name'    => 'form-filter',
98
                            'id'      => 'form-filter',
87
                            'id'      => 'form-filter',
Línea 99... Línea 88...
99
                        ]);
88
                        ]);
100
    
89
    
101
                        $form->prepare();
90
                        $form->prepare();
-
 
91
                        echo $this->form()->openTag($form);
102
                        echo $this->form()->openTag($form);
92
                        ?>		
103
                        ?>		
93
                        
104
                        <div class="row">
94
	 	<div class="card-body">
-
 
95
				<div class="row">
105
                            <div class="col-md-6 col-sm-12">
96
         		 	<div class="col-6  mt-3">
106
                                <div class="form-group">
97
                       
Línea 107... Línea 98...
107
                                    <?php
98
                                    <?php
Línea 108... Línea 99...
108
                                    $element = $form->get('topic_uuid');
99
                                    $element = $form->get('topic_uuid');
109
                                   
100
                                   
110
                                    $element->setOptions(['label' => 'LABEL_TOPIC']);
101
                                    $element->setOptions(['label' => 'LABEL_TOPIC']);
111
                                    
102
                                    
112
                                    $element->setAttributes(['class' => 'form-control']);
-
 
113
                                    echo $this->formLabel($element);
103
                                    $element->setAttributes(['class' => 'form-control']);
114
                                    echo $this->formSelect($element);
104
                                    echo $this->formLabel($element);
115
                                    ?>
-
 
-
 
105
                                    echo $this->formSelect($element);
116
                                </div>	
106
                                    ?>
117
                            </div>
107
                  	</div>	
118
                            <div class="col-md-6 col-sm-12">
108
            		<div class="col-6  mt-3">
119
                                <div class="form-group">
109
                       
120
                                    <?php
110
                                    <?php
121
                                    $element = $form->get('capsule_uuid');
111
                                    $element = $form->get('capsule_uuid');
122
                                    $element->setOptions(['label' => 'LABEL_CAPSULE']);
112
                                    $element->setOptions(['label' => 'LABEL_CAPSULE']);
123
                                    $element->setAttributes(['class' => 'form-control']);
-
 
124
                                    echo $this->formLabel($element);
113
                                    $element->setAttributes(['class' => 'form-control']);
125
                                    echo $this->formSelect($element);
-
 
126
                                    ?>
-
 
127
                                </div>				
-
 
128
                            </div>
-
 
129
                            <div
-
 
130
                                class="col-md-12 col-sm-12"
-
 
131
                            >
-
 
132
                                <div style="float:right;">
-
 
133
                                    <button type="button" class="btn btn-info btn-refresh"><i class="fa fa-refresh"></i> LABEL_REFRESH  </button>
-
 
134
                                    <?php if($allowUpload) : ?>
-
 
135
                                        <button type="button" class="btn btn-primary btn-upload"><i class="fa fa-upload"></i> LABEL_UPLOAD  </button>
-
 
136
                                    <?php endif; ?>
-
 
137
                                    <?php if($allowNotification) : ?>
114
                                    echo $this->formLabel($element);
138
                                        <button type="button" class="btn btn-primary btn-notification"><i class="fa fa-tablet"></i> LABEL_NOTIFICATION </button>
115
                                    echo $this->formSelect($element);
139
                                    <?php endif; ?>
-
 
140
                                </div>
-
 
141
                            </div>
116
                                    ?>
-
 
117
                	</div>				
142
                        </div>
118
           	</div>
143
						<?php echo $this->form()->closeTag($form); ?>
119
	 	     <div class="row">
144
					</div>            
120
	 	     	<div class="col-12 mt-3">
145
					<div class="card-body">
121
	 	     	
146
        	    		<table id="gridTable" class="table   table-bordered">
122
	 	     	  		<table id="gridTable" class="table   table-bordered">
147
                      		<thead>
123
                      		<thead>
Línea 155... Línea 131...
155
                                </tr>
131
                                </tr>
156
                       		</thead>
132
                       		</thead>
157
                         	<tbody>
133
                         	<tbody>
158
                         	</tbody>
134
                         	</tbody>
159
                    	</table>
135
                    	</table>
-
 
136
	 	     	
160
                   	</div>
137
	 	     	</div>
161
          		</div>
138
	 	     </div>
162
           	</div>     
139
	 	</div>
-
 
140
	 	<div class="card-footer text-right">
-
 
141
  			<button type="button" class="btn btn-info btn-refresh"><i class="fa fa-refresh"></i> LABEL_REFRESH  </button>
-
 
142
                                    <?php if($allowUpload) : ?>
-
 
143
                                        <button type="button" class="btn btn-primary btn-upload"><i class="fa fa-upload"></i> LABEL_UPLOAD  </button>
-
 
144
                                    <?php endif; ?>
-
 
145
                                    <?php if($allowNotification) : ?>
-
 
146
                                        <button type="button" class="btn btn-primary btn-notification"><i class="fa fa-tablet"></i> LABEL_NOTIFICATION </button>
-
 
147
                                    <?php endif; ?>
163
        </div>          
148
	 	</div>
-
 
149
	 	
-
 
150
	 	<?php echo $this->form()->closeTag($form); ?>
164
 	</div>
151
	</div>
165
</section> 
152
</div>
-
 
153
 
-
 
154
 
-
 
155
 
Línea 166... Línea 156...
166
  
156