예제 #1
0
                    <td></td>
                    <td></td>
                    <td>
                        <?php 
    echo Tables::button("pencil", "turquoise", null, "editar", Label::editar);
    ?>
                        <?php 
    echo Tables::button("envelope", "hole", null, "enviar_correo", Label::enviar_correo_participantes);
    ?>
                        <?php 
    echo Tables::button("users", "wisteria", null, "participantes", Label::participantes);
    ?>
<br>
                        <?php 
    echo Tables::button("clock-o", "orange", null, "posponer", Label::posponer);
    ?>
                        <?php 
    echo Tables::button("calendar-o", "pumpkin", null, "suspender", Label::suspender);
    ?>
                        <?php 
    echo Tables::button("calendar-times-o", "pomegranate", null, "cancelar", Label::cancelar);
    ?>
                    </td>
                </tr>
            </tbody>-->
        </table>
    </div>
</section>
    
<?php 
};
예제 #2
0
</th>
                    <th style = "width: 10%"><?php 
    echo Label::fecha;
    ?>
</th>
                    <th style = "width: 10%"><?php 
    echo Label::acciones;
    ?>
</th>
                </tr>
            </thead>
            <tbody>
                <tr>
                    <td></td>
                    <td></td>
                    <td></td>
                    <td></td>
                    <td></td>
                    <td></td>
                    <td>
                        <?php 
    echo Tables::button("star-o", "pomegranate", null, "seguir", Label::dejar_seguir);
    ?>
                    </td>
                </tr>
            </tbody>
        </table>
    </div>
</section>
<?php 
};
예제 #3
0
    ?>
</th>
                    <th style = "width: 5%"><?php 
    echo Label::ver_factura;
    ?>
</th>
                </tr>
            </thead>
            <tbody>
                <tr>
                    <td></td>
                    <td></td>
                    <td></td>
                    <td></td>
                    <td></td>
                    <td></td>
                    <td></td>
                    <td><?php 
    echo Tables::button("file-pdf-o", "alizarin", null, "factura", Label::factura);
    ?>
</td>
                </tr>
            </tbody>
        </table>
    </div>
</section>
<?php 
};
?>

예제 #4
0
    echo Tables::button("pencil", "turquoise", null, "editar", Label::editar);
    ?>
                        <?php 
    echo Tables::button("envelope", "hole", null, "enviar_correo", Label::enviar_correo);
    ?>
                        <?php 
    echo Tables::button("user-times", "pomegranate", null, "dar_baja", Label::dar_baja);
    ?>
<br>                      
                        <?php 
    echo Tables::button("user", "concrete", null, "usuario_general", Label::hacer_usuario_general);
    ?>
                        <?php 
    echo Tables::button("user-plus", "asbestos", null, "usuario_organizador", Label::hacer_organizador_evento);
    ?>
                        
                        <?php 
    echo Tables::button("users", "asphalt", null, "usuario_jefe", Label::hacer_jefe_equipo);
    ?>
                        <?php 
    echo Tables::button("user-secret", "midnight", null, "usuario_admin", Label::hacer_administrador);
    ?>
                    </td>
                </tr>
            </tbody>
        </table>
    </div>
</section>
    
<?php 
};
예제 #5
0
                    <th style = "width: 10%"><?php 
    echo Label::fecha;
    ?>
</th>
                    <th style = "width: 10%"><?php 
    echo Label::acciones;
    ?>
</th>
                </tr>
            </thead>
            <tbody>
                <tr>
                    <td></td>
                    <td></td>
                    <td></td>
                    <td></td>
                    <td>
                        <?php 
    echo Tables::button("pencil", "turquoise", null, "editar", Label::editar);
    ?>
                        <?php 
    echo Tables::button("times", "pomegranate", null, "borrar", Label::borrar);
    ?>
                    </td>
                </tr>
            </tbody>
        </table>
    </div>
</section>
<?php 
};