Skip to content

Commit

Permalink
Dev: added input text for equation type question in dataentry screen
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed Jul 25, 2017
1 parent dc53288 commit 8a45bd9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions application/views/admin/dataentry/content_view.php
Expand Up @@ -216,6 +216,10 @@
<?php eT("Comment"); ?>:<br />
<textarea cols='40' rows='5' name='<?php echo $fieldname; ?>comment'></textarea>
</div>
<?php break;?>

<?php case "*":?>
<input type="text" name="<?php echo $fieldname; ?>" value="">
<?php break;


Expand Down

0 comments on commit 8a45bd9

Please sign in to comment.