ACC SHELL

Path : /srv/www/vhosts/centrumlb/administrace/include/parametry/
File Upload :
Current File : /srv/www/vhosts/centrumlb/administrace/include/parametry/widget_parametry.inc

<!-- zacatek panelu 1 -->
<div class="content-box" id="Item130">

    <div class="content-box-header">

        <h3 style="cursor: s-resize;">Editace parametrů</h3>

    </div>

    <div class="content-box-content" <?php echo $close; ?>>

        <br />

        <form method="post" action="" name="form130" id="form130" class="hromada">

            <table width="100%" cellpadding="10" class="stripe sample">

                <thead>

                    <tr>

                        <th width="2%"><input class="checkall" type="checkbox"></th>
                        <!--<th width="15%">Obrázek</th>-->
                        <th width="35%">Název parametru</th>
                        <th width="15%">Typ parametru</th>
                        <th>Zobrazit</th>
                        <th>Variantování</th>
                        <th>Akce</th>

                    </tr>

                </thead>

                <tbody>
                    <?php $parametry = $Parametry->getAdminTable();//$Novinky->getAdminTable();
                    //print_r($parametry);
                    ?>

                </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 pageLinks($Parametry->totalpages, $Parametry->currentpage, $Parametry->pagesize, "recordstart", "parametry"); ?>
        </div>
        <!-- strankovani end -->

        <div class="clear"></div>


    </div>

</div>

ACC SHELL 2018