Esempio n. 1
0
														<input name="show" type="checkbox" id="show" value="1" <?php 
    checkIfChecked($result->getShow());
    ?>
 />
														<label for="show"><?php 
    echo gettext("Published");
    ?>
</label>
													</p>
													<?php 
    if (is_AdminEditPage('newsarticle')) {
        $sticky = $result->get('sticky');
        ?>
														<p class="checkbox">
															<input name="truncation" type="checkbox" id="truncation" value="1" <?php 
        checkIfChecked($result->getTruncation());
        ?>
 />
															<label for="truncation"><?php 
        echo gettext("Truncate at <em>pagebreak</em>");
        ?>
</label>
														</p>
														<p><?php 
        echo gettext("Position:");
        ?>
															<select id="sticky" name="sticky">
																<option value="<?php 
        echo NEWS_POSITION_NORMAL;
        ?>
" <?php