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

(dashboard) reallocate form ending

parent 73441cd9
...@@ -280,6 +280,7 @@ include("fbegin.inc");?> ...@@ -280,6 +280,7 @@ include("fbegin.inc");?>
<form method="post" id="iform"> <form method="post" id="iform">
<input type="hidden" value="" name="sequence" id="sequence" /> <input type="hidden" value="" name="sequence" id="sequence" />
<input type="hidden" value="<?= $pconfig['column_count'];?>" name="column_count" id="column_count_input" /> <input type="hidden" value="<?= $pconfig['column_count'];?>" name="column_count" id="column_count_input" />
</form>
<div class="container-fluid"> <div class="container-fluid">
<div class="row sortable"> <div class="row sortable">
<?php <?php
...@@ -364,7 +365,6 @@ include("fbegin.inc");?> ...@@ -364,7 +365,6 @@ include("fbegin.inc");?>
endforeach;?> endforeach;?>
</div> </div>
</div> </div>
</form>
</section> </section>
<?php <?php
// include widget javascripts // 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