Skip to content

Commit

Permalink
Fixed issue #4967 : Submit button is disabled for dataentry with token
Browse files Browse the repository at this point in the history
Dev: clean some old code

git-svn-id: file:///Users/Shitiz/Downloads/lssvn/source/limesurvey@9843 b72ed6b6-b9f8-46b5-92b4-906544132732
  • Loading branch information
Shnoulle committed Mar 2, 2011
1 parent 78dc220 commit e9a190a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions admin/dataentry.php
Expand Up @@ -1528,10 +1528,7 @@ function saveshow(value)
."<td valign='top' width='1%'></td>\n"
."<td valign='top' align='right' width='30%'><font color='red'>*</font><strong>".$blang->gT("Token").":</strong></td>\n"
."<td valign='top' align='left' style='padding-left: 20px'>\n"
."\t<input type='text' id='token' name='token'";
// if group tokens are active, the group token will activate the submit button instead

$dataentryoutput .= "/>\n"
."\t<input type='text' id='token' name='token' onkeyup='activateSubmit(this);' />\n"
."</td>\n"
."\t</tr>\n";

Expand Down

0 comments on commit e9a190a

Please sign in to comment.