Пример #1
0
     if ($design->category == 'R') {
         //$actions[] = '<input type="button" name="2" class="red" value="&laquo; REQUEST" title="Move Design back to Request Tab" />';
         $actions[] = '<input type="button" name="3" class="red" value="&laquo; DRAFT" title="Move Design back to Drafts Tab" />';
     } else {
         $actions[] = '<input type="button" name="10-7" class="red" value="&laquo; NEW ELEMENTS" title="Move Design back to New Elements Tab" />';
     }
     //                    } elseif ($design->status == 13) {
 } elseif ($design->status == 14) {
     if ($sub_status == 0) {
         $actions[] = '<input type="button" name="14-1" class="green" value="&raquo; GRAPHIC" title="Move Design to Graphics Tab" />';
         if ($have_drafts) {
             $actions[] = '<input type="button" name="D" class="red" value="&equiv; EDIT DRAFTS" title="Manage Design Drafts" />';
         }
         $actions[] = '<input type="button" name="5-0" class="red" value="&laquo; SAMPLING" title="Move Design back to Samplings Tab" />';
     } elseif ($sub_status == 1) {
         $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-0" class="red" value="&laquo; SAMPLING" title="Move Design back to Samplings Tab" />';
     }
     //                    } 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()) {