Commit 759038b5 authored by Ad Schellevis's avatar Ad Schellevis

(dashboard) reallocate form ending

parent 73441cd9
......@@ -280,6 +280,7 @@ include("fbegin.inc");?>
<form method="post" id="iform">
<input type="hidden" value="" name="sequence" id="sequence" />
<input type="hidden" value="<?= $pconfig['column_count'];?>" name="column_count" id="column_count_input" />
</form>
<div class="container-fluid">
<div class="row sortable">
<?php
......@@ -364,7 +365,6 @@ include("fbegin.inc");?>
endforeach;?>
</div>
</div>
</form>
</section>
<?php
// include widget javascripts
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment