summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorprashantsinalkar2016-08-31 11:28:39 +0530
committerprashantsinalkar2016-08-31 11:28:39 +0530
commit16e8992b2b393d510c786a825d4c843acd763138 (patch)
treea5d217dbd86333954a505c586f0e8cf04aaebfdd
parentb3d2743c8de87be0b7d2d736cef80301f850803e (diff)
downloadscilab_cloud_interface-16e8992b2b393d510c786a825d4c843acd763138.tar.gz
scilab_cloud_interface-16e8992b2b393d510c786a825d4c843acd763138.tar.bz2
scilab_cloud_interface-16e8992b2b393d510c786a825d4c843acd763138.zip
disabled any other/ general option in index.php file
-rwxr-xr-x[-rw-r--r--]index.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/index.php b/index.php
index b4000ea..f46a2ed 100644..100755
--- a/index.php
+++ b/index.php
@@ -427,17 +427,17 @@ echo '<center><div style="background:red;height:45px;width:80%;padding-top:20px;
<option value=3>Execution error</option>
<option value=4>Missing example(s)</option>
<option value=6>Blank output</option>
- <option value=7>Any other / General</option>
+ <!--<option value=7>Any other / General</option>-->
</select>
<br><br>
<label>Description:</label><br>
<textarea id="comment-body" rows="6" cols="50" placeholder="Please tell us more..."></textarea> <br><br>
- <input id="comment-notify" type="checkbox"> I want to be notified. <br> <br>
+ <input id="comment-notify" type="checkbox" checked disabled> I want to be notified. <br> <br>
<div id="comment-email-wrapper">
- <label>Email:</label><br>
- <input id="comment-email" type="text" name='email'> <br><br>
+ <label>Email:<span id="mandetory" style="color:red">*</span></label><br>
+ <input id="comment-email" type="text" name='email' required > <br><br>
</div>
<input type="submit" value="Submit">