Subversion Repositories SmartDukaan

Rev

Rev 19086 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 19086 Rev 20152
Line 626... Line 626...
626
                    #end
626
                    #end
627
                </select>
627
                </select>
628
                </td>
628
                </td>
629
                </td>
629
                </td>
630
            </tr>
630
            </tr>
-
 
631
            #if($action.getActionable().size()>0)
-
 
632
            <tr >
-
 
633
                <td ><label>Action:</label></td>
-
 
634
                <td colspan="4">
-
 
635
                <select id="activity-type" name="disposition" class="width-activity-type">
-
 
636
                    #foreach( $act in $action.getActionable() )
-
 
637
                         <option value="$act">$act</option>
-
 
638
                    #end
-
 
639
                </select>
-
 
640
                </td>
-
 
641
            </tr>
-
 
642
            #end
631
            <tr >
643
            <tr >
632
                <td ><label>Activity description:</label></td>
644
                <td ><label>Activity description:</label></td>
633
                <td colspan="4"><textarea class="required" name="activityDescription" rows="2" cols="90"></textarea></td>
645
                <td colspan="4"><textarea class="required" name="activityDescription" rows="2" cols="90"></textarea></td>
634
            </tr>
646
            </tr>
635
            <tr >
647
            <tr >