Skip to content

Commit

Permalink
Fixed #7033: Data entry screen: form is not displayed
Browse files Browse the repository at this point in the history
  • Loading branch information
mennodekker committed Dec 6, 2012
1 parent 693e996 commit 4baab0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/dataentry/caption_view.php
@@ -1,6 +1,6 @@
<div class='header ui-widget-header'><?php $clang->eT("Data entry"); ?></div>

<?php echo CHtml::form(array("admin/dataentry/sa/insert"), 'post', array('style'=>'display: none', 'name'=>'addsurvey', 'id'=>'addsurvey', 'enctype'=>'multipart/form-data'));?>
<?php echo CHtml::form(array("admin/dataentry/sa/insert"), 'post', array('name'=>'addsurvey', 'id'=>'addsurvey', 'enctype'=>'multipart/form-data'));?>
<table class='data-entry-tbl'>
<tr>
<td colspan='3'>
Expand Down

1 comment on commit 4baab0c

@c-schmitz
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

Please sign in to comment.