Esempio n. 1
0
    ?>
											</td>
											<td class="rightcolumn" rowspan="6">
												<h2 class="h2_bordered_edit"><?php 
    echo gettext("Publish");
    ?>
</h2>
												<div class="box-edit">
													<?php 
    if (!is_AdminEditPage("newscategory")) {
        ?>
														<p><?php 
        echo gettext("Author:");
        ?>
 <?php 
        authorSelector($result->getAuthor());
        ?>
</p>
														<?php 
    }
    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 
    }