change admin_configfiles to handle the new XML-configs instead of the old php-arrays

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2015-02-09 13:54:55 +01:00
parent c3b45a62ca
commit 4bd91a811d
15 changed files with 250 additions and 217 deletions

View File

@@ -1,5 +1,4 @@
<p>
<label><b>{$realname}</b></label><br />
<textarea rows="<if $numbrows <= 10 >{$numbrows}</if><if 10 < $numbrows >10</if>" cols="70" readonly="readonly" id="selectall">{$file_content}</textarea>
</p>
<div>
<pre class="shell">&dollar;EDITOR {$realname}</pre>
<pre class="filecontent">{$file_content}</pre>
</div>