Proyectos de Subversion LeadersLinked - Backend

Rev

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

Rev 7061 Rev 7063
Línea 166... Línea 166...
166
        $this->SetLineWidth(0);
166
        $this->SetLineWidth(0);
167
        $this->SetFont('Arial', 'B', 9);
167
        $this->SetFont('Arial', 'B', 9);
Línea 168... Línea 168...
168
 
168
 
Línea 169... Línea 169...
169
        if (count($options)>0) {
169
        if (count($options)>0) {
170
 
170
 
171
            $this->Cell(150, 6, utf8_decode('Opcion :'), 1, 0, 'L', true);
171
            $this->Cell(182, 6, utf8_decode('Opcion :'), 1, 0, 'L', true);
Línea 172... Línea 172...
172
            $this->Cell(8, 6, 'Sel.', 1, 0, 'C', true);
172
            $this->Cell(8, 6, 'Sel.', 1, 0, 'C', true);
173
            $this->Ln();
173
            $this->Ln();
174
 
174
 
175
            // Body Table
175
            // Body Table
Línea 176... Línea 176...
176
            $this->SetFillColor(225, 255, 255);
176
            $this->SetFillColor(225, 255, 255);
Línea 177... Línea 177...
177
            $this->SetTextColor(0);
177
            $this->SetTextColor(0);
178
            $this->SetFont('Arial', '', 9);
178
            $this->SetFont('Arial', '', 9);
Línea 179... Línea 179...
179
 
179
 
180
            for ($i = 0; $i < count($options); $i++) {
180
            for ($i = 0; $i < count($options); $i++) {
181
 
181