|
|
|
@ -75,15 +75,18 @@ else{
|
|
|
|
|
|
|
|
|
|
</li>
|
|
|
|
|
<li class="table-row">
|
|
|
|
|
<div class="col col-1"><?php echo ($dataView[0]->getName()) ?></div>
|
|
|
|
|
<?php
|
|
|
|
|
foreach ($dataView as $list){
|
|
|
|
|
?>
|
|
|
|
|
<div class="col col-1"><?php echo ($list->getName()) ?></div>
|
|
|
|
|
|
|
|
|
|
<?php
|
|
|
|
|
if ($dataView[0]->getCreator()!=null){
|
|
|
|
|
if ($dataView[0]->getPrivate()){
|
|
|
|
|
if ($list->getCreator()!=null){
|
|
|
|
|
if ($list->getPrivate()){
|
|
|
|
|
?>
|
|
|
|
|
<form method="POST" id="changePrivate" name="changePrivate">
|
|
|
|
|
<input type="checkbox" id="private" checked class="col col-4"></input>
|
|
|
|
|
<input type="hidden" name="list" value="<?=$dataView[0]->getId()?>"/></input>
|
|
|
|
|
<input type="hidden" name="list" value="<?=$list->getId()?>"/></input>
|
|
|
|
|
</form>
|
|
|
|
|
<?php
|
|
|
|
|
}
|
|
|
|
@ -96,12 +99,15 @@ else{
|
|
|
|
|
}
|
|
|
|
|
?>
|
|
|
|
|
|
|
|
|
|
<form method="POST" id="deleteList" name="deleteList" class="col col-5">
|
|
|
|
|
<input value="Delete" type="submit"/>
|
|
|
|
|
<form method="POST" id="marche" name="marche" class="col col-2">
|
|
|
|
|
<input value="Delete" type="submit"/>
|
|
|
|
|
<input type="hidden" name="action" value="delList"/>
|
|
|
|
|
<input type="hidden" name="list" value="<?=$dataView[0]->getId()?>"/>
|
|
|
|
|
<input type="hidden" name="list" value="<?=$list->getId()?>"/>
|
|
|
|
|
</form>
|
|
|
|
|
</li>
|
|
|
|
|
<?php
|
|
|
|
|
}
|
|
|
|
|
?>
|
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
|
|
<ul class="responsive-table">
|
|
|
|
|