Changeset 227 for Dev/branches/Cartis/dashboardDataSelection.php
- Timestamp:
- 01/12/12 17:30:32 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Dev/branches/Cartis/dashboardDataSelection.php
r204 r227 38 38 <div class="largeTitle">Instance data</div> 39 39 <select id="dbSessionInstancesList" multiple class="dbDataList" size="15" onchange="infoPanelTimeout(event);"> 40 40 41 <?php 41 foreach ($dbDataSelectionWidget->sessions as $session) { 42 // Fill list 43 // First checkbox, then descriptor 44 echo "<option value='$session->uid'>$session->title</option>"; 45 } 42 43 //Changed sessions into questions 44 // foreach ($dbDataSelectionWidget->survey as $question) { 45 foreach ($dbDataSelectionWidget->sessions as $session) { 46 // Fill list 47 // First checkbox, then descriptor 48 echo "<option value='$session->uid'>$session->title</option>"; 49 } 50 51 46 52 ?> 47 53 </select> … … 78 84 <div id="rightColumn"> 79 85 <div class="largeFrame Cv" id="dbShoppingCart"> 80 <div class="largeTitle">S hopping cart</div>86 <div class="largeTitle">Selected data</div> 81 87 <div class="content" id="shoppingCartContent"> 82 88
Note: See TracChangeset
for help on using the changeset viewer.