зеркало из https://github.com/mozilla/gecko-dev.git
Removing textarea changes for now. Will add them later if we need them.
This commit is contained in:
Родитель
5dcfab76de
Коммит
9de43efe01
|
@ -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>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче