1 <!-- <link rel="stylesheet" type="text/css" href="static/fusion/raptor/css/raptor.css"> -->
3 #stepView table tbody td {
7 #stepView table tbody tr {
17 vertical-align:middle;
21 <div id="page-content">
22 <h1 class="heading-page">Report Wizard</h1>
26 <!-- <h1 id="tabs---promo">Tabs - Promo</h1>
27 <button class="btn btn-secondary btn-small" ng-click="gTabs[3].disabled = !gTabs[3].disabled">{{gTabs[3].disabled?'Enable':'Disable'}}</button> - Toggle 4th (Features) Tab
29 <b2b-tabset tab-id-selected="activeTabsId">
30 <b2b-tab ng-repeat="tab in gTabs" tab-item="tab"
31 id="{{tab.uniqueId}}" aria-controls="{{tab.tabPanelId}}"
32 ng-disabled="tab.disabled">
37 <!-- <select ng-model="prj"
38 ng-options="item.projectName for item in allProjects track by item.id" data-ng-init="getAllProjects()"
39 ng-change="selectAction();">
40 <option value="">Select project</option>
43 <a ng-click="createAction()" class="pointer">Create Project</a> -->
45 <input type="hidden" name="project_id" ng-model="project_id" value = ""/>
47 <div id="stepViewColumn" ng-show = "isColumnStep">
48 <h1>Step 3 : Columns</h1>
49 <table class="striped">
59 <tr ng-repeat = "rowData in colTableRowData">
61 <td>{{rowData.name}}</td>
62 <td>{{rowData.id}}</td>
63 <td><a ng-click="openColumnPopup(rowData)" class="icon-misc-pen"></a></td>
69 <div id="stepViewFormField" ng-show = "isFormFieldStep">
70 <h1>Step 4 : Form Fields</h1>
71 <table class="striped">
81 <tr ng-repeat = "rowData in formFieldData">
83 <td>{{rowData.name}}[{{rowData.id}}]</td>
85 <td><a ng-click="openFormFieldPopup(rowData)" class="icon-misc-pen"></a></td>
86 <td><a ng-click="deleteFormField(rowData)" class="icon-misc-trash"></a></td>
93 <!-- <step-form ng-model="jsonSrcName" renderForm="changeme"></step-form> -->
97 <!-- <select id="dropdown1" name="dropdown1" b2b-dropdown placeholder-text="Select" ng-model="selectedReportType.value">
98 <option b2b-dropdown-list option-repeat="d in reportTypes" value="{{d.value}}">{{d.text}}</option>
100 <h1>{{selectedReportType.value}}</h1> -->