forked from science-ation/science-ation
Name column consistently
This commit is contained in:
parent
0567451a58
commit
cb51fef47d
@ -465,7 +465,7 @@ $doCanvasSample = false;
|
||||
echo '<br/><br/>';
|
||||
}
|
||||
for(;$x<$n_columns;$x++) {
|
||||
echo "<b>New Field ".($x+1).": </b><br/> ";
|
||||
echo "<b>New Column ".($x+1).": </b><br/> ";
|
||||
foreach($locs as $k=>$v) {
|
||||
echo "$k=<input type=\"text\" size=\"5\" name=\"col[$x][$v]\" value=\"0\">";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user