Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion show_nonrespondents.php
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
$table->sortable(true, 'lastname', SORT_DESC);
$table->set_attribute('cellspacing', '0');
$table->set_attribute('id', 'showentrytable');
$table->set_attribute('class', 'flexible generaltable generalbox');
$table->set_attribute('class', 'flexible generaltable generalbox table-reboot');
$table->set_control_variables(array(
TABLE_VAR_SORT => 'ssort',
TABLE_VAR_IFIRST => 'sifirst',
Expand Down
2 changes: 1 addition & 1 deletion templates/question_rate.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
}}
<!-- Begin HTML generated from question_rate template. -->
{{#qelements}}
<table style="width:{{twidth}}">
<table style="width:{{twidth}}" class="table-reboot">
<caption class="accesshide">{{caption}}</caption>
<tbody>
{{#qelements.headerrow}}
Expand Down
2 changes: 1 addition & 1 deletion templates/questionpdf_container.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<!-- Begin fieldset generated from question_container template. -->
<fieldset id="qn-{{fieldset.id}}" class="{{fieldset.class}}">
{{{dependencylist}}}
<table><tr style="padding: 8px;">
<table class="table-reboot"><tr style="padding: 8px;">
{{#qnum}}<td style="width: 10%;"><span style="background-color: #eee; font-weight: bold; font-size: large;">{{qnum}}</span></td>{{/qnum}}
<td style="background-color: #e4f1fa; width: 90%;">{{{qcontent}}}</td>
</tr></table>
Expand Down
2 changes: 1 addition & 1 deletion templates/reportpagepdf.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
{{/feedbackmessages}}
{{#feedbacknotes}}{{{.}}}{{/feedbacknotes}}
{{#responses}}
<table><tr style="padding: 8px;">
<table class="table-reboot"><tr style="padding: 8px;">
{{#qnum}}<td style="width: 10%;"><span style="background-color: #eee; font-weight: bold; font-size: large;">{{qnum}}</span></td>{{/qnum}}
<td style="background-color: #e4f1fa; width: 90%;">{{{qcontent}}}</td>
</tr></table>
Expand Down
2 changes: 1 addition & 1 deletion templates/response_rate.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
}}
<!-- Begin HTML generated from response_rate template. -->
<div class="questionnaire_response questionnaire_radio">
<table class="individual" style="border: 0; border-spacing: 1px; padding: 0; width:{{twidth}}">
<table class="individual table-reboot" style="border: 0; border-spacing: 1px; padding: 0; width:{{twidth}}">
<tbody>
<tr>
{{#osgood}}<td style="width: {{sidecolwidth}}; text-align: right;"></td>{{/osgood}}
Expand Down
2 changes: 1 addition & 1 deletion templates/results_choice.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
}}
<!-- Begin HTML generated from results_choice template. -->
{{#responses.0}}
<table class="generaltable">
<table class="generaltable table-reboot">
<thead>
<tr>
<th class="header c0" style="text-align:left;width:50%;" scope="col">{{#str}} response, mod_questionnaire {{/str}}</th>
Expand Down
2 changes: 1 addition & 1 deletion templates/results_date.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
}}
<!-- Begin HTML generated from results_date template. -->
{{#responses.0}}
<table class="generaltable">
<table class="generaltable table-reboot">
<thead>
<tr>
<th class="header c0" style="text-align:left;" scope="col">{{#str}} num, mod_questionnaire {{/str}}</th>
Expand Down
6 changes: 3 additions & 3 deletions templates/results_rate.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
}}
<!-- Begin HTML generated from results_choice template. -->
{{#averages}}
<table class="generaltable">
<table class="generaltable table-reboot">
<thead>
<tr>
{{#headers}}
Expand All @@ -91,7 +91,7 @@
{{/column1}}
{{#column2}}
<td class="cell" style="text-align:{{align}}; width:{{width}};" scope="col">
<table style="width:100%" cellpadding="2" cellspacing="0" border="1">
<table style="width:100%" cellpadding="2" cellspacing="0" border="1" class="table-reboot">
<tbody>
<tr>
{{#ranks}}
Expand Down Expand Up @@ -140,7 +140,7 @@
</table>
{{/averages}}
{{#totals}}
<table class="generaltable">
<table class="generaltable table-reboot">
<thead>
<tr>
{{#headers}}
Expand Down
2 changes: 1 addition & 1 deletion templates/results_text.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
}}
<!-- Begin HTML generated from results_text template. -->
{{#responses.0}}
<table class="generaltable" {{#tableid}}id="{{tableid}}"{{/tableid}}>
<table class="generaltable table-reboot" {{#tableid}}id="{{tableid}}"{{/tableid}}>
<thead>
<tr>
<th class="header c0 {{#tableid}}qn-handcursor{{/tableid}}" style="text-align:left;" scope="col" data-value="{{#str}} respondent, mod_questionnaire {{/str}}">
Expand Down
2 changes: 1 addition & 1 deletion templates/resultspdf_choice.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
}}
<!-- Begin HTML generated from results_choice template. -->
{{#responses.0}}
<table class="generaltable">
<table class="generaltable table-reboot">
<thead>
<tr>
<th class="header c0" style="text-align:left;width:50%;" scope="col">{{#str}} response, mod_questionnaire {{/str}}</th>
Expand Down
2 changes: 1 addition & 1 deletion templates/resultspdf_date.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
}}
<!-- Begin HTML generated from results_date template. -->
{{#responses.0}}
<table class="generaltable">
<table class="generaltable table-reboot">
<thead>
<tr>
<th class="header c0" style="text-align:left;" scope="col">{{#str}} num, mod_questionnaire {{/str}}</th>
Expand Down
6 changes: 3 additions & 3 deletions templates/resultspdf_rate.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
}}
<!-- Begin HTML generated from results_choice template. -->
{{#averages}}
<table class="generaltable">
<table class="generaltable table-reboot">
<thead>
<tr>
{{#headers}}
Expand All @@ -91,7 +91,7 @@
{{/column1}}
{{#column2}}
<td class="cell" style="text-align:{{align}};" width="{{width}}" scope="col">
<table width="100%" cellpadding="2" cellspacing="0" border="1">
<table width="100%" cellpadding="2" cellspacing="0" border="1" class="table-reboot">
<tbody>
<tr>
{{#ranks}}
Expand Down Expand Up @@ -140,7 +140,7 @@
</table>
{{/averages}}
{{#totals}}
<table class="generaltable">
<table class="generaltable table-reboot">
<thead>
<tr>
{{#headers}}
Expand Down
2 changes: 1 addition & 1 deletion templates/resultspdf_text.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
}}
<!-- Begin HTML generated from results_text template. -->
{{#responses.0}}
<table class="generaltable">
<table class="generaltable table-reboot">
<thead>
<tr>
<th class="header c0" style="text-align:left;" scope="col">{{#str}} respondent, mod_questionnaire {{/str}}</th>
Expand Down