Files
Froxlor/templates/Sparkle/admin/configfiles/configfiles_file.tpl
Roman Schmerold (BNoiZe) bc80fb71df Restyling configfiles with textareas instead of pre
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
2015-02-11 19:35:18 +01:00

8 lines
279 B
Smarty

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