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

Show
Ignore:
Timestamp:
07/21/10 15:51:42 (22 months ago)
Author:
dordille
Message:

Merged various fixes from branch into trunk.

Location:
plugins/apostropheBlogPlugin/trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • plugins/apostropheBlogPlugin/trunk

  • plugins/apostropheBlogPlugin/trunk/modules/aBlogAdmin/templates/editSuccess.php

    r1746 r1816  
    44 
    55<div class="a-admin-container <?php echo $sf_params->get('module') ?>"> 
    6          
     6 
    77        <?php slot('a-subnav') ?> 
    88                <div class="a-subnav-wrapper blog"> 
    9                         <div class="a-subnav-inner">     
     9                        <div class="a-subnav-inner"> 
    1010                                <ul class="a-admin-action-controls"> 
    1111                                        <li><a href="<?php echo url_for('@a_blog_admin'); ?>" class="a-btn big alt"><?php echo __('View All Posts', array(), 'apostrophe-blog') ?></a></li> 
    1212                 <?php include_partial('list_actions', array('helper' => $helper)) ?> 
    1313                                </ul> 
    14                           <?php include_partial('aBlogAdmin/form_bar') ?>                                
     14                          <?php include_partial('aBlogAdmin/form_bar') ?> 
    1515                                <div class="a-admin-title-sentence"> 
    1616                                        <h3 class="new-item"><?php echo __('You are creating a new post.', array(), 'apostrophe_blog') ?></h3> 
    17                                         <h3 class="draft-item"><?php echo __('You are working on a draft post.', array(), 'apostrophe_blog') ?></h3>                                     
     17                                        <h3 class="draft-item"><?php echo __('You are working on a draft post.', array(), 'apostrophe_blog') ?></h3> 
    1818                                        <h3 class="published-item"><?php echo __('You are editing a published post.', array(), 'apostrophe_blog') ?></h3> 
    1919                                        <span class="flash-message"> <?php echo __('Post Saved at', array(), 'apostrophe_blog') ?></span> 
    2020                                </div> 
    21                         </div>  
     21                        </div> 
    2222          </div> 
    2323        <?php end_slot() ?> 
    24    
     24 
    2525  <?php include_partial('flashes') ?> 
    26          
    27         <div class="a-admin-content main">       
    28                  
     26 
     27        <div class="a-admin-content main"> 
     28 
    2929                <?php if (0): ?> <?php // We aren't using status messages right now ?> 
    3030                        <dl id="a-blog-item-status-messages"></dl> 
    3131                <?php endif ?> 
    32                  
     32 
    3333                <div id="a-blog-item-title-interface" class="a-blog-item-title-interface"> 
    3434                        <input type="text" id="a_blog_item_title_interface" value="<?php echo ($a_blog_post->title == 'untitled')? '':$a_blog_post->title ?>" /> 
     
    3737                    <li><a href="#" class="a-btn a-save big"><?php echo __('Save', array(), 'apostrophe_blog') ?></a></li> 
    3838                    <li><a href="#" class="a-btn a-cancel no-label big"><?php echo __('Cancel', array(), 'apostrophe_blog') ?></a></li> 
    39                   </ul>                          
    40                 </div>           
     39                  </ul> 
     40                </div> 
    4141 
    4242                <div id="a-blog-item-permalink-interface"> 
    43                         <h6>Permalink:</h6>  
     43                        <h6>Permalink:</h6> 
    4444                        <div class="a-blog-item-permalink-wrapper url"> 
    45         <span><?php echo aTools::urlForPage($a_blog_post->findBestEngine()->getSlug()).'/' ?></span> 
     45        <span><?php echo aTools::urlForPage($a_blog_post->findBestEngine()->getSlug()).'/' ?><?php echo date('Y/m/d/', strtotime($a_blog_post->getPublishedAt())) ?></span> 
    4646                        </div> 
    4747                        <div class="a-blog-item-permalink-wrapper slug"> 
     
    5050                            <li><a href="#" class="a-btn a-save mini"><?php echo __('Save', array(), 'apostrophe_blog') ?></a></li> 
    5151                            <li><a href="#" class="a-btn a-cancel no-label mini"><?php echo __('Cancel', array(), 'apostrophe_blog') ?></a></li> 
    52                           </ul>                          
     52                          </ul> 
    5353                        </div> 
    5454                </div> 
     
    6565    </div> 
    6666  </div> 
    67    
     67 
    6868        <?php if (isset($a_blog_post['updated_at'])): ?> 
    6969                <div id="post-last-saved" class="post-updated-at option"> 
     
    7171                                        <b>Last Saved:</b> 
    7272                                        <span></span> 
    73                         </h6>            
     73                        </h6> 
    7474                </div> 
    7575        <?php endif ?> 
    76          
     76 
    7777  <div class="a-admin-footer"> 
    7878    <?php include_partial('form_footer', array('a_blog_post' => $a_blog_post, 'form' => $form, 'configuration' => $configuration)) ?>