- Timestamp:
- 07/21/10 15:51:42 (22 months ago)
- Location:
- plugins/apostropheBlogPlugin/trunk
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
modules/aBlogAdmin/templates/_form.php (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
plugins/apostropheBlogPlugin/trunk
-
plugins/apostropheBlogPlugin/trunk/modules/aBlogAdmin/templates/_form.php
r1750 r1816 23 23 </a> 24 24 <div id="a-blog-item-update" class="a-btn big a-publish-post">Saved</div> 25 25 26 26 <div class="post-status option"> 27 27 <?php echo $form['status']->render() ?> 28 28 </div> 29 29 30 30 <?php echo __('Publish now or', array(), 'apostrophe_blog') ?> <a href="#" onclick="return false;" class="post-date-toggle a-sidebar-toggle"><?php echo __('set a date', array(), 'apostrophe_blog') ?></a> 31 31 … … 46 46 <h4><?php echo __('Author', array(), 'apostrophe_blog') ?>: 47 47 <?php if (isset($form['author_id'])): ?> 48 </h4> 48 </h4> 49 49 <div class="author_id option"> 50 50 <?php echo $form['author_id']->render() ?> 51 <?php echo $form['author_id']->renderError() ?> 51 <?php echo $form['author_id']->renderError() ?> 52 52 </div> 53 53 <?php else: ?> 54 <span><?php echo $a_blog_post->Author ?></span></h4> 54 <span><?php echo $a_blog_post->Author ?></span></h4> 55 55 <?php endif ?> 56 56 </div> … … 65 65 <?php else: ?> 66 66 <hr/> 67 <div class="post-editors-options option show-editors" id="editors-section"> 67 <div class="post-editors-options option show-editors" id="editors-section"> 68 68 <?php endif ?> 69 69 … … 71 71 <?php echo $form['editors_list']->render()?> 72 72 <?php echo $form['editors_list']->renderError() ?> 73 73 74 74 </div> 75 75 </div> … … 94 94 <hr /> 95 95 <div class="comments section"> 96 <h4><a href="#" class="allow_comments_toggle <?php echo ($a_blog_post['allow_comments'])? 'enabled' : 'disabled' ?>"><span class="enabled" title="<?php echo __('Click to disable comments', array(), 'apostrophe_blog') ?>"><?php echo __('Comments are enabled', array(), 'apostrophe_blog') ?></span><span class="disabled" title="<?php echo __('Click to enable comments', array(), 'apostrophe_blog') ?>"><?php echo __('Comments are disabled', array(), 'apostrophe_blog') ?></span></a></h4> 96 <h4><a href="#" class="allow_comments_toggle <?php echo ($a_blog_post['allow_comments'])? 'enabled' : 'disabled' ?>"><span class="enabled" title="<?php echo __('Click to disable comments', array(), 'apostrophe_blog') ?>"><?php echo __('Comments are enabled', array(), 'apostrophe_blog') ?></span><span class="disabled" title="<?php echo __('Click to enable comments', array(), 'apostrophe_blog') ?>"><?php echo __('Comments are disabled', array(), 'apostrophe_blog') ?></span></a></h4> 97 97 <div class="allow_comments option"> 98 98 <?php echo $form['allow_comments']->render() ?> … … 109 109 <h4><?php echo __('Categories', array(), 'apostrophe_blog') ?></h4> 110 110 <?php if($sf_user->hasCredential('admin')): ?> 111 <?php echo link_to('edit categories','@a_blog_category_admin', array('class' => 'edit-categories', )) ?> 111 <?php echo link_to('edit categories','@a_blog_category_admin', array('class' => 'edit-categories', )) ?> 112 112 <?php endif ?> 113 113 <?php echo $form['categories_list']->render() ?>

