예제 #1
0
     if ($design->isReadyForSamplings()) {
         $actions[] = $design->category == 'R' ? '<input type="button" name="5-0" class="green" value="&raquo; SAMPLING" title="Move Design to Samplings Tab" />' : '<input type="button" name="10-1" class="green" value="&raquo; NEW ELEMENT" title="Move Design to New Elements Tab" />';
     }
     $actions[] = '<input type="button" name="3" class="red" value="&laquo; DRAFT" title="Move Design back to Drafts Tab" />';
 } elseif ($design->status == 10) {
     if ($have_drafts) {
         $edit_drafts = '<input type="button" name="D" class="red" value="&equiv; EDIT DRAFTS" title="Manage Design Drafts" />';
     }
     if ($sub_status == 0) {
         if ($design->isReadyForPhotoNewElements()) {
             $actions[] = '<input type="button" name="10-6" class="green" value="&raquo; PHOTO" title="Move Design to Photo Tab" />';
         }
         $actions[] = $edit_drafts;
         $actions[] = '<input type="button" name="11" class="red" value="&laquo; PULL RACK" title="Move Design back to Pull Rack Tab" />';
     } elseif ($sub_status == 1) {
         if ($design->isReadyForWaxNewElements()) {
             $actions[] = '<input type="button" name="10-2" class="green" value="&raquo; WAX" title="Move Design to Wax Tab" />';
         }
         if ($design->isReadyForWaxNewElements()) {
             $actions[] = '<input type="button" name="10-3" class="green" value="&raquo; MASTER" title="Move Design to Master Tab" />';
         }
         $actions[] = $edit_drafts;
         $actions[] = '<input type="button" name="4" class="red" value="&laquo; APPROVAL" title="Move Design to Approvals Tab" />';
     } elseif ($sub_status == 2) {
         //                            if($have_elements == true && $wax_done == true) $actions[] = '<input type="button" name="10-4" class="green" value="&raquo; RUBBER" title="Move Design to Rubber Tab" />';
         //                            if($have_elements == true && $wax_done == true) $actions[] = '<input type="button" name="10-3" class="green" value="&raquo; MASTER" title="Move Design to Master Tab" />';
         if ($have_elements == true && $wax_done == true) {
             $actions[] = '<input type="button" name="10-8" class="green" value="&raquo; CASTING MASTER" title="Move Design to Casting Master Tab" />';
         }
         $actions[] = $edit_drafts;
         $actions[] = '<input type="button" name="10-1" class="red" value="&laquo; CREATE" title="Move Design to Create Tab" />';