Commit 6b9affd0 authored by Frank Bergmann's avatar Frank Bergmann

- Sized the wiki/new textareas to 60 width

parent a6423e12
......@@ -19,9 +19,9 @@ permission::require_permission \
set edit ""
ad_form -name new -action "new" -export {name edit} -form {
item_id:key
title:text
content:text(textarea)
{revision_notes:text(textarea),optional,nospell {label "Revision Notes} {html {rows 5 cols 40}}}
{title:text {label "Title"} {html {size 60}}}
{content:text(textarea),optional,nospell {label "Content"} {html {rows 15 cols 60}}}
{revision_notes:text(textarea),optional,nospell {label "Revision Notes"} {html {rows 5 cols 60}}}
} -edit_request {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment