Files
Froxlor/templates/Sparkle/admin/configfiles/configfiles_file.tpl
Michael Kaufmann (d00p) 1d319e001c group file-relevant commands into the fieldset; enhance layout
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
2015-02-16 13:29:01 +01:00

8 lines
312 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="<if $numbrows <=20 >{$numbrows}<else>21</if>" readonly>{$file_content}</textarea>
</fieldset>
</div>