2 #columnEditTable table tbody td {
6 #columnEditTable table tbody tr {
12 vertical-align:center;
19 #columnEditTable .selectWrap{
25 <div style="height: 700px;">
26 <div class="b2b-modal-header ng-scope in">
27 <h2 id="myModalLabel" modal-title="">Drill-down Parameters Configuration</h2>
28 <div class="corner-button in">
29 <button type="button" class="close" aria-label="Close"
30 ng-click="$dismiss('cancel')"></button>
33 <div class="b2b-modal-body ng-scope ng-isolate-scope in" style="margin-bottom: -50px;">
34 <form name="workflowForm" class="css-form" novalidate>
36 <div id="columnEditTable">
37 <table class="striped">
40 <fieldset role="radiogroup" radio-group-accessibility>
41 <tr ng-show="childReportFF.length>0">
47 <tr ng-show="childReportFF.length>0">
49 <div class="form-row" role="radio" style="margin-top:0px;">
50 <label for="optionsRadios1111" class="radio">
51 <input type="radio" ng-model="selectedvalueradioGroup.name" id="optionsRadios1111" name="optionsRadio11" value="noValue" required>
57 <td style="margin-top:10px;">
62 <tr ng-show="childReportFF.length>0">
64 <div class="form-row" role="radio" style="margin-top:0px;">
65 <label for="optionsRadios2222" class="radio">
66 <input type="radio" ng-model="selectedvalueradioGroup.name" id="optionsRadios2222" name="optionsRadio11" value="fixedValue">
68 <span>Fixed Value</span>
72 <td><input type="text" name="defaultValue" ng-model="fixedValue.value" class="colTableInput"></td>
76 <tr ng-show="childReportFF.length>0">
78 <div class="form-row" role="radio" style="margin-top:0px;">
79 <label for="optionsRadios333333" class="radio">
80 <input type="radio" ng-model="selectedvalueradioGroup.name" id="optionsRadios333333" name="optionsRadio11" value="reportCol">
82 <span>Value of Column</span>
86 <select name="childReportColumn" b2b-dropdown ng-model="selectedChildReportColumn.value" placeholder-text="Select">
87 <option b2b-dropdown-list option-repeat="d in childReportCol" value="{{d.id}}">{{d.name}}</option>
93 <tr ng-show="childReportFF.length>0">
95 <div class="form-row" role="radio" style="margin-top:0px;">
96 <label for="optionsRadios444444" class="radio">
97 <input type="radio" ng-model="selectedvalueradioGroup.name" id="optionsRadios444444" name="optionsRadio11" value="reportFF">
99 <span>Value of Form Field</span>
103 <select name="childReportFormField" b2b-dropdown ng-model="selectedChildReportFormField.value" placeholder-text="Select">
104 <option b2b-dropdown-list option-repeat="d in childReportFF" value="{{d.id}}">{{d.name}}</option>
109 <tr ng-show="childReportFF.length>0">
111 <div class="form-row" role="radio" style="margin-top:0px;">
112 <label for="optionsRadios5555" class="radio">
113 <input type="radio" ng-model="selectedvalueradioGroup.name" id="optionsRadios5555" name="optionsRadio11" value="valueSet" required>
115 <span>Value Set</span>
119 <td style="margin-top:10px;">
120 <p>Pass the value of the selected column if not empty, otherwise pass the value of the selected form field</p>
128 <h2>Parameter values not to be passed to the drill-down report</h2>
133 <td class="colTableLeftColumn">Suppress Values</td>
134 <td><input type="text" name="suppressValue" ng-model="suppressValues.value" class="colTableInput"></td>
140 <div class="b2b-modal-footer ng-scope ng-isolate-scope in">
141 <div class="cta-button-group in">
142 <button class="btn btn-alt btn-small" type="button"
143 ng-click="complete()">Complete</button>