ACC SHELL

Path : /srv/www/vhosts/centrumlb/administrace/include/texty/
File Upload :
Current File : /srv/www/vhosts/centrumlb/administrace/include/texty/widget_texty_globalni_texty.inc

<div class="content-box" id="item20">

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

        <h3 style="cursor: s-resize;">Výpis globálních textů</h3>

    </div>

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

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

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

                <thead>

                    <tr>

                        <th width="20px"><input class="checkall" type="checkbox"></th>
                        <th width="35%">Název textu</th>
                        <th>Jazyk</th>
                        <th>Změny</th>
                        <th>Akce</th>

                    </tr>

                </thead>

                <tbody>
                    <?php $Texty->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 -->
        <?php echo '<div class="pagination">'.pageLinks($Texty->totalpages,$Texty->currentpage,$Texty->pagesize,"recordstart","texty").'</div>'; ?>
        <!-- strankovani end -->

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


    </div>

</div>

ACC SHELL 2018