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

Show
Ignore:
Timestamp:
04/30/10 15:13:53 (2 years ago)
Author:
dordille
Message:

rescoped aBlogAdmin body class to a-blog-admin for compatibility with aEventAdmin

Files:
1 modified

Legend:

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

    r1103 r1108  
    1212<div class="post-title post-slug option"> 
    1313  <?php echo $form['title']->renderRow() ?> 
    14   <?php echo $form['slug']->getWidget()->render('a_blog_post[slug]', $a_blog_post['slug']) ?> 
     14  <?php echo $form['slug']->renderRow() ?> 
    1515  <?php echo $form['slug']->renderError() ?> 
    1616</div> 
    17  
    18  
    1917 
    2018<?php // Huge Publish Button and Publish Date ?>