mirror of
https://git.imnavajas.es/jjimenez/printhub.git
synced 2026-01-13 00:48:48 +00:00
modificado para crear tasks que recompilen todo
This commit is contained in:
3
src/main/resources/i18n/en/printers.properties
Normal file
3
src/main/resources/i18n/en/printers.properties
Normal file
@ -0,0 +1,3 @@
|
||||
t-printers=Printers
|
||||
t-printers-list=Printers List
|
||||
t-printers-name=Name
|
||||
3
src/main/resources/i18n/es/printers.properties
Normal file
3
src/main/resources/i18n/es/printers.properties
Normal file
@ -0,0 +1,3 @@
|
||||
t-printers=Impresoras
|
||||
t-printers-list=Lista de Impresoras
|
||||
t-printers-name=Nombre
|
||||
@ -0,0 +1,24 @@
|
||||
<!doctype html>
|
||||
<html xmlns:th="http://www.thymeleaf.org" xmlns:layout="http://www.ultraq.net.nz/thymeleaf/layout"
|
||||
layout:decorate="~{printhub/layout}">
|
||||
|
||||
<th:block layout:fragment="pagetitle">
|
||||
<!--page title-->
|
||||
<div th:replace="~{printhub/partials/title-meta :: title-meta(${title})}"></div>
|
||||
</th:block>
|
||||
|
||||
<head>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div layout:fragment="content">
|
||||
<!-- start page title -->
|
||||
<div th:replace="~{printhub/partials/page-title :: page-title(${title},'Pages')}"></div>
|
||||
|
||||
</div>
|
||||
|
||||
<th:block layout:fragment="pagejs">
|
||||
</th:block>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
@ -1,4 +1,4 @@
|
||||
<html >
|
||||
<html>
|
||||
|
||||
<body>
|
||||
<div th:fragment="sidebar" th:remove="tag">
|
||||
@ -35,7 +35,13 @@
|
||||
|
||||
<div id="two-column-menu">
|
||||
</div>
|
||||
<li href="/" class="menu-title"><span data-key="t-menu">Menu</span></li>
|
||||
<ul class="navbar-nav" id="navbar-nav">
|
||||
<li class="nav-item">
|
||||
<a class="nav-link menu-link" href="/">
|
||||
<i class="ri-home-line"></i> <span data-key="t-home">Inicio</span>
|
||||
</a>
|
||||
</li>
|
||||
<div th:replace="~{printhub/partials/sidebarMenus/configurationMenu :: configuration}"></div>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
@ -1,5 +1,4 @@
|
||||
<div th:fragment="configuration" th:remove="tag">
|
||||
<li class="menu-title"><span data-key="t-menu">Menu</span></li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link menu-link" href="#configurationMenu" data-bs-toggle="collapse" role="button"
|
||||
aria-expanded="false" aria-controls="configurationMenu">
|
||||
|
||||
Reference in New Issue
Block a user