Subversion Repositories bacoAlunos

Compare Revisions

Ignore whitespace Rev 1205 → Rev 1207

/impl/conf/language/MessageResourcesCourse.properties
40,7 → 40,7
course.C=Acções de Formação de Curta Duração
course.A=Formações Avançadas
course.O=Outras Formações
course.T=TeSP
course.T=CTeSP
course.D=Diploma de Estudos Superiores Especializados
course.H=Doutoramento
course.Z=Desconhecido
/impl/src/web/admin/courses/courseComissions.jsp
90,13 → 90,15
<th>Tipo de Curso</th>
<th>Curso</th>
<baco:hasRole role="services,admin,all">
<th>Activo</th>
<th>Papel Comissão Curso</th>
<th>Unidades <%=importYear%></th>
<th>Unidades noutros anos</th>
</baco:hasRole>
<th>Comissão de Curso</th>
<baco:hasRole role="services,admin,all">
<th></th>
<th>Unidades</th>
<th>Editar</th>
</baco:hasRole>
</tr>
</thead>
121,6 → 123,7
<td><bean:message key="course.${CourseView.degreeCleanCode}"/></td>
<td>${CourseView.name}</td>
<baco:hasRole role="services,admin,all">
<td>${CourseView.status}</td>
<td>
<logic:notEmpty name="CourseView" property="validationRole">
<bean:message key="user.role.${CourseView.validationRole}"/>
160,7 → 163,13
<a class="btn btn-default" target="_blank" href="<%=request.getContextPath()%>/user/courseCourseUnits.do?courseId=<%=c.getId()%>">
<span class="glyphicon glyphicon-list-alt"></span>
</a>
 
</td>
<td>
<a class="btn btn-warning" target="_blank" href="<%=request.getContextPath()%>/user/courseControllerFromServiceZone.do?dispatch=edit&courseView.id=<%=c.getId()%>">
<span class="glyphicon glyphicon-pencil"></span>
</a>
</td>
</baco:hasRole>
</tr>
<%