Unstack list control icons. Minor bug fix in schema_data_edit.php.

This commit is contained in:
Nate Jones
2014-02-26 05:49:39 +00:00
parent 5bee3613bc
commit 0673ffdfd3
5 changed files with 27 additions and 29 deletions
+1 -1
View File
@@ -331,7 +331,7 @@ if (count($_POST)>0) {
echo " ".$text['label-import_data'].":\n";
echo "</td>\n";
echo "<td class='vtable' align='left'>\n";
echo " <textarea name='data' id='data' rows='7' class='txt' wrap='off'>$data</textarea>\n";
echo " <textarea name='data' id='data' rows='7' class='formfld' style='width: 100%;' wrap='off'>$data</textarea>\n";
echo "<br />\n";
echo $text['description-import_data']."\n";
echo "</td>\n";