To participate you must create an account on apostrophenow.org. If you have already done so, click Login.
- Timestamp:
- 04/30/10 17:34:14 (2 years ago)
- Author:
- johnnyoffline
- Message:
-
bringing editSuccess up to speed for events
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r1109
|
r1116
|
|
| 1 | 1 | <?php use_helper('I18N', 'Date', 'jQuery', 'a') ?> |
| 2 | | <?php include_partial('aBlogAdmin/assets') ?> |
| | 2 | <?php include_partial('assets') ?> |
| 3 | 3 | <?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() ?> |
| 4 | 4 | |
| … |
… |
|
| 12 | 12 | <ul class="a-admin-action-controls"> |
| 13 | 13 | <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)) ?> |
| 15 | 15 | </ul> |
| 16 | 16 | <div id="a-blog-post-status-indicator"></div> |
| … |
… |
|
| 19 | 19 | <?php end_slot() ?> |
| 20 | 20 | |
| 21 | | <?php include_partial('aBlogAdmin/flashes') ?> |
| | 21 | <?php include_partial('flashes') ?> |
| 22 | 22 | |
| 23 | 23 | <div class="a-admin-content main"> |
| … |
… |
|
| 53 | 53 | <div class="a-admin-sidebar"> |
| 54 | 54 | <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)) ?> |
| 56 | 56 | </div> |
| 57 | 57 | </div> |
| 58 | 58 | |
| 59 | 59 | <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)) ?> |
| 61 | 61 | </div> |
| 62 | 62 | </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)) ?> |
| 64 | 64 | </div> |
Download in other formats: