Code: Select all
<!--ADDNEW(documents) -->
Thanks!
Brandon
Code: Select all
<!--ADDNEW(documents) -->
[code]...[/code]
blocks for better readabilityCode: Select all
<!-- ADDNEW(accident_types) -->
[code]...[/code]
blocks for better readability[code]...[/code]
blocks for better readabilityCode: Select all
// if user has insert permission to parent table of a lookup field, put an add new button
if($pt_perm['insert'] && .....
Code: Select all
// if user has insert permission to parent table of a lookup field, put an add new button
if($pt_perm['insert']) {
Code: Select all
if(!embedded_mode) {
/* add a horizontal spacer to [add new parent] buttons that don't have a spacered element before them */
Code: Select all
if(1) {
/* add a horizontal spacer to [add new parent] buttons that don't have a spacered element before them */