Restyling configfiles with textareas instead of pre
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<div class="pushbot">
|
||||
<fieldset class="file">
|
||||
<legend>{$realname}</legend>
|
||||
<pre class="shell">$EDITOR {$realname}</pre>
|
||||
<pre class="filecontent">{$file_content}</pre>
|
||||
<textarea class="shell" rows="1" readonly>$EDITOR {$realname}</textarea>
|
||||
<textarea class="filecontent" rows="{$numbrows}" readonly>{$file_content}</textarea>
|
||||
</fieldset>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user