Show
Ignore:
Timestamp:
01/24/10 10:03:55 (2 years ago)
Author:
nick_ramsay
Message:

[Branch] Bars theme, plus tweaks to default templates (extra css ids/class names), and removed unnecessary table from submit step 1.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.0/content/plugins/submit/templates/submit_edit.php

    r937 r980  
    2929?> 
    3030 
     31<div id="submit_edit"> 
     32 
    3133    <?php echo $h->showMessages(); ?> 
    3234     
     
    3840        <td><?php echo $h->lang["submit_url"]; ?>&nbsp; </td> 
    3941        <td><?php echo "<a target='_blank' href='" . $h->vars['submit_orig_url'] . "'>" . $h->vars['submit_orig_url'] . "</a>"; ?></td> 
    40         <td>&nbsp;</td> 
    4142    </tr> 
    4243    <tr> 
    4344        <td><?php echo $h->lang["submit_title"]; ?>&nbsp; </td> 
    4445        <td><input type='text' id='post_title' name='post_title' value='<?php echo $h->vars['submit_title']; ?>'></td> 
    45         <td>&nbsp;</td> 
    4646    </tr> 
    4747     
     
    5050    <tr> 
    5151        <td style='vertical-align: top;'><?php echo $h->lang["submit_content"]; ?>&nbsp; </td> 
    52         <td colspan=2> 
     52        <td> 
    5353            <textarea id='post_content' name='post_content' rows='6'><?php echo $h->vars['submit_content']; ?></textarea> 
    5454        </td> 
     
    5656    <tr> 
    5757        <td>&nbsp;</td> 
    58         <td colspan=2 style='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']; ?> 
    5959            <?php echo $h->vars['submit_allowable_tags']; ?> 
    6060        </td> 
     
    7676                echo "<td>" . $h->lang["submit_tags"] . "&nbsp; </td>"; 
    7777                echo "<td><input type='text' id='post_tags' name='post_tags' value='" . $h->vars['submit_tags'] . "'></td>"; 
    78                 echo "<td>&nbsp;</td>"; 
    7978            echo "</tr>"; 
    8079        } 
     
    9291                <td><?php echo $h->lang["submit_url"]; ?>&nbsp; </td> 
    9392                <td><input type='text' id='post_orig_url' name='post_orig_url' value='<?php echo $h->vars['submit_orig_url']; ?>'></td> 
    94                 <td>&nbsp;</td> 
    9593            </tr> 
    9694        <?php } ?> 
     
    116114    <input type='hidden' name='csrf' value='<?php echo $h->csrfToken; ?>' /> 
    117115     
    118     <tr><td>&nbsp; </td><td>&nbsp; </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>     
     116    <tr><td>&nbsp; </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>     
    119117    </table> 
    120118    </form> 
     
    124122        <?php echo $h->lang["submit_edit_delete"]; } ?> 
    125123        </a> 
     124         
     125</div>