Esempio n. 1
0
    }
    if (!$result->transient) {
        ?>
														<p class="checkbox">
															<input name="edittitlelink" type="checkbox" id="edittitlelink" value="1" onclick="toggleTitlelink();" />
															<label for="edittitlelink"><?php 
        echo gettext("Edit TitleLink");
        ?>
</label>
														</p>
														<?php 
    }
    ?>
													<p class="checkbox">
														<input name="permalink" type="checkbox" id="permalink" value="1" <?php 
    checkIfChecked($result->getPermalink());
    ?>
 />
														<label for="permalink"><?php 
    echo gettext("Enable permaTitlelink");
    ?>
</label>
													</p>
													<p class="checkbox">
														<input name="show" type="checkbox" id="show" value="1" <?php 
    checkIfChecked($result->getShow());
    ?>
 />
														<label for="show"><?php 
    echo gettext("Published");
    ?>