Commit 9e7f32cfbdb272cf7511c72550e387ae64d11c43
1 parent
ce43b347
Exists in
master
and in
1 other branch
fix poor and remove images
Showing
1 changed file
with
1 additions
and
3 deletions
Show diff stats
src/web/templates/survey.html
@@ -77,7 +77,6 @@ $for pkg in pkg_details: | @@ -77,7 +77,6 @@ $for pkg in pkg_details: | ||
77 | </div>--> | 77 | </div>--> |
78 | </label><br /> | 78 | </label><br /> |
79 | <label class="radioButton"> | 79 | <label class="radioButton"> |
80 | - <img src="/static/images/yes-enb.JPG" alt="Yes, Good" style="float: right;"> | ||
81 | <input class="radio yesb" type="radio" name="evaluation-$pkg_details.index(pkg)" value="good" /> | 80 | <input class="radio yesb" type="radio" name="evaluation-$pkg_details.index(pkg)" value="good" /> |
82 | Usefull | 81 | Usefull |
83 | <!--<div class="tip tip"> | 82 | <!--<div class="tip tip"> |
@@ -85,9 +84,8 @@ $for pkg in pkg_details: | @@ -85,9 +84,8 @@ $for pkg in pkg_details: | ||
85 | </div>--> | 84 | </div>--> |
86 | </label><br /> | 85 | </label><br /> |
87 | <label class="radioButton"> | 86 | <label class="radioButton"> |
88 | - <img src="/static/images/no-dis.JPG" alt="Poor" style="float: right;"> | ||
89 | <input class="radio" type="radio" name="evaluation-$pkg_details.index(pkg)" value="poor" /> | 87 | <input class="radio" type="radio" name="evaluation-$pkg_details.index(pkg)" value="poor" /> |
90 | - Porr | 88 | + Poor |
91 | <!--<div class="tip tip"> | 89 | <!--<div class="tip tip"> |
92 | <p>Poor $pkg['package'] FIXME </p> | 90 | <p>Poor $pkg['package'] FIXME </p> |
93 | </div>--> | 91 | </div>--> |