fieldset is in subfileblock, not in file
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
<div class="pushbot">
|
||||
<fieldset class="file">
|
||||
<legend>{$realname}</legend>
|
||||
<textarea class="shell" rows="1" readonly>$EDITOR {$realname}</textarea>
|
||||
<textarea class="filecontent" rows="<if $numbrows <=20 >{$numbrows}<else>21</if>" readonly>{$file_content}</textarea>
|
||||
</fieldset>
|
||||
<textarea class="shell" rows="1" readonly>$EDITOR {$realname}</textarea>
|
||||
<textarea class="filecontent" rows="<if $numbrows <=20 >{$numbrows}<else>21</if>" readonly>{$file_content}</textarea>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user