Restyling configfiles with textareas instead of pre

Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
Roman Schmerold (BNoiZe)
2015-02-11 19:35:18 +01:00
parent b0279025d0
commit bc80fb71df
4 changed files with 15 additions and 25 deletions

View File

@@ -1,7 +1,7 @@
<div class="pushbot">
<fieldset class="file">
<legend>{$realname}</legend>
<pre class="shell">&dollar;EDITOR {$realname}</pre>
<pre class="filecontent">{$file_content}</pre>
<textarea class="shell" rows="1" readonly>&dollar;EDITOR {$realname}</textarea>
<textarea class="filecontent" rows="{$numbrows}" readonly>{$file_content}</textarea>
</fieldset>
</div>