Improvement of module_creator

This commit is contained in:
Xenomporio
2022-06-28 17:07:05 +02:00
parent 33b73f56aa
commit 29a5535c59
2 changed files with 18 additions and 3 deletions
+16 -1
View File
@@ -17,7 +17,7 @@
<div class="col-xs-12 col-md-12 col-md-height">
<div class="inside inside-full-height">
<fieldset>
<legend>{|PLACEHOLDER_LEGEND|}</legend>
<legend>{|PLACEHOLDER_LEGEND|}</legend><i>Info like this.</i>
<table width="100%" border="0" class="mkTableFormular">
PLACEHOLDER_FIELDS
</table>
@@ -26,6 +26,21 @@
</div>
</div>
</div>
<!-- Example for 2nd row
<div class="row">
<div class="row-height">
<div class="col-xs-12 col-md-12 col-md-height">
<div class="inside inside-full-height">
<fieldset>
<legend>{|Another legend|}</legend>
<table width="100%" border="0" class="mkTableFormular">
PLACEHOLDER_FIELDS
</table>
</fieldset>
</div>
</div>
</div>
</div> -->
<input type="submit" name="submit" value="Speichern" style="float:right"/>
</form>
</div>