Skip to content
Snippets Groups Projects
Commit fa0d11a8 authored by Jared Hancock's avatar Jared Hancock
Browse files

Static layout for list properties dialog

parent 313ed2eb
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,8 @@
}
});
return false;">
<table width="100%">
<table width="100%" class="fixed">
<tr><td style="width:120px"></td><td></td></tr>
<?php
echo csrf_token();
$config = $item->getConfiguration();
......@@ -29,7 +30,7 @@
style="vertical-align:top;padding-top:0.2em">
<?php echo Format::htmlchars($f->get('label')); ?>:</label>
</td><td>
<span style="display:inline-block">
<span style="display:inline-block;width:100%">
<?php
$f->render();
if ($f->get('required')) { ?>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment