Files
Froxlor/templates/Sparkle/admin/configfiles/configfiles_file.tpl
Roman Schmerold (BNoiZe) a45712198b Update configfiles templates
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
2015-02-11 13:01:48 +01:00

8 lines
213 B
Smarty

<div class="pushbot">
<fieldset class="file">
<legend>{$realname}</legend>
<pre class="shell">&dollar;EDITOR {$realname}</pre>
<pre class="filecontent">{$file_content}</pre>
</fieldset>
</div>