Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRogelio Mita <rogeliomita@activitycentral.com>2013-04-25 18:41:53 (GMT)
committer Rogelio Mita <rogeliomita@activitycentral.com>2013-04-25 18:41:53 (GMT)
commit798a47d95cb62ba9efcddd6345a78d0d4884dc01 (patch)
treeaefa6e02eb94edcac654f17e23171b58b9a4582c
parentd22af1d432c28851a52e72fbf38bf355c5866904 (diff)
Disabled: text for option of Image type
-rw-r--r--webapp/polls/templates/mustache/option_image_thumbnail.html6
-rw-r--r--webapp/polls/templates/mustache/option_image_upload.html6
2 files changed, 0 insertions, 12 deletions
diff --git a/webapp/polls/templates/mustache/option_image_thumbnail.html b/webapp/polls/templates/mustache/option_image_thumbnail.html
index 33c117b..ccbafe9 100644
--- a/webapp/polls/templates/mustache/option_image_thumbnail.html
+++ b/webapp/polls/templates/mustache/option_image_thumbnail.html
@@ -13,12 +13,6 @@
<input type="hidden" name="groups.[[ group_order ]].fields.[[ field_order ]].options.[[ id ]].type" value="img_input">
<input type="hidden" name="groups.[[ group_order ]].fields.[[ field_order ]].options.[[ id ]].img_name" value="[[ img_name ]]" />
<div class="img_container"></div>
- <input
- class="input-large"
- type="text"
- name="groups.[[ group_order ]].fields.[[ field_order ]].options.[[ id ]].text"
- value="[[ text ]]"
- placeholder="(texto opcional)" />
<b>Peso</b>:
<input
class="input-small"
diff --git a/webapp/polls/templates/mustache/option_image_upload.html b/webapp/polls/templates/mustache/option_image_upload.html
index 40f5044..75462e6 100644
--- a/webapp/polls/templates/mustache/option_image_upload.html
+++ b/webapp/polls/templates/mustache/option_image_upload.html
@@ -12,12 +12,6 @@
</div>
<div class="fileupload-preview fileupload-exists thumbnail" style="max-width: 150px; max-height: 150px; line-height: 20px;"></div>
<div>
- <input
- class="input-large"
- type="text"
- name="groups.[[ group_order ]].fields.[[ field_order ]].options.[[ id ]].text"
- value="[[ text ]]"
- placeholder="(texto opcional)" />
<b>Peso</b>:
<input
class="input-small"