Actualizar vinculos

This commit is contained in:
Mauricio Baeza 2019-02-14 20:17:03 -06:00
parent 95d3345418
commit a4997be78d
2 changed files with 14 additions and 4 deletions

View File

@ -47,6 +47,13 @@
font-size: 125%; font-size: 125%;
} }
.link_default {
font-weight: bold;
color: #610B0B;
text-decoration: none;
}
.link_default:hover {text-decoration:underline;}
.link_forum { .link_forum {
font-weight: bold; font-weight: bold;
color: #610B0B; color: #610B0B;

View File

@ -59,8 +59,9 @@ var menu_user = {
} }
var link_forum = "<a class='link_forum' target='_blank' href='https://gitlab.com/mauriciobaeza/empresa-libre/issues'>Foro de Soporte</a>"; var link_blog = "<a class='link_default' target='_blank' href='https://blog.empresalibre.mx'>Blog</a>";
var link_doc = "<a class='link_doc' target='_blank' href='https://doc.empresalibre.net'><b>?</b> </a>"; var link_forum = "<a class='link_default' target='_blank' href='https://gitlab.com/mauriciobaeza/empresa-libre/issues'>Foro</a>";
var link_doc = "<a class='link_default' target='_blank' href='https://doc.empresalibre.mx'>Doc</a>";
var ui_main = { var ui_main = {
@ -72,8 +73,10 @@ var ui_main = {
} }
}, },
{view: 'label', id: 'lbl_title_main', label: '<b>Empresa Libre</b>'}, {view: 'label', id: 'lbl_title_main', label: '<b>Empresa Libre</b>'},
{view: 'label', id: 'lbl_forum', label: link_forum, align: 'right'}, {},
{view: 'label', id: 'lbl_doc', label: link_doc, align: 'left', width: 25}, {view: 'label', id: 'lbl_blog', label: link_blog, align: 'right', width: 30},
{view: 'label', id: 'lbl_forum', label: link_forum, align: 'right', width: 30},
{view: 'label', id: 'lbl_doc', label: link_doc, align: 'right', width: 25},
menu_user, menu_user,
{view: 'button', id: 'cmd_update_timbres', type: 'icon', width: 45, {view: 'button', id: 'cmd_update_timbres', type: 'icon', width: 45,
css: 'app_button', icon: 'bell-o', badge: 0}, css: 'app_button', icon: 'bell-o', badge: 0},