예제 #1
0
             }
             //                    } elseif($design->status==6) {
             //                        $photos_is_complete = $design->isPhotoProductComplete();
             //                        if($photos_is_complete) $actions[] = '<input type="button" name="12" class="green" value="&raquo; PRODUCT QC" title="Move Design to Product QC Tab" />';
             //                        $actions[] = '<input type="button" name="5" class="red" value="&laquo; SAMPLING" title="Move Design back to Samplings Tab" />';
         } elseif ($design->status == 12) {
             $actions[] = '<input type="button" name="7" class="green" value="&raquo; DETAIL" title="Move Design to Details Tab" />';
             $actions[] = '<input type="button" name="14-1" class="red" value="&laquo; GRAPHIC" title="Move Design back to Graphics Tab" />';
             $actions[] = '<input type="button" name="5-0" class="red" value="&laquo; SAMPLING" title="Move Design back to Samplings Tab" />';
         } elseif ($design->status == 7) {
             if ($design->isReadyForFinalize()) {
                 $actions[] = '<input type="button" name="8" class="green" value="&raquo; FINALIZE" title="Move Design to Finalize Tab" />';
             }
             $actions[] = '<input type="button" name="12" class="red" value="&laquo; PRODUCT QC" title="Move Design back to Product QC Tab" />';
         } elseif ($design->status == 8) {
             if ($design->isReadyForDone()) {
                 $actions[] = '<input type="button" name="9" class="green" value="&raquo; DONE" title="Activate All Products and Remove Design from Finalize Tab" />';
             }
             $actions[] = '<input type="button" name="7" class="red" value="&laquo; DETAIL" title="Move Design back to Details Tab" />';
             $actions[] = '<input type="button" name="14-1" class="red" value="&laquo; GRAPHIC" title="Move Design back to Graphic Tab" />';
         }
         if ($design->status <= 5 || $design->status == 10) {
             $actions[] = '<input type="button" name="0" class="red" value="&times; DELETE" title="Delete Design Permanently" />';
         }
         $value .= implode('<br />', $actions);
         break;
     default:
         $value = '&nbsp;';
 }
 if ($key == 'ID' || $key == 'Name') {
     $value = $detail_link . $value . '</a>';