Files
luos/workflow/engine/templates/cases/cases_PrintViewTitle.html
Victor Saisa Lopez 6d9858d6d0 HOR-1738 "Change folder permissions in ProcessMaker" SOLVED
Issue:
    Change folder permissions in ProcessMaker
Cause:
    Nuevo requerimiento
Solution:
    Se cambio los permisos de los files and directories
2016-08-30 13:03:35 -04:00

9 lines
573 B
HTML

<table width="100%" align="center">
<tr class="userGroupTitle">
<td width="100%" align="left"><strong>{$CASE}:</strong> {$APP_NUMBER}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong>{$TITLE}:</strong> {$APP_TITLE} &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>{$PROCESS}:</strong> {$APP_PROCESS} </td>
</tr>
<tr class="userGroupTitle">
<td width="100%" align="left"><strong>{$USER}:</strong> {$USR_USERNAME}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<strong>{$WORKSPACE}:</strong> {$USER_ENV} &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <strong>{$DATELABEL}:</strong> {$DATEPRINT} </td>
</tr>
</table>