- Timestamp:
- 01/24/10 10:03:55 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/1.0/content/plugins/submit/templates/submit_edit.php
r937 r980 29 29 ?> 30 30 31 <div id="submit_edit"> 32 31 33 <?php echo $h->showMessages(); ?> 32 34 … … 38 40 <td><?php echo $h->lang["submit_url"]; ?> </td> 39 41 <td><?php echo "<a target='_blank' href='" . $h->vars['submit_orig_url'] . "'>" . $h->vars['submit_orig_url'] . "</a>"; ?></td> 40 <td> </td>41 42 </tr> 42 43 <tr> 43 44 <td><?php echo $h->lang["submit_title"]; ?> </td> 44 45 <td><input type='text' id='post_title' name='post_title' value='<?php echo $h->vars['submit_title']; ?>'></td> 45 <td> </td>46 46 </tr> 47 47 … … 50 50 <tr> 51 51 <td style='vertical-align: top;'><?php echo $h->lang["submit_content"]; ?> </td> 52 <td colspan=2>52 <td> 53 53 <textarea id='post_content' name='post_content' rows='6'><?php echo $h->vars['submit_content']; ?></textarea> 54 54 </td> … … 56 56 <tr> 57 57 <td> </td> 58 <td colspan=2style='vertical-align: top;' class="submit_instructions"><?php echo $h->lang['submit_allowable_tags']; ?>58 <td style='vertical-align: top;' class="submit_instructions"><?php echo $h->lang['submit_allowable_tags']; ?> 59 59 <?php echo $h->vars['submit_allowable_tags']; ?> 60 60 </td> … … 76 76 echo "<td>" . $h->lang["submit_tags"] . " </td>"; 77 77 echo "<td><input type='text' id='post_tags' name='post_tags' value='" . $h->vars['submit_tags'] . "'></td>"; 78 echo "<td> </td>";79 78 echo "</tr>"; 80 79 } … … 92 91 <td><?php echo $h->lang["submit_url"]; ?> </td> 93 92 <td><input type='text' id='post_orig_url' name='post_orig_url' value='<?php echo $h->vars['submit_orig_url']; ?>'></td> 94 <td> </td>95 93 </tr> 96 94 <?php } ?> … … 116 114 <input type='hidden' name='csrf' value='<?php echo $h->csrfToken; ?>' /> 117 115 118 <tr><td> </td><td > </td><tdstyle='text-align:right;'><input type='submit' class='submit' name='submit_edit_post' value='<?php echo $h->lang["main_form_update"]; ?>' /></td></tr>116 <tr><td> </td><td style='text-align:right;'><input type='submit' class='submit' name='submit_edit_post' value='<?php echo $h->lang["main_form_update"]; ?>' /></td></tr> 119 117 </table> 120 118 </form> … … 124 122 <?php echo $h->lang["submit_edit_delete"]; } ?> 125 123 </a> 124 125 </div>