To participate you must create an account on apostrophenow.org. If you have already done so, click Login.

Show
Ignore:
Timestamp:
04/29/10 16:06:27 (2 years ago)
Author:
johnnyoffline
Message:

saved status msg

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plugins/apostropheBlogPlugin/trunk/modules/aBlogAdmin/templates/_form.php

    r1093 r1096  
    2323          <span class="publish"><?php echo __('Publish', array(), 'apostrophe_blog') ?></span> 
    2424          <span class="unpublish"><?php echo __('Unpublish', array(), 'apostrophe_blog') ?></span> 
    25                 <span class="message"></span> 
    2625        </a> 
    27  
     26        <div id="a-blog-post-update" class="a-btn big a-publish-post">Saved</div> 
     27         
    2828        <div class="post-status option"> 
    2929          <?php echo $form['status']->renderRow() ?> 
     
    8080 
    8181            <h4><?php echo __('Editors', array(), 'apostrophe_blog') ?>: </h4> 
    82             <?php 
    83             // Dan: 
    84             // The multiple-select needs to go away 
    85             // This should be the multi-select just like categories only it's hidden 
    86             ?> 
    8782            <?php echo $form['editors_list']->render()?> 
    8883            <?php echo $form['editors_list']->renderError() ?>