This commit is contained in:
Mauricio Baeza 2018-09-05 22:49:53 -05:00
parent 80b87348f0
commit 3dd73c1467
3 changed files with 12 additions and 2 deletions

View File

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

View File

@ -59,6 +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 ui_main = { var ui_main = {
rows: [ rows: [
{view: 'toolbar', padding: 3, elements: [ {view: 'toolbar', padding: 3, elements: [
@ -68,7 +71,7 @@ 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'},
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},

View File

@ -20,7 +20,7 @@
<body> <body>
<script type="text/javascript" charset="utf-8"> <script type="text/javascript" charset="utf-8">
webix.debug = true; webix.debug = false;
webix.i18n.setLocale("es-MX"); webix.i18n.setLocale("es-MX");
</script> </script>