예제 #1
0
                 $all_is_finalized = false;
                 break;
             }
         }
         if ($all_is_finalized) {
             $actions[] = '<input type="button" name="5-0" class="green" value="&raquo; SAMPLINGS" title="Move Design to Sampling Tab" />';
         }
         $actions[] = $edit_drafts;
         $actions[] = '<input type="button" name="10-6" class="red" value="&laquo; PHOTO" title="Move Design to Photo Tab" />';
     } elseif ($sub_status == 8) {
         $actions[] = '<input type="button" name="10-3" class="green" value="&raquo; MASTER" title="Move Design to Master Tab" />';
         $actions[] = '<input type="button" name="10-2" class="red" value="&laquo; WAX" title="Move Design to Wax Tab" />';
     }
 } elseif ($design->status == 5) {
     if ($sub_status == 0) {
         if ($design->isReadyForGraphics()) {
             //$actions[] = '<input type="button" name="6" class="green" value="&raquo; GRAPHIC" title="Move Design to Graphics Tab" />';
             $actions[] = '<input type="button" name="14-0" class="green" value="&raquo; PHOTO" title="Move Design to Photo Tab" />';
         }
         $actions[] = '<input type="button" name="5-1" class="green" value="&raquo; SENT TO HH" title="Move Design to Sent to HH Tab" />';
         $actions[] = '<input type="button" name="5-3" class="green" value="&raquo; CREATE PRODUCT" title="Move Design to Create Product Tab" />';
     } elseif ($sub_status == 1) {
         $actions[] = '<input type="button" name="5-2" class="green" value="&raquo; RECEIVED IN HH" title="Move Design to In HH Tab" />';
     } elseif ($sub_status == 2) {
         $actions[] = '<input type="button" name="5-3" class="green" value="&raquo; CREATE PRODUCT" title="Move Design to Create Product Tab" />';
         $actions[] = '<input type="button" name="5-0" class="red" value="&laquo; ASSEMBLY" title="Move Design back to Assembly Tab" />';
     } elseif ($sub_status == 3) {
         if ($design->isReadyForGraphics()) {
             //$actions[] = '<input type="button" name="6" class="green" value="&raquo; GRAPHIC" title="Move Design to Graphics Tab" />';
             $actions[] = '<input type="button" name="14-0" class="green" value="&raquo; PHOTO" title="Move Design to Photo Tab" />';
         }