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

Show
Ignore:
Timestamp:
04/30/10 17:34:14 (2 years ago)
Author:
johnnyoffline
Message:

bringing editSuccess up to speed for events

Files:
1 modified

Legend:

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

    r1109 r1116  
    11<?php use_helper('I18N', 'Date', 'jQuery', 'a') ?> 
    2 <?php include_partial('aBlogAdmin/assets') ?> 
     2<?php include_partial('assets') ?> 
    33<?php slot('body_class') ?>a-admin a-blog-admin <?php echo $sf_params->get('module'); ?> <?php echo $sf_params->get('action') ?> <?php echo $a_blog_post['template'] ?><?php end_slot() ?> 
    44 
     
    1212                                <ul class="a-admin-action-controls"> 
    1313                                        <li><a href="<?php echo url_for('@a_blog_admin'); ?>" class="all-posts-btn"><?php echo __('All Posts', array(), 'apostrophe-blog') ?></a></li> 
    14                  <?php include_partial('aBlogAdmin/list_actions', array('helper' => $helper)) ?> 
     14                 <?php include_partial('list_actions', array('helper' => $helper)) ?> 
    1515                                </ul> 
    1616                                <div id="a-blog-post-status-indicator"></div> 
     
    1919        <?php end_slot() ?> 
    2020   
    21   <?php include_partial('aBlogAdmin/flashes') ?> 
     21  <?php include_partial('flashes') ?> 
    2222         
    2323        <div class="a-admin-content main">       
     
    5353  <div class="a-admin-sidebar"> 
    5454    <div id='a-admin-blog-post-form'> 
    55     <?php include_partial('aBlogAdmin/form', array('a_blog_post' => $a_blog_post, 'form' => $form)) ?> 
     55    <?php include_partial('form', array('a_blog_post' => $a_blog_post, 'form' => $form)) ?> 
    5656    </div> 
    5757  </div> 
    5858   
    5959  <div class="a-admin-footer"> 
    60     <?php include_partial('aBlogAdmin/form_footer', array('a_blog_post' => $a_blog_post, 'form' => $form, 'configuration' => $configuration)) ?> 
     60    <?php include_partial('form_footer', array('a_blog_post' => $a_blog_post, 'form' => $form, 'configuration' => $configuration)) ?> 
    6161  </div> 
    6262  </form> 
    63 <?php //include_partial('aBlogAdmin/form_actions', array('a_blog_post' => $a_blog_post, 'form' => $form, 'configuration' => $configuration, 'helper' => $helper)) ?> 
     63<?php //include_partial('form_actions', array('a_blog_post' => $a_blog_post, 'form' => $form, 'configuration' => $configuration, 'helper' => $helper)) ?> 
    6464</div>