Commit 9e7f32cfbdb272cf7511c72550e387ae64d11c43

Authored by Valessio Soares de Brito
1 parent ce43b347
Exists in master and in 1 other branch add_vagrant

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 77 </div>-->
78 78 </label><br />
79 79 <label class="radioButton">
80   - <img src="/static/images/yes-enb.JPG" alt="Yes, Good" style="float: right;">
81 80 <input class="radio yesb" type="radio" name="evaluation-$pkg_details.index(pkg)" value="good" />
82 81 Usefull
83 82 <!--<div class="tip tip">
... ... @@ -85,9 +84,8 @@ $for pkg in pkg_details:
85 84 </div>-->
86 85 </label><br />
87 86 <label class="radioButton">
88   - <img src="/static/images/no-dis.JPG" alt="Poor" style="float: right;">
89 87 <input class="radio" type="radio" name="evaluation-$pkg_details.index(pkg)" value="poor" />
90   - Porr
  88 + Poor
91 89 <!--<div class="tip tip">
92 90 <p>Poor $pkg['package'] FIXME </p>
93 91 </div>-->
... ...