projects
/
web
/
TroutCreek.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14360c4
)
update for text_area
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 9 Feb 2010 15:43:49 +0000
(15:43 +0000)
committer
Steve Sutton
<steve@gaslightmedia.com>
Tue, 9 Feb 2010 15:43:49 +0000
(15:43 +0000)
admin/Contact/edit_contact.phtml
patch
|
blob
|
history
diff --git
a/admin/Contact/edit_contact.phtml
b/admin/Contact/edit_contact.phtml
index
0e5fa53
..
1a94398
100755
(executable)
--- a/
admin/Contact/edit_contact.phtml
+++ b/
admin/Contact/edit_contact.phtml
@@
-133,7
+133,8
@@
foreach($DB_fields as $key=>$value) {
echo "<tr><th colspan=2>Description and Images</th></tr>";
}
echo "<tr><td class=\"navtd\" align=\"right\" nowrap>$value[title]:</td>";
- text_area("$value[name]",$row[$value[name]]);
+ echo '<td><textarea id="'.$value['name'].'" name="'.$value['name'].'"
+ rows="5" cols="35">'.htmlspecialchars($row[$value['name']]).'</textarea></td>';
echo "</tr>";
}
elseif($value[type] == "hide") {