Index: openacs-4/packages/acs-developer-support/www/shell.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-developer-support/www/shell.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/acs-developer-support/www/shell.tcl 12 Jun 2018 08:33:03 -0000 1.9 +++ openacs-4/packages/acs-developer-support/www/shell.tcl 31 Jul 2018 19:47:46 -0000 1.10 @@ -23,7 +23,7 @@ ad_form -name shell -form { { script:text(textarea),nospell - {label {Input tcl_script}} + {label {Input Tcl Script}} {html {cols 80 rows 10}} } } -on_submit { @@ -36,6 +36,18 @@ } } +template::head::add_style -style { + #script { + border:1px solid #999999; + width:100%; + margin:5px 0; + padding:3px; + background-color: #f6f6f6; + font-family: monospace; + font-size: small; + color: darkblue; } +} + # Local variables: # mode: tcl # tcl-indent-level: 4