Files
luos/workflow/engine/templates/home/noAppsMsg.html
Luis Fernando Saisa Lopez 870afbac27 FIX_SIMPLIFIED_UI "Traducciones faltantes." SOLVED
- Se han agragado traducciones faltantes en directorio: templates/home/ y los archivos: home.php, Users.php,
  AppNotes.php y appProxy.php
* Available from version ProcessMaker-2.0.47 (2.5.1)
2013-05-16 20:48:16 +00:00

42 lines
1.2 KiB
HTML

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=2.0, user-scalable=yes" />
<link rel="stylesheet" href="/css/uxs.css" media="screen" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="/js/jquery/jquery-1.7.1.min.js"></script>
{literal}
<style>
@media only screen and (min-device-width: 768px) {
.uxs { width: 550px; }
}
</style>
<script>
$(document).ready(function() {
$('#btnRefresh').click(function(){
if (typeof parent != 'undefined') {
parent.location.href = '../home';
}
})
});
</script>
{/literal}
</head>
<body>
<center>
<div class="uxs" style="text-align:left">
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr><td class="Title">{translate label="ID_INFORMATION"}</td></tr>
</table>
<h2></h2>
<h3>{translate label="ID_FINISHED_REFRESH_VIEW_SEE_SLOPE_WORK"}</h3>
<center>
<button id="btnRefresh">{translate label="ID_REFRESH_VIEW"}</button>
</center>
</div>
</center>
</body>
</html>