Removing textarea changes for now. Will add them later if we need them.

This commit is contained in:
cmp%mozilla.org 2004-12-01 00:02:38 +00:00
Родитель 5dcfab76de
Коммит 9de43efe01
1 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

@ -117,7 +117,6 @@ sub print_script_preview {
<link rel="stylesheet" type="text/css" href="http://www.mozilla.org/css/base/template.css" media="screen">
<link rel="stylesheet" type="text/css" href="http://www.mozilla.org/css/cavendish/template.css" title="Cavendish" media="screen">
<link rel="icon" href="http://www.mozilla.org/images/mozilla-16.png" type="image/png">
<style type="text/css">textarea { border: 1px solid black; padding: 2px; }</style>
</HEAD>
<body>
@ -145,11 +144,7 @@ sub print_script_preview {
$script =~ s/^[\n\s]*|[\n\s]*$//g;
print qq(
<!--
<pre class="code">$script</pre>
-->
<textarea name="code-to-save" cols="60" rows="10">$script</textarea>
<p><input type='submit' value='Save the script'>
</form>