OSB enhancements to date

This commit is contained in:
Deon George
2010-11-30 09:41:08 +11:00
parent 8715a2059b
commit ec6a542bc3
478 changed files with 23423 additions and 9309 deletions

View File

@@ -36,7 +36,4 @@
</tr>
</table>
<div>
<input type="hidden" name="staff_department_avail" value="false"/>
</div>
</form>

View File

@@ -41,6 +41,10 @@
<td style="width: 35%;">{osb f=tf field=signature}</td>
<td style="width: 65%;">{html_textarea name=staff_signature default=$record.signature limit=50}</td>
</tr>
<tr valign="top">
<td style="width: 35%;">{osb f=tf field=department_avail}</td>
<td style="width: 65%;">{$list->check('staff_department_avail','staff_department_avail','staff_department','name',$record.department_avail,'')}</td>
</tr>
</table>
</td>
</tr>
@@ -51,8 +55,5 @@
</table>
{include file='file:../core/view_post.tpl'}
<div>
<input type="hidden" name="staff_department_avail" value="false"/>
</div>
</form>
{/if}