Skip to content

Commit

Permalink
CONTRIB-6815 Changed response div tag class names to module specific.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Churchward committed Mar 30, 2017
1 parent 91389dd commit 9ec9b04
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion templates/response_check.mustache
Expand Up @@ -45,7 +45,7 @@
}
}}
<!-- Begin HTML generated from response_check template. -->
<div class="response check">
<div class="questionnaire_response questionnaire_check">
{{#choices}}
{{#selected}}
<span class="selected"><input type="checkbox" name="{{name}}" checked="checked" onclick="this.checked=true;" />
Expand Down
2 changes: 1 addition & 1 deletion templates/response_date.mustache
Expand Up @@ -33,7 +33,7 @@
}
}}
<!-- Begin HTML generated from response_date template. -->
<div class="response date">
<div class="questionnaire_response questionnaire_date">
<span class="selected">{{{content}}}</span>
</div>
<!-- End HTML generated from response_date template. -->
2 changes: 1 addition & 1 deletion templates/response_drop.mustache
Expand Up @@ -48,7 +48,7 @@
}
}}
<!-- Begin HTML generated from response_drop template. -->
<div class="response drop">
<div class="questionnaire_response questionnaire_drop">
<select id="{{id}}" name="{{name}}" class="{{class}}">
{{#options}}
<option {{#selected}}selected="selected" {{/selected}}value="{{value}}">{{label}}</option>
Expand Down
2 changes: 1 addition & 1 deletion templates/response_numeric.mustache
Expand Up @@ -33,7 +33,7 @@
}
}}
<!-- Begin HTML generated from response_numeric template. -->
<div class="response numeric">
<div class="questionnaire_response questionnaire_numeric">
<span class="selected">{{{content}}}</span>
</div>
<!-- End HTML generated from response_numeric template. -->
2 changes: 1 addition & 1 deletion templates/response_radio.mustache
Expand Up @@ -47,7 +47,7 @@
}
}}
<!-- Begin HTML generated from response_radio template. -->
<div class="response radio">
<div class="questionnaire_response questionnaire_radio">
{{#choices}}
{{#horizontal}}<span style="white-space:nowrap;">{{/horizontal}}
{{#selected}}
Expand Down
2 changes: 1 addition & 1 deletion templates/response_rate.mustache
Expand Up @@ -57,7 +57,7 @@
}
}}
<!-- Begin HTML generated from response_rate template. -->
<div class="response radio">
<div class="questionnaire_response questionnaire_radio">
<table class="individual" border="0" cellspacing="1" cellpadding="0" style="width:{{twidth}}">
<tbody>
<tr>
Expand Down
2 changes: 1 addition & 1 deletion templates/response_text.mustache
Expand Up @@ -33,7 +33,7 @@
}
}}
<!-- Begin HTML generated from response_text template. -->
<div class="response text">
<div class="questionnaire_response questionnaire_text">
<span class="selected">{{{content}}}</span>
</div>
<!-- End HTML generated from response_text template. -->
2 changes: 1 addition & 1 deletion templates/response_yesno.mustache
Expand Up @@ -38,7 +38,7 @@
}
}}
<!-- Begin HTML generated from response_yesno template. -->
<div class="response yesno">
<div class="questionnaire_response questionnaire_yesno">
{{#yesselected}}
<span class="selected"><input type="radio" name="{{yesname}}" checked="checked" /> {{{stryes}}}</span>
{{/yesselected}}
Expand Down

0 comments on commit 9ec9b04

Please sign in to comment.