Subversion Repositories bacoAlunos

Compare Revisions

Ignore whitespace Rev 1082 → Rev 1084

/impl/conf/language/MessageResources.properties
504,6 → 504,7
 
##TAREFAS AGENDADAS
 
configuration.jobtask=Tarefa Executada
configuration.jobtasks=Tarefas Executadas
configuration.tasks=Tarefas Agendadas
configuration.task=Tarefa Agendada
/impl/src/web/admin/configuration/tasks.jsp
27,8 → 27,11
<div class="panel panel-default">
<div class="panel-heading">
<bean:message key="configuration.tasks"/>
 
 
<a href="<%=request.getContextPath()%>/user/configurationJobTasks.do" style="float:right" class="btn btn-default"><span class="glyphicon glyphicon-list-alt">Consultar Todos os Logs</span></a>
<button type="button" style="float:right" class="btn btn-success" onclick="set(form,'new');form.submit();"><span class="glyphicon glyphicon-plus">Agendar</span></button>
<a href="<%=request.getContextPath()%>/user/configurationSchedulleTasks.do" class="btn btn-success"><span class="glyphicon glyphicon-refresh"></span></a>
</div>
<div class="panel-body">
<table id="myTable" class="tablesorter">
/impl/src/web/admin/configuration/jobTasks.jsp
35,7 → 35,7
<table id="myTable" class="tablesorter">
<thead>
<tr>
<th class="filter-true"><bean:message key="configuration.jobtask"/></th>
<th class="filter-true"><bean:message key="configuration.jobtasks"/></th>
<th class="filter-true">Data Inicio</th>
<th class="filter-true">Criador</th>
<th class="filter-true">Parametros</th>