instead of env-variable, show ditro editor which is defined in the xml

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2015-08-13 15:37:34 +02:00
parent 161e11a8dd
commit ab9b92112d
10 changed files with 21 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
<div class="pushbot">
<textarea class="shell" rows="1" readonly>&dollar;EDITOR {$realname}</textarea>
<textarea class="shell" rows="1" readonly>{$distro_editor} {$realname}</textarea>
<textarea class="filecontent" rows="<if $numbrows <=20 >{$numbrows}<else>21</if>" readonly>{$file_content}</textarea>
</div>