[Arreglar] elementos basicos del adminsitrador

This commit is contained in:
francisco-solis99 2022-05-27 13:09:12 -05:00
parent 217cb5d795
commit 0676f4eb85
3 changed files with 58 additions and 0 deletions

View File

@ -18,7 +18,25 @@
<?php defined('NABU') || exit() ?>
<?php $head_title = 'Aprobar artículos' ?>
<!-- Estilos a cargar -->
<?php $styles = array(
'components/search/search.css',
'components/pagination/pagination.css',
'components/footer/footer.css',
) ?>
<!-- Estilos a cargar para el responsive design -->
<?php $desktop_styles = array(
array('file' => 'components/footer/footer-desktop.css', 'attributes' => 'media="screen and (min-width: 650px)"'),
array('file' => 'components/search/search-desktop.css', 'attributes' => 'media="screen and (min-width: 650px)"'),
array('file' => 'components/pagination/pagination-desktop.css', 'attributes' => 'media="screen and (min-width: 650px)"'),
) ?>
<!-- Componente head -->
<?php require_once 'views/components/head.php' ?>
<!-- Body -->
<?php require_once 'views/components/dashboard.php' ?>
<h1>Aprobar artículos</h1>

View File

@ -19,6 +19,25 @@
<?php $head_title = 'Artículos publicados' ?>
<!-- Estilos a cargar -->
<?php $styles = array(
'components/messages/messages.css',
'components/search/search.css',
'components/pagination/pagination.css',
'components/footer/footer.css',
) ?>
<!-- Estilos a cargar para el responsive design -->
<?php $desktop_styles = array(
array('file' => 'components/footer/footer-desktop.css', 'attributes' => 'media="screen and (min-width: 650px)"'),
array('file' => 'components/search/search-desktop.css', 'attributes' => 'media="screen and (min-width: 650px)"'),
array('file' => 'components/pagination/pagination-desktop.css', 'attributes' => 'media="screen and (min-width: 650px)"'),
) ?>
<!-- Componente head -->
<?php require_once 'views/components/head.php' ?>
<!-- Body -->
<?php require_once 'views/components/dashboard.php' ?>
<h1>Artículos publicados</h1>

View File

@ -19,6 +19,27 @@
<?php $head_title = 'Usuarios registrados' ?>
<!-- Estilos a cargar -->
<?php $styles = array(
'components/messages/messages.css',
'components/search/search.css',
'components/pagination/pagination.css',
'components/footer/footer.css',
) ?>
<!-- Estilos a cargar para el responsive design -->
<?php $desktop_styles = array(
array('file' => 'components/footer/footer-desktop.css', 'attributes' => 'media="screen and (min-width: 650px)"'),
array('file' => 'components/search/search-desktop.css', 'attributes' => 'media="screen and (min-width: 650px)"'),
array('file' => 'components/pagination/pagination-desktop.css', 'attributes' => 'media="screen and (min-width: 650px)"'),
) ?>
<!-- Componente head -->
<?php require_once 'views/components/head.php' ?>
<!-- Body -->
<?php require_once 'views/components/dashboard.php' ?>
<h1>Usuarios registrados</h1>