Commit 4794840e022e922e1ef4c22add31bb3e502cdb3a
1 parent
cfafaa76
changed the text width of fields
git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@904 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
lib/visualpatterns/PatternCreate.inc
| ... | ... | @@ -76,7 +76,7 @@ class PatternCreate { |
| 76 | 76 | } else { |
| 77 | 77 | $sToRender .= "<td>" . $this->aDisplayRowNames[$i] . "</td><td><input type=\"text\" name=\"" . $this->sUniqueName . "_" . $i . "_value value=\"\" /></td>\n"; |
| 78 | 78 | }*/ |
| 79 | - $sToRender .= "<td>" . $this->aDisplayRowNames[$i] . "</td><td><input type=\"text\" name=\"" . $this->sUniqueName . "_" . $i . "_value\" value=\"\" /></td>\n"; | |
| 79 | + $sToRender .= "<td>" . $this->aDisplayRowNames[$i] . "</td><td><input size = \"30\" type=\"text\" name=\"" . $this->sUniqueName . "_" . $i . "_value\" value=\"\" /></td>\n"; | |
| 80 | 80 | break; |
| 81 | 81 | case 2: |
| 82 | 82 | //write the type (in this case checkbox) | ... | ... |