ACC SHELL
<!-- zacatek panelu 1 -->
<div class="content-box" id="Item30">
<div class="content-box-header">
<h3 style="cursor: s-resize;">Editace novinek</h3>
</div>
<div class="content-box-content" <?php echo $close; ?>>
<br />
<form method="post" action="" name="form30" id="form30" class="hromada">
<table width="100%" cellpadding="10" class="stripe sample">
<thead>
<tr>
<th width="20px"><input class="checkall" type="checkbox"></th>
<th width="30%">Název novinky</th>
<th width="150px">Znění novinky</th>
<th>Zobrazení</th>
<th>Newsbox</th>
<th>Jazyk</th>
<th>Změny</th>
<th>Pozice</th>
<th>Akce</th>
</tr>
</thead>
<tbody>
<?php $Novinky->getAdminTable(); ?>
</tbody>
</table><br /><br />
<!-- select pro vybrane start -->
<div class="bulk-actions align-left">
<select name="dropdown">
<option selected="selected" value="option1">Vyberte akci...</option>
<option value="povolit" id="povolit">Zobrazovat</option>
<option value="zakazat" id="zakazat">Nezobrazovat</option>
<option value="smazat" id="smazat">Smazat</option>
</select>
<input value="Aplikovat na vybrané" type="hidden" name="aplikovat" id="aplikovat" />
<input class="button" value="Aplikovat na vybrané" type="submit" name="aplikovat" id="aplikovat" />
</div>
</form>
<!-- select pro vybrane end -->
<div class="pagination">
<?php echo pageLinks($Novinky->totalpages, $Novinky->currentpage, $Novinky->pagesize, "recordstart", "novinky"); ?>
</div>
<!-- strankovani end -->
<div class="clear"></div>
</div>
</div>
ACC SHELL 2018